Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. This is giving me a freaking headache.
  2. I had something similar to this http://jlvirtual.x10hosting.com//index.php click on the login button on the top.
  3. I have a feature for the Financial's. When you add a new plane to the fleet have the price of the plane deducted from the company's total revenue.
  4. It was already on my skin. I use buttons for the "BID" so I have the tpl already moved to the skins
  5. That's how I have the code for the users. With the <?php $usersonline = StatsData::UsersOnline(); ?> in there already. <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: [b] $usersonline = StatsData::UsersOnline();[/b] foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } */ ?> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); */ if (!$usersonline) { } else { foreach($usersonline as $pilot) {echo "{$pilot->firstname} {$pilot->lastname}<br />";} } ?>
  6. No it didn't work from Nabeels code above.
  7. no it didn't
  8. I tried the above for the bid, didn't work. When I mean pop up login, when you click the loging link you get a pop up box with the login form.
  9. Besides the map not showing, I have a few other problems since the new update. Flight Bids not working on IE, now not on Fire Fox Pop Up login not working Users Online only shows on the users when on the index page.
  10. Still no deal.
  11. Try it in Firefox!
  12. That didn't work. Maybe I have something srcewed up in the order of the js files. I never did get the ie problem fix, but now have the problem with the bids in fire fox. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/skins/_SKIN/lib/styles/reset.css" /> <link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/skins/_SKIN/lib/styles/styles.css" /> <link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/css/phpvms.css" /> <title><?php echo $title; ?></title> <?php Template::Show('core_htmlhead.tpl'); ?> <!--Required skin element!--> <script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script><script type="text/javascript"> $(document).ready(function(){ $(".inline").colorbox({width:"50%", inline:true, href:"#modal-login"}); }); </script> Is there anything wrong with the way I have the code?
  13. :'(
  14. http://www.dynamicdrive.com Look for the # Menus & Navigation CSS Based, Multi-levels
  15. I cleared the error box and refreshed the page. Here is what I get. Any ideas?
  16. I found the error listed in the error console, It was a Facebook widget. I have removed it and still can't load the map.
  17. Those hours are from the old site before phpVMS. There was now way to transfer our FSACARS dtate, so we all had to fille each flight manually like that. Although most of us have already done are manually transfer. John has been away and is just now getting to this. I think there are a few others as well.
  18. Where is that at?
  19. After the new updat I have noticed that my map is not showing. I checked the settings and the key is there. Any ideas whats wrong?
  20. same thing
  21. Yes!!
  22. I have a badly needed request. In my VA we offer awards and tours ribbons. My request is to add a second award option for tours or what ever we desire.
  23. Yes they are all enabled.
  24. After the newest update I have noticed that some planes are not showing up on the schedules. Not just one plane, example no DC-7's are showing. Any ideas?
  25. Where is that located at? If it's in /public_html/jquery I don't have that file.
×
×
  • Create New...