Jump to content

freshJet

Members
  • Posts

    1470
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by freshJet

  1. Yes I posted the wrong error but yours doesn't work either: Fatal error: Cannot access empty property in /home/freshje1/public_html/lib/skins/premiumseries/layout.tpl on line 79 What's the code to output it then? I used: <?php echo $pilotname; ?>
  2. Nope
  3. Oops didn't check the date
  4. Fatal error: Call to undefined method Auth::GetPilotData() in /home/freshje1/public_html/lib/skins/premiumseries/layout.tpl on line 77
  5. freshJet

    font

    1. Download your fonts online. Some good sites are: http://www.dafont.com http://www.1001freefonts.com http://www.searchfreefonts.com 2. Upload them to your lib/fonts directory. 3. I'm not sure how to implement them. I think in CSS you can put: font-family: url(lib/fonts/fontname.ttf); or just font-family: fontname; If that doesn't work, Google is your friend
  6. I know this should be pretty simple but I can't get it to work! I've got this on my layout.tpl (it's part of the auth login code): $pilotname = PilotData::GetPilotData(Auth::$userinfo->$firstname); But it just shows blank - no errors or anything. Any ideas?
  7. I didn't know NE was still operating. Can I see?
  8. I voted for the A320 option. Whilst creative, I don't like the livery. It'd look much better if it wasn't all blue And I fail to see how you can have 55 aircraft already?
  9. Same. I'd really like one.
  10. I made you one for free! Why do you keep asking for all of these new things that I've already made for you for FREE - including your whole site?
  11. Doubt it.
  12. Any chance of a preview?
  13. Looking good. Although, I recommend changing the banner to some pictures of AKA aircraft and the logo to one saying Alaska Virtual Would look awesome
  14. Sorry but the homepage looks like the sort of site you get redirected to when you type a false URL.
  15. No I'm still waiting
  16. I am actually working on this at the moment. I always have a printout before all flights. Have a look at your schedule_boardingpass.tpl file.
  17. NOTE: I have just tested this and it doesn't work. You may need to play around a bit. Try this: <script type="text/javascript"> window.onload=function() { bp='http://www.yoursite.com/lib/signatures/', //base url of your images imgnum=3, //Number of images. This should match on your comboboxes options. thumb=document.getElementById('bgimage'), //id of your image that will be changing combobox=document.getElementById('sig'); // id of your combobox. combobox.onchange=function() { bgimage.src=bp+'<?php echo $pilotinfo->code; ?>'+'.png'; } } </script> For the dropdown: <dt>Signature Background</dt> <dd><select id="sig"> <?php foreach($bgimages as $image) { if($userinfo->bgimage == $image) $sel = 'selected="selected"'; else $sel = ''; echo '<option value="'.$image.'" '.$sel.'>'.$image.'</option>'; } ?> </select> <br> <img src="http://www.yoursite.com/lib/signatures/<?php echo $pilotinfo->code; ?>.png" id="signature"> </dd>
  18. When I go to the Admin Panel, I'm told to login. When I'm on the site, I'm told to login. This used to happen a lot but not recently. Not until today. I always click the 'Remember Me' option and it used to work. But now, I get this error after logging in (although after I click on a menu item I remain logged in until the next time I access the site): Warning: Cannot modify header information - headers already sent by (output started at /home/freshje1/public_html/core/modules/Rank/Rank.php:1) in /home/freshje1/public_html/core/common/Auth.class.php on line 354 Warning: Cannot modify header information - headers already sent by (output started at /home/freshje1/public_html/core/modules/Rank/Rank.php:1) in /home/freshje1/public_html/core/modules/Logout/Logout.php on line 26
  19. Isn't that the airTran logo?
  20. OK still not sure what it actually means though...
  21. Anyone else?
  22. You should change the screenshot to one in the sky - visitors won't want to see boring FSX default scenery.
  23. That's how I did it, but they show the actual output if you know what I mean - not the PHP codes.
  24. 1,300 hours to fly a 747-300?
×
×
  • Create New...