PDA

View Full Version : sort by ?usertitle ?


tilak
11-26-2001, 08:53 PM
Is there a way to display the memberlist sorted by the §usertitle (ver 2.2.1) ?

thx for any help.

Admin
11-27-2001, 12:08 PM
In memberlist.php, find this:
if ($what=="datejoined") {
$orderby="joindate";
$direction="DESC";
}
and add this below:
if ($what=="usertitle") {
$orderby="usertitle";
$direction="";
}
Now just link to memberlist.php?s=$session[sessionhash]&what=usertitle.