How do u let someone access hk when it says incorrect access level?

amarkey10

Member
Feb 4, 2012
45
1
So i was just wondering how you can let staff access hk because the rank 4 someone wont let them access hk so i was just wondering how i can allow them to access it? :p


-amarkey10 :p
 

iBrad

New Member
Oct 23, 2011
12
1
I think this is what you mean..

NOTE THIS IS FOR REVCMS!

Open up class.users.php and look for:
PHP:
if(($this->getInfo($_SESSION['user']['id'], 'rank')) >= 4)

Change the number "4" EG; If I want level 2 users to be able to access my HK I would do the following:
PHP:
if(($this->getInfo($_SESSION['user']['id'], 'rank')) >= 2)

hope this helps
 

Users who are viewing this thread

Top