NaziPhreak
Member
- Mar 24, 2011
- 33
- 0
Does anyone know by chance how to give housekeeping permission to a rank? It's level/rank 6. [Manager] and that rank doesn't have permission to obtain access to the HK.
You have to edit every page file on the housekeeping folder and find what ranks it allows.Does anyone know by chance how to give housekeeping permission to a rank? It's level/rank 6. [Manager] and that rank doesn't have permission to obtain access to the HK.
Your both wrong, its infact in the db file go to permissions_ranks.db im sure and look on the line of administrator just copy the permissions off there and edit to how you would like it and just use the edited permissions for your manager rank.
Well when i had this issue on pulsecms and couldnt see the housekeeping i did went to the ranks db and looked at the original 7 rank and just copied the ranks permissions. Then HK Appeared i've never tried Leaders way, but if that doesnt work then have a crack at mine should look something like this the database table.No my friend, your wrong.
Housekeeping isn't part of the database, its an addon therefor its not in the database. You do as Leader said, the code probably looks something like this,
Edit that according to the minimum rank number you want to have access, so in this case all ranks #5 and above have access.
(For RevCMS)
Has NOTHING todo with HousekeepingWell when i had this issue on pulsecms and couldnt see the housekeeping i did went to the ranks db and looked at the original 7 rank and just copied the ranks permissions. Then HK Appeared i've never tried Leaders way, but if that doesnt work then have a crack at mine should look something like this the database table.
He wanted the housekeeping to show on his ranking, if you go further in the table it shows housekeeping. I fixed the issue on Pulse's edit of RevCMS by doing the method i said. It had to do with housekeeping for me and it might for this guy having the issue aswell. So dont say it has nothing to do with housekeeping when you dont even know if it works or not.Has NOTHING todo with Housekeeping
if(($this->getInfo($_SESSION['user']['id'], 'rank')) >= 10)
This was posted a year ago, what is the point in bumping a thread this old?Does anyone know how to do this with Phoenix PHP? It usually works through giving that rank Housekeeping through permissions but it didn't work?
Make your own thread and people will reply.I'm having a look, I can't seem to find what I'm suppose to be looking for