Jump to content

MidoTheHawk

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by MidoTheHawk

  1. Nothing, same problem I'm afraid. I tried from 4 different computers and even ones connected to different ISPs, no change whatsoever.
  2. Hello, I'm trying to fresh install phpVMS, first I had the "you're already logged in" error, which after some search on the forums, I fixed by editing .htaccess to force the usage of www. Now I'm getting "You must be logged in to access this feature!" Anyone could help with that? Best Regards!
  3. 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?
  4. This shows it 'skinless', I want to show it with the skin.
  5. 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:
  6. Hello, I was wondering if there is any way, by which I could use multiple skins for different pages. In other words, a skin for the homepage, and another skin for the rest of the pages. Thanks in advance.
  7. 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!
  8. Wasn't by then, How can I help you?

  9. Hello, I was wondering if there is something simillar to GetAllAircraft(), yet would give back ONLY the enabled aircrafts? Many Thnx
×
×
  • Create New...