Log in

View Full Version : Request to join usergroup: Order of Request


greentips
07-12-2011, 10:52 AM
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.

vbenhancer
04-17-2012, 10:33 PM
... i hate to see when people are not answered for such small things:

in file /modcp/user.php

find in line 1145/1149:

WHERE user.userid IS NOT NULL


just below, add:

ORDER BY usergrouprequest.dateline ASC

that's all... if the order is reversed, use DESC instead of ASC...