Jump to content

James142

Members
  • Posts

    656
  • Joined

  • Last visited

Everything posted by James142

  1. I dont know why there are two slashes in the link but it has being like that since day one.. anyway i never had a problem with kACARS before until I changed the template. But now if i change the template back it makes no difference, are you sure you have no ideas left??
  2. Hi, i am having the same problem as Tylor had, I tried removing the last "/" from my base url (http://flyirelandva.com) but it still gives me this error? thanks, james
  3. Hi nabeel, I removed the <script type="text/javascript" src="js/jquery-1.4.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.7.2.min.js"></script> like you said but the slider on the header has stopped working and the flight search ect.. is still not working? Do you know if there is anything else i can do? I kind of regret getting the javascript stuff on the template now but i dont think the site looks wight without it :S Thanks, james
  4. ok thanks for the help anyway
  5. yeah there is quite alot of them :S I have never used javascirpt before so I dont know anything about it. I have also noticed that most of the site is not working with this template because of the javascript. Ill post the top half of the layout.tpl below.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[url="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd[/url]"> <html xmlns="[url="http://www.w3.org/1999/xhtml"]http://www.w3.org/1999/xhtml[/url]"> <head><LINK rel="shortcut icon" href="[url="http://www.flyirelandva.com/images/icon/favicon.ico"]http://www.flyirelandva.com/images/icon/favicon.ico[/url]"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="author" content="FlyIreland Virtual" /> <meta name="description" content="FlyIreland Virtual was set up in late August 2010. We follow Ryanair and Aer Lingus. We offer our pilots a private teamspeak 3 server, pilot system, routes, aircraft and much more. For the users of fsx, fs2002. fs2004, x-plane" /> <meta name="keywords" content="flyirelandva, flyireland va, flyireland virtual, fsx, fs2004, wesite, flight simulation, ryanair, aer lingus, phpvms, pilot system, virtual airline, va, .com, ireland, fly , kacars, aircraft, a320, 737, a330, atr, 72, 42, a321, airbus, boeing, simulation, entertinment porposes only," /> <title><?php echo $page_title; ?></title> <!-- Style sheets --> <link rel="stylesheet" type="text/css" href="[url="http://www.flyirelandva.com/lib/skins/template/css/reset.min.css"]http://www.flyirelandva.com/lib/skins/template/css/reset.min.css[/url]" /> <link rel="stylesheet" type="text/css" href="[url="http://www.flyirelandva.com/lib/skins/template/css/menu.min.css"]http://www.flyirelandva.com/lib/skins/template/css/menu.min.css[/url]" /> <link rel="stylesheet" type="text/css" href="[url="http://www.flyirelandva.com/lib/skins/template/css/fancybox.css"]http://www.flyirelandva.com/lib/skins/template/css/fancybox.css[/url]" /> <link rel="stylesheet" type="text/css" href="[url="http://www.flyirelandva.com/lib/skins/template/css/tooltip.min.css"]http://www.flyirelandva.com/lib/skins/template/css/tooltip.min.css[/url]" /> <link rel="stylesheet" type="text/css" href="[url="http://www.flyirelandva.com/lib/skins/template/css/default.css"]http://www.flyirelandva.com/lib/skins/template/css/default.css[/url]" /> <?php /*Any custom Javascript should be placed below this line, after the above call */ ?> <!-- jQuery framework and utilities --> <script type="text/javascript" src="js/jquery-1.4.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.7.2.min.js"></script> <script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script> <script type="text/javascript" src="js/hoverIntent.min.js"></script> <script type="text/javascript" src="js/jquery.bgiframe.min.js"></script> <!-- Drop down menus --> <script type="text/javascript" src="js/superfish.min.js"></script> <script type="text/javascript" src="js/supersubs.min.js"></script> <!-- Tooltips --> <script type="text/javascript" src="js/jquery.cluetip.min.js"></script> <!-- Input labels --> <script type="text/javascript" src="js/jquery.overlabel.min.js"></script> <!-- Anchor tag scrolling effects --> <script type="text/javascript" src="js/jquery.scrollTo-min.js"></script> <script type="text/javascript" src="js/jquery.localscroll-min.js"></script> <!-- Inline popups/modal windows --> <script type="text/javascript" src="js/jquery.fancybox-1.2.6.pack.js"></script> <!-- Slide shows --> <!-- Cycle (default) --> <script type="text/javascript" src="js/jquery.cycle.all.min.js"></script> <script type="text/javascript"> // initialize slideshow (Cycle) $(document).ready(function() { if ($('#Slides').length > 0) { $('#Slides').cycle({ fx: 'scrollHorz', speed: 750, timeout: 6000, randomizeEffects: false, easing: 'easeOutCubic', next: '.slideNext', prev: '.slidePrev', pager: '#slidePager', cleartypeNoBg: true }); } }); </script> <!-- Font replacement (cufè´¸n) --> <script src="js/cufon-yui.js" type="text/javascript"></script> <script src="js/LiberationSans.font.js" type="text/javascript"></script> <!-- IE only includes (PNG Fix and other things for sucky browsers --> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="css/ie-only.css"> <script type="text/javascript" src="js/pngFix.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(document.body).supersleight(); }); </script> <![endif]--> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/ie-only-all-versions.css"><![endif]--> <!-- BEGIN: For Demo Only --> <!-- These entries are only needed for demo features, such as the real-time skin changer. They can be deleted for production installs without effecting the theme's design or any of the funcionality. --> <script type="text/javascript" src="js/demo.js"></script> <link rel="stylesheet" type="text/css" href="css/demo.css" /> <!-- END: For Demo Only --> <!-- Functions to initialize after page load --> <script type="text/javascript" src="js/onLoad.min.js"></script> </head> <body> <script type="text/javascript">validateLoad();</script> <!-- Top reveal (slides open, add class "topReveal" to links for open/close toggle ) --> <div id="ContentPanel"> <!-- close button --> <a href="#" class="topReveal closeBtn">Close</a> <div class="contentArea"> <!-- New member registration --> <!-- Alternate Login --> <div> </div> <!-- End of Content --> <div class="clear"></div> </div> </div> Thank you for the help!, james
  6. Thank you so much! But I have realised that the ACARS map does not show up on my site? woud this have ot do with the custom javascript like you where saying? (http://www.flyirelandva.com/index.php/acars) or is this a different problem? Thanks, James
  7. Hello guys, I got a new template for my va and it has a image slider on the top (using javescript). It works fine in html coding but when i switch it to .tpl coding, the slider does not work. I have set all the folders into the right place but have no idea why it wont work. Any ideas will be much appreciated, James
  8. I know this question has being asked before in this post, but I was wondering if you where still thinking of developing that entrance exam? I would really like that
  9. This question has probably being asked before, but my internet is really slow tonight and its taking forever to load a page up... anyway i just want to double check if we are aloud remove the "powered by phpVMS" and replace it with a phpvms image logo (linking back to the phpvms.net site of course) on the website? And if we are, is it possable to make your own phpvms image or do you have to use the one above? Thanks in advance, James
  10. damn i gave up making my own template and i was gonna use this one but the link is broken does anyone have a new link for it??
  11. James142

    Padding

    Try this: In the stylesheet.css file look for: .mc01cc { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; width: 205px; overflow: hidden; background-color: #f0f0f0; } And change it to: .mc01cc { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; width: 205px; padding-left: 1px; overflow: hidden; background-color: #f0f0f0; }
  12. James142

    Padding

    I can get the main menu to move over but not the rest. I think you might have to add something to the .css file. Ill have a go and if i find it ill show you, regards, James
  13. Great I'll give this a go! Thank you, James
  14. Thanks fo the reply, I dont really understand what your saying :S If I make the new page where will I put the file and what will I call it? Regards, James
  15. For my homepage (frontpage_main.tpl) I want it to have a different template layout to the rest. Is there a way to "turn off" the layouttpl file for the homepage? Thanks James
  16. Changed the folder they where placed in and it worked, Thanks for the support james
  17. I dont think thats the problem because its all linked back to the style.css ect.. and its still not working
  18. Hello all, Im trying to make a new phpvms skin for my va but all the text turns out too small (and the logo on top is streched) when its made into a skin ) (http://flyirelandva.com) but is fine when it is html coded. (http://flyirelandva.com/testsite) Thank you in advance, james EDIT: now have to show you it through an image because i cant leave the website looking like that :S
  19. James142

    Padding

    In the stylesheet.css look for .mcleft { float: left; width: 207px; margin-left: 15px; /* margin-left: 7px; */ background-color: White; } And replace the margin-left: 15px; to margin-left: 10px; or something Let me know if that works, James
  20. James142

    Padding

    Im sure you could edit it in your style.css file..
  21. James142

    Padding

    Im sure you could edit it in your style.css file..
  22. Back already I reuploaded the main index.php file and it worked, guess the new forum had overwritten that file when it was uploading. thank you so much for the support! James
  23. Ill try doing that and ill get back to you with the result, I guess I should have saved the forum files into another directory.. James.
×
×
  • Create New...