Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. 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?
  2. http://www.dynamicdrive.com Look for the # Menus & Navigation CSS Based, Multi-levels
  3. I cleared the error box and refreshed the page. Here is what I get. Any ideas?
  4. 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.
  5. 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.
  6. 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?
  7. 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.
  8. Yes they are all enabled.
  9. 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?
  10. Where is that located at? If it's in /public_html/jquery I don't have that file.
  11. I looked at your site last night. I like it. Good Job!!
  12. Do they show in your Admin? Check there first. If you uploaded them they may not have taken.
  13. No, I'm wanting that too.
  14. <!--Display the latest 5 pilots!--> <div id="main-sidebar-pilots"> <h3>Newest Pilots</h3> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> </div>
  15. Same Problem, I have it set like this. <!--Required skin element!--> <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> <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><?php Template::Show('core_htmlhead.tpl'); ?> <script type="text/javascript"> $(document).ready(function(){ $(".inline").colorbox({width:"50%", inline:true, href:"#modal-login"}); }); </script>
  16. I don't have <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> on my header.tpl, I take it that it should be.
  17. Not trying to should like an idiot. I didn't skin my site. Wht file are you talking about?
×
×
  • Create New...