The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there a way to display the memberlist sorted by the §usertitle (ver 2.2.1) ?
thx for any help. |
|
#2
|
||||
|
||||
|
In memberlist.php, find this:
Code:
if ($what=="datejoined") {
$orderby="joindate";
$direction="DESC";
}
Code:
if ($what=="usertitle") {
$orderby="usertitle";
$direction="";
}
|
![]() |
|
|