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?
Members List - Sort By Last Visit Flawed?
Collapse
X
-
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 -
There's sorting in Memberlist page. On desktop, the columns are clickable. On mobile, there is a Sort By dropdown.Comment
-
Comment
-
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👍 1Comment
-
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
-
by [BLD]Hello,
I noticed a bug in the list of members when I try to filter the list according to the last visit. see picture below
...-
Channel: vB Cloud Support & Troubleshooting.
Thu 13 Apr '17, 1:27pm -
-
by DWhitakerIs anyone else having an issue where sorting the member list module by a column doesnt actually sort it correctly according to the results?
Is there a fix for this?1 Photo-
Channel: Support Issues & Questions
Wed 24 Dec '14, 8:34am -
-
by AmeliaJane1One of my members has asked.... how can they view the members list.... I have just upgraded our forum to vb 5.3
can anybody give me the answer?-
Channel: Support Issues & Questions
Thu 11 Jul '13, 6:18am -
-
by notatallHi,
when you try to order the member list, after the last visit of users, the results is not correct.
Someone else experiencing this? I also found this bug here.-
Channel: Support Issues & Questions
Mon 7 Sep '15, 5:36am -
Comment