Members List - Sort By Last Visit Flawed?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cfleet1
    Senior Member
    • Jun 2013
    • 191
    • 6.0.X

    Members List - Sort By Last Visit Flawed?

    On VB4 it used to list the members that were last online or online by time. Now its all sorts of dates and times. Its not in order. Is this another bug?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Originally posted by Cfleet1
    On VB4 it used to list the members that were last online or online by time. Now its all sorts of dates and times. Its not in order. Is this another bug?
    The member list is sorted alphabetically. There are no sorting options in the member list with vBulletin 5. So no, it's not a bug.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment


    • Cfleet1
      Cfleet1 commented
      Editing a comment
      I see. Ok thanks
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 4021
    • 5.7.X

    #3
    There's sorting in Memberlist page. On desktop, the columns are clickable. On mobile, there is a Sort By dropdown.

    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • Cfleet1
      Senior Member
      • Jun 2013
      • 191
      • 6.0.X

      #4
      Originally posted by Glenn Vergara
      There's sorting in Memberlist page. On desktop, the columns are clickable. On mobile, there is a Sort By dropdown.
      Check it out later. Its a mess. It only sorts by name. I cant see for example a list of the last 50 members that logged in today.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74123

        #5
        If that is important to you, then you need to create an Issue report by clicking this link: http://tracker.vbulletin.com/secure/...91&issuetype=7

        It will be evaluated for inclusion in the software. If others vote for your issue, it will increase in priority. I should also note, that you should be able to list users who have logged in for the last 24 hours in the AdminCP under Users -> Search for Users.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • flox80
          New Member
          • Nov 2016
          • 15
          • 5.2.x

          #6
          if u want to sort by default after last visit (or whatever u want), look for this code and modify accordingly in memberlist.php
          // set defaults and sensible values

          if ($sortfield == '')
          {
          $sortfield = 'lastvisit';
          }
          if ($sortorder == '')
          {
          $sortorder = 'desc';
          }

          The above is changed to sort after last visit.

          Comment

          Related Topics

          Collapse

          Working...