Jump to content

MidoTheHawk

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by MidoTheHawk

  1. Hello,

    I want the login module to have the skin wrapped around it, as I want to have it as a stand-alone page. Any ideas how could this be done?

    Many Thanks

    ---Update:

    Hm... Index.php/login redirects me to action.php/login.

    I know the system was previously edited by someone, maybe he played with that for some reason, any idea how to fix that?

  2. Hello,

    I was wondering if it is possible to have the system check if the pilot is, for example, a Senior Pilot, before allowing him to access a content.

    I am looking for a modification for this, maybe:

    if(Auth::LoggedIn())
    	{
    		if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))
    		{
    			echo '<a href="'.fileurl('/admin').'">Admin Center</a>';
    		}
    	}

    Many Thanks!

×
×
  • Create New...