
12-14-2001, 12:59 PM
|
 |
|
|
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
[QUOTE] Originally posted by bira
1) If you want an extra link in the memberlist's navbar, then open memberlist.php and find:
Code:
if ($what=="datejoined") {
$orderby="joindate";
$direction="DESC";
}
AFTER it ADD
Code:
if ($what=="away") {
$condition.="away='1'";
}
|