Memberlist Sort

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EdFig
    Member
    • Oct 2006
    • 56
    • 3.6.x

    Memberlist Sort

    Is there anyway to change the sort view of the member list... So that when members review it it is not Alpha sorted?

    I'd like it sorted by "Last Visit" ideally.
  • feldon23
    Senior Member
    • Nov 2001
    • 11291
    • 3.7.x

    #2
    Users can sort it however they want by clicking on the links at the top. For instance:


    Modify the link in your navbar to include &order=DESC&sort=lastvisit if you want that to be the default view.

    Comment

    • Lats
      Senior Member
      • Mar 2002
      • 3671

      #3
      To save that extra mouse click, you could add ?&order=DESC&sort=lastvisit&pp=30 to link in the navbar template.

      Add the blue code...
      Code:
      <td class="vbmenu_control"><a href="memberlist.php[COLOR=blue]?&order=DESC&sort=lastvisit&pp=30[/COLOR]$session[sessionurl_q]">$vbphrase[members_list]</a></td>
      Lats...

      Comment

      • EdFig
        Member
        • Oct 2006
        • 56
        • 3.6.x

        #4
        That's the ticket guys!!

        Thanks a bunch.

        This solution got me what I wanted...

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...