Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Members_List issues
-
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
When someone goes to the members lists from the menu block all the alpha search filters " [A | B | C | D etc." point to pnphpbb2 and not Members_List like it should. any ideas? -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
What version of Zikula are you running?
What is your user profile management module set to? -
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
zikula 1.0.2
What is your user profile management module set to??? the display settings? -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
This isn't a direct solution to your issue but...
You can delete the members_list module, download the Profile module from the 1.1.0 ValueAddons pack, ensure that system/Profile is deleted, regenerate the module list and activate/install Profile module. You can then select it as your Profile management module in Admin > Settings...
It includes members_list functionality in the new profile module. -
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
yes i see that it shows members but i need the members list to be viewed by all registered users which is why i was using Members_List mod can i do the same thing with profiles?? it does not seem so... -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
Not sure, I don't think so as profile is a merge of Members_List and the old profile I think... -
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
-
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
Code
<div id="memberslist-alphafilter">
<strong>[<!--[pagerabc posvar="letter" forwardvars="sortby"]-->]</strong>
</div>
This is where that is in the template but I can't see anywhere in the settings, code, or templates that indicates why it would point to the forum.
can you post the modules\Members_List\pntemplates\memberslist_user_view.htm contents around lines 20-35... -
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
lines 20 - 35
Code
<div id="memberslist-alphafilter">
<strong>[<!--[pagerabc posvar="letter" forwardvars="sortby"]-->]</strong>
</div>
</form>
<table class="pn-datatable">
<thead>
<tr>
<th> </th>
<th><!--[pnml name="_USERNAME"]--></th>
<!--[ if @in_array('_UREALNAME', $dudarray) ]-->
<th><!--[pnml name="_UREALNAME"]--></th>
<!--[ /if ]--> -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
Based on that, I have no idea why the module would be calling the forum module to view profiles. There has to be code somewhere that tells it to do that...
Sorry, just not sure. -
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
i know i cant find where this stuff is coming from, im having the same issue with the registration emails, i cant change what it says at all very odd. Anyone have ideas? -
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
Found where the email message is coming from in case anyone wants to know:
/system/Users/pnlang/eng/userapi.php
still no luck on the Member_Lists thing however. . . -
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
ok i have PNphpBB2 set as the home page and when i change that it also changes the link in Members_List so it takes on which ever is the "start" mod. this just keeps getting crazy. -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
Quote
so it takes on which ever is the "start" mod
That is interesting indeed. You can certainly specify in the code what module to use but I am not sure how best to accomplish it. Perhaps someone smarter could chime in here...
-
- Rank: Softmore
- Registered: Oct 05, 2008
- Last visit: Feb 17, 2010
- Posts: 144
ok well i kinda fixed it, in the main menu block i had [Memebers_List] in the URL section and i just replaced it with index.php?module=Members_List which seems to do the job.
- Moderated by:
- Support
