View Single Post
  #4  
Old 29th September 2010, 16:24
lokeshch lokeshch is offline
Senior Member
 
Join Date: Jun 2010
India
Posts: 20
Thumbs up
answer: just modify the staff.php in the default root as per your wish
find this:
$query.="WHERE u.id_level >=6 ";
$query.="AND u.id_level <=8 ";
and replace 6 and 8 with the id level of your ranks
cheers
lokesh
Reply With Quote