View Single Post
  #1  
Old 4th July 2008, 03:00
3v0 3v0 is offline
Senior Member
 
Join Date: Feb 2008
Netherlands
Posts: 88
Default Adding new user class on tbdev
Hi

I would like to add a new user class called DJ to tbdev which files do I need to edit to do this?

At the moment I have

define ('UC_PEASANT', 0);
define ('UC_USER', 10);
define ('UC_VIP', 30);
define ('UC_UPLOADER', 40);
define ('UC_MODERATOR', 50);
define ('UC_ADMINISTRATOR', 60);
define ('UC_SYSOP', 100);

And would like the class for DJ to go between VIP and User
Reply With Quote