![]() |
thanx m8 ;)
top man |
ermm the top rated are in random order ???
oh well nm the rest of the hack is neat m8 ;) |
take my last code again (Post #50) somehow the html got screwed
|
na m8 same prob random order
|
it lists users in reverse order sorry
|
double check this step:
Code:
==================================================================== |
already checked hmmmm dunno weird
its just listing members in reverse order ??? |
weird as it says DESC..
hmm well I guess its worth a shot to replace DESC with ASC.. even though THAT would cause it to reverse in logic sence :p so do this, Replace: PHP Code:
PHP Code:
|
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 ??? |
++++ yes,
replace: if ($orderby=="" or ($orderby!="username" and $orderby!="posts" and $orderby!="joindate" and $orderby!="lastpost")) with: if ($orderby=="" or ($orderby!="username" and $orderby!="posts" and $orderby!="joindate" and $orderby!="lastpost" or $orderby!="userrating")) sorry :) |
All times are GMT. The time now is 08:26 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|