amarkey10 Member Feb 4, 2012 45 1 Jun 24, 2012 #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? -amarkey10
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? -amarkey10
DaLightz See ya'll in the afterlife. May 19, 2012 1,136 262 Jun 24, 2012 #2 You have to change the fuzerights. Upvote 0 Downvote
oh Louis Member Oct 24, 2011 58 20 Jun 24, 2012 #3 It depends on what CMS you are using. Upvote 0 Downvote
iBrad New Member Oct 23, 2011 12 1 Jun 24, 2012 #4 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 Upvote 0 Downvote
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
amarkey10 Member Feb 4, 2012 45 1 Jun 24, 2012 Thread starter #5 hk in the cms folder - You must be registered for see links inside hk folder - You must be registered for see links Upvote 0 Downvote
hk in the cms folder - You must be registered for see links inside hk folder - You must be registered for see links
iBrad New Member Oct 23, 2011 12 1 Jun 24, 2012 #6 amarkey10 said: hk in the cms folder - You must be registered for see links inside hk folder - You must be registered for see links Click to expand... Follow my previous post, your using RevCMS Upvote 0 Downvote
amarkey10 said: hk in the cms folder - You must be registered for see links inside hk folder - You must be registered for see links Click to expand... Follow my previous post, your using RevCMS