The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Currently Active Users list sorted by activity
Is it possible to make the "Currently Active Users" list on the "What's Going On?" box on your forumhome list user sorted by last activity instead of random or alpabetical??
Kinda like this hack which does it for the "Who's Online" list. |
#2
|
|||
|
|||
Untested, but in your main forum index.php file find:
Code:
" . iif($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 3, "ORDER BY username ASC") . " Code:
ORDER BY session.lastactivity DESC |
#3
|
|||
|
|||
It works just fine! Thanks for your help sir.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|