Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Ocean Blue is my skin. I can help you with that.
  2. If you get kACARS custom ACARS you can buy this addon. http://fs-products.net/index.php/kacars-custom/options/position-reporting
  3. I am having the same issue as Keith had. I have it running perfect on my main site. Having this issue on a dev site. Same server. Not sure why its not working. Does any any have the zip of this MOD?
  4. Sorry it took so long. Can you send me your blue.css and layout.php file? I have pmd you my email.
  5. Try changing all the files to .php and change any reference from .tpl to .php.
  6. The download has tpl files. You are getting that error most likely you are on phpvms 5.5.2.
  7. What shadow are you referring too?
  8. I can see before adding to bid, that there is an error. The links for the schedules shouldn't be stacked on top like that. I did notice when looking at your source, that you have <script type="text/javascript" src="http://budgetair-va.com/lib/js/jquery-1.3.1.min.js"> without the closing </script> Should be <script type="text/javascript" src="http://budgetair-va.com/lib/js/jquery-1.3.1.min.js"></script> Maybe that is the issue.
  9. This is how I do it when I make skins and how I have it on my own site. Remove the duplicates from layout.php have these two in core_htmlhead.php You want no x.x.x/jquery.min.js or x.x.x/jquery-ui.min.js in layout.php. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script> Put core_htmlhead.php in your skins folder. I did it like that, that got rid of the no routes passed issue I was having at the time.
  10. You have three of the same jquery, just with different versions. That is what is most likely causing the issue. <script type="text/javascript" src="http://budgetair-va.com/lib/js/jquery-1.3.1.min.js"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
  11. I am at work now, I will look at it when I get home. How many more buttons are you wanting to add. Can I have your url?
  12. I still cant access your site. Still pending. You must of just bought the domain.
  13. So you have it in both files? That would be causing the conflict.
  14. You most likely have your jquery in layout.php and in core_htmlhead.php. Remove it from layout.php and keep it in htmlhead.php. <script src="<?php echo SITE_URL?>/lib/skins/budgetair/js/vendor/jquery-1.11.2.min.js"></script> BTW, when I go to your link. It says that the domain is suspended.
  15. There isn't one. That error means you are not using php version of phpvms. Which is the only version the template is made for.
  16. I know where to put the key, that one didnt work at all. Map loaded with an error where the map should be. Oops! Something went wrong. This page didn't load Google Maps correctly. See the Javascript console for technical details.
  17. flyalaska

    skyBlue v1

    Thank you for looking at my skin. skyBlue is for php skins only and was tested with SimPilots 5.5.2 Whats all included: - Styled tables- - Pre installed Modules (template files only) - Font Awesome Icons - Pop up Login Modules Needed: You will need to install a few modules for this template to work. (Module Zips included) AirMail 3 All Awards Ranks Touchdown Stats This template is for php versions only, Download Here! Very detailed instructions is included in the download zip.
  18. The key is there. Same error. http://www.flyaka.com/index.php
  19. Thank you! I get this in my console now intended for developers. Do not paste any code here given to you by someone else. It may compromise your account or have other negative side effects. external.js:264 Object util.js:207 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys anything to worry about?
  20. The module "STAFF" doesn't exist. You didn't install it correctly. Try reinstalling it..
×
×
  • Create New...