Fork me on GitHub

Members_List issues  Bottom

Go to page 1 - 2 [+1]:

  • 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?
  • What version of Zikula are you running?

    What is your user profile management module set to?
  • zikula 1.0.2

    What is your user profile management module set to??? the display settings?
  • 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.
  • 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...
  • Not sure, I don't think so as profile is a merge of Members_List and the old profile I think...
  • right so any ideas on how to fix Members_List??
  • 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...
  • lines 20 - 35

    Code

    <div id="memberslist-alphafilter">
            <strong>[<!--[pagerabc posvar="letter" forwardvars="sortby"]-->]</strong>
    </div>
    </form>
    <table class="pn-datatable">
            <thead>
        <tr>
            <th>&nbsp;</th>
            <th><!--[pnml name="_USERNAME"]--></th>


            <!--[ if @in_array('_UREALNAME', $dudarray) ]-->
            <th><!--[pnml name="_UREALNAME"]--></th>
            <!--[ /if ]-->
  • 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.
  • 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?
  • 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. . .
  • 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.
  • 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... icon_biggrin
  • 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.

Go to page 1 - 2 [+1]:

This list is based on users active over the last 60 minutes.