The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum Leaders/Show Groups Question
Hey guys,
I recently figured out how to get the usergroups on the Show Groups page to order themselves using <!--- x ---> but I am now trying to change the way the users are organized inside of those usergroups when they're displayed on Show Forum Leaders. Does anyone know if there is a way, whether it be editing or adding a code, that would allow me to sort the users within that usergroup by userid instead of alphabetical. Any help would be appreciated. Let me know if you need more information. Thanks! |
#2
|
||||
|
||||
Best way to do it is in the showgroup.php file look for this bit of code:
Code:
ksort($users); // alphabetically sort users Code:
asort($users); // sort users by id number |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|