mmm think u missed summit
in memberlist.php
few lines after your inserted code it has
==========================================
if ($orderby=="" or ($orderby!="username" and $orderby!="posts" and $orderby!="joindate" and $orderby!="lastpost")) {
$what = 'username';
$orderby="username";
}
if ($direction!="DESC") {
$direction = "ASC";
}
============================
therefore it wont work right will it ???
|