Jakes Posted March 14, 2012 Report Posted March 14, 2012 Hi there, I have created a new group named Commanding Officers, and I gave the following access: ACCESS_ADMIN MODERATE_PIREP The idea is to have the group have acces to approve pireps, but nothing else. I also have a test account added to the group, but the admin page is not showing up at all. Do I miss some settings perhaps? Have a look at http://www.uvsaaf.fsworld.co.za/index.php Best regards, Jakes Quote
Jakes Posted March 14, 2012 Author Report Posted March 14, 2012 Solved the problem was in the navigation.tpl file in my ObsessBlueskin. To fix it: Find: if(Auth::UserInGroup('Administrators')) replace with: if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.