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="";
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|