The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Request to join usergroup: Order of Request
Hello all,
How do I change the order of the requests displayed in the "Request to join usergroup"? I would like to make the requests displayed in the order of the date the request is submitted. This makes the group leader's job a bit easiler as we would like to process the requests in the order that we have received. I posted this inquiry at the vbulletin.com and they suggested that that needs some code modification. Any help will be appreciated. |
#2
|
||||
|
||||
... i hate to see when people are not answered for such small things:
in file /modcp/user.php find in line 1145/1149: [SQL] WHERE user.userid IS NOT NULL[/SQL] just below, add: [SQL] ORDER BY usergrouprequest.dateline ASC[/SQL] that's all... if the order is reversed, use DESC instead of ASC... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|