Thread: Little Problem
View Single Post
  #2  
Old 15th November 2009, 16:46
sammygo sammygo is offline
Senior Member
 
Join Date: May 2008
P2P
Posts: 141
Default
Quote:
Originally Posted by LeCt0r View Post
How can i add now userclasses on and promotion sistem Tbdev Source


I want to add 6 user classes
Exemple
define ('UC_USER', 0);
define ('UC_POWER_USER', 1);
define ('UC_ELITE_MEMBER', 2);
define ('UC_SUPER_MEMBER', 3);
define ('UC_EXTRA_MEMBER', 4);
define ('UC_GRAND_MEMBER', 5);


Like this ...
I think you have all on global.php :| replace you exemple classes with the old tbdev classes
Reply With Quote