Jump to content

Recommended Posts

Posted

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

Posted

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))

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...