Jump to content

still i have group permissions problem[solved]


raymond rabasi

Recommended Posts

He means is it an unmodified version of 934? He's asking if you've done any modifications to core files, etc. or is it just a fresh install with no modifications.

thanks Keith for advice.im using ObsessBlue skin as base skin but i made some personal changes on it,i solve this problem by provide staff with'admin link' its work now but i think'admin center' must be apear above to my staff?

this is core_navigation.tpl :

<li><a href="<?php echo SITE_URL ?>/index.php/Frontpage">home</a></li>

<?php

if(!Auth::LoggedIn())

{

// Show these if they haven't logged in yet

?>

<li><a href="<?php echo SITE_URL ?>/index.php/registration">Register</a></li>

<?php

}

else

{

// Show these items only if they are logged in

?>

<li><a href="<?php echo SITE_URL ?>/index.php/profile">Pilot Center</a></li>

<li><a href="<?php echo url('/charts'); ?>">Charts</a></li>

<?php

}

?>

<li><a href="<?php echo SITE_URL ?>/index.php/pilots">Pilots</a></li>

<li><a href="<?php echo SITE_URL ?>/index.php/acars">Live Map</a></li>

<?php echo $MODULE_NAV_INC;?>

<?php

if(Auth::LoggedIn())

{

if(Auth::UserInGroup('Administrators'))

{

echo '<li><a href="'.SITE_URL.'/admin/">Admin Center</a></li>';

}

?>

<li><a href="<?php echo SITE_URL ?>/index.php/login/logout">Log Out</a></li>

<?php

}

?>

Link to comment
Share on other sites

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