faraz Posted December 18, 2009 Report Share Posted December 18, 2009 HI I add new pilot group and this group name is SUP , and Add 1 pilot to this group . and this group permission is MODERATE_PIREPS , but this pilot doesn't have Admin panel in menu. please help menu Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 18, 2009 Administrators Report Share Posted December 18, 2009 You have to also add "ACCESS_ADMIN" Quote Link to comment Share on other sites More sharing options...
faraz Posted December 18, 2009 Author Report Share Posted December 18, 2009 HI if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } Please check! Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 18, 2009 Moderators Report Share Posted December 18, 2009 you cna give access via the admin page where you did the modarate pireps Quote Link to comment Share on other sites More sharing options...
faraz Posted December 18, 2009 Author Report Share Posted December 18, 2009 I Create Group with moderate pireps , and Group name is SUP . I added SUP to XXXX pilot , but this pilot doesn't have Admin access for moderate pireps ! Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 18, 2009 Moderators Report Share Posted December 18, 2009 indeed in the admin/pilots,groups/ilotgroups you do a add group there you need to give him the second from the bottom acc admin then it will work gr joeri Quote Link to comment Share on other sites More sharing options...
faraz Posted December 18, 2009 Author Report Share Posted December 18, 2009 I don't understand . please explain more ! sorry Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 18, 2009 Administrators Report Share Posted December 18, 2009 Where you give permissions, also add the ACCESS_ADMIN permission Quote Link to comment Share on other sites More sharing options...
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.