Jump to content

freshJet

Members
  • Posts

    1470
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by freshJet

  1. If you want to use it on another page use this: <? php include('pilot_list.tpl') ?>
  2. And how would one do that?
  3. Link?
  4. The default contact HR crap...
  5. Exactly...
  6. Something is wrong. I want inactive pilots to be able to access the site, but they still get the annoying message... From local.config.php: Config::Set('PILOT_STATUS_TYPES', array( /* DO NOT CHANGE THIS ACTIVE NUMBER OR STATUS OR THINGS WILL BREAK!!! */ 0 => array( 'name' => 'Active', # The title to show in the dropdown 'message' => '', # Message to show if they can't login (below is false) 'default' => true, # Should this be their default status? 'canlogin' => true, # Are they allowed to log in 'active' => true, # Are they an active pilot? 'autoretire' => true, # Use this status for the auto-retire functionality 'group_add' => array( # ID or name of the group this user is added to with this status 'Active Pilots', ), 'group_remove' => array( # ID or name of the groups this user is removed from with this status 'Inactive Pilots', ), ), /* DO NOT CHANGE THIS INACTIVE NUMBER OR STATUS OR THINGS WILL BREAK!!! */ 1 => array( 'name' => 'Inactive', 'message' => '', 'default' => false, 'canlogin' => true, 'active' => false, 'autoretire' => false, 'group_add' => array( 'Inactive Pilots', ), 'group_remove' => array( 'Active Pilots', ), ), 2 => array( 'name' => 'Banned', 'message' => 'Your account is banned, please contact an admin!', 'default' => false, 'canlogin' => false, 'active' => false, 'autoretire' => false, 'group_add' => array( 'Banned', ), 'group_remove' => array( 'Active Pilots', ), ), 3 => array( 'name' => 'On Leave', 'message' => 'You have been marked as on leave', 'default' => false, 'canlogin' => true, 'active' => true, 'autoretire' => true, 'group_add' => array( 'On Leave', ), 'group_remove' => array( 'Active Pilots', ), ), 4 => array( 'name' => 'Resigned', 'message' => 'You have requested to Resign, To continue your career please contact us', 'default' => false, 'canlogin' => false, 'active' => false, 'autoretire' => false, 'group_add' => array( 'Resigned', ), 'group_remove' => array( 'Active Pilots', ), ), ));
  7. I am...
  8. Yes how do I edit the groups? In the Admin Panel?
  9. So does it affect the statistics etc?
  10. What actually happens if you delete a pilot? Does it mess anything up? I haven't removed any with hours yet in case it does something...
  11. Yeah I backed up. And yeah I've contacted JustHost.
  12. Stop calling me Robb. It's my surname. Being a scot you should know that...
  13. My lib folder is GONE. It's actually gone!!! I didn't delete it, it just disappeared!!! What the hell do I do???
  14. [Leaves the thread]
  15. First of all, the fleet page is a module called FleetTable 1.1. Download it here. And also, the hubs thing isn't as simple as that. You need to create a module for it. Why can't you just go to your Admin Panel and add it as a page?
  16. By the way, on the fleet page, get some pictures of the aircraft in your airline's livery or the manufacturer's house livery - don't use pictures of real-world airlines...
  17. OK, what was it?
  18. OK, 1. Why is this in Paid Services if it's free? 2. If you've just learned, why are you immediately jumping into making them for people?
  19. Looking great, and thanks Also, is there an update for the IFE because I have it but less than half of the channels work...
  20. Nice to see someone listens
  21. You could start with customising the template so that it's unique...
×
×
  • Create New...