View Single Post
  #11  
Old 20th March 2008, 23:55
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: TBDev SZ Edition v0.3
Quote:
Originally Posted by 50Cent
hi all ,can my anybody help me plss,then i click on the staff button,come nothing im sysop?

greetz
Sysops by default don't show on this page. If you want that they are will show too you must open staff.php and change this line

Code:
WHERE class >= ' . UC_UPLOADER . ' AND class < ' . UC_SYSOP . ' AND status = 1 AND enabled = 1 ORDER BY name ASC, class ASC';

to
Code:
WHERE class >= ' . UC_UPLOADER . ' AND status = 1 AND enabled = 1 ORDER BY name ASC, class ASC';
Reply With Quote
The Following User Says Thank You to Fynnon For This Useful Post:
Roton (11th August 2011)