RogerB Posted November 6, 2010 Author Report Share Posted November 6, 2010 I just downloaded it, all the files are there, must be something you caused. Use paste bin and send me your layout.tpl Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted November 6, 2010 Moderators Report Share Posted November 6, 2010 Here it's pastbin http://pastebin.com/MmcTLjWZ Quote Link to comment Share on other sites More sharing options...
RogerB Posted November 6, 2010 Author Report Share Posted November 6, 2010 If thats all you have, your missing half the page content..You need to remember that making SMALL changes is the best practice.... Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted November 7, 2010 Moderators Report Share Posted November 7, 2010 Roger, I just downloaded from FSPaintShop and i never touched it. I'll look into it. Thanks for your help. Quote Link to comment Share on other sites More sharing options...
RogerB Posted November 7, 2010 Author Report Share Posted November 7, 2010 Sorry, all the files are there and it works on my site. Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted November 14, 2010 Moderators Report Share Posted November 14, 2010 Hey Roger, I still can't get it working. I been downloading it all over again. But it won't work. I'm running phpVMS Version 2.1.934 And the footer is not there too. Just download it and install a fresh copy of phpVMS what i am running and install that skin and see it. Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted November 14, 2010 Moderators Report Share Posted November 14, 2010 I still can't get it. Any ideas anyone? Quote Link to comment Share on other sites More sharing options...
RogerB Posted November 14, 2010 Author Report Share Posted November 14, 2010 Not sure how it happened, that copy is jacked up. I apologize....I will fix now. Anyone who may of downloaded that copy, clear your cache and download again. Update: that copy is fixed , I confirmed it works..Once again, sorry about that. Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted November 14, 2010 Moderators Report Share Posted November 14, 2010 Good News! It works again! Thanks Roger! Quote Link to comment Share on other sites More sharing options...
Alex Posted November 15, 2010 Report Share Posted November 15, 2010 Roger, did you manage to take a look at the search by airline function? Quote Link to comment Share on other sites More sharing options...
RogerB Posted November 15, 2010 Author Report Share Posted November 15, 2010 Crap, I forgot. I'll do it right now ... Quote Link to comment Share on other sites More sharing options...
RogerB Posted November 15, 2010 Author Report Share Posted November 15, 2010 Gave it a go. This is what i have so far. Any help is appreciated <div id="airline"> <p>Select airline:</p> <select id="airlines" name="airlines"> <option value="">Select Airline</option> <?php if(!$airlines) $airlines = array(); foreach($airlines as $airline) { echo '<option value="'.$airlines->code.'">'.$airlines->code .' ('.$airlines->name.')</option>'; } ?> </select> <input type="submit" name="submit" value="Find Flights" /> </div> Quote Link to comment Share on other sites More sharing options...
Nathan L Posted November 20, 2010 Report Share Posted November 20, 2010 Am I allowed to edit the: Phpvms (ported by fspaint) image and the fspaintshop link in the right corner of the template? I will promote fspaintshop on my VA's website but I would like to replace the following above. Quote Link to comment Share on other sites More sharing options...
Alex Posted November 23, 2010 Report Share Posted November 23, 2010 Hi Roger, tried that code but it does not populate with any of the airlines in the database! I have this code which does populate the search list with my airlines, but i cant get the actual individual airline search function to work as it just brings all schedules up. <div id="airlinetab"> <p>Select Required Airline:</p> <select id="airline" name="airline"> <option value="">All Airlines</option> <?php if(!$allairlines) $allairlines = array(); foreach($allairlines as $airline) { echo '<option value="'.$airline->code.'" '.$sel.'>'.$airline->code.' - '.$airline->name.'</option>'; } ?> </select> <input type="submit" name="submit" value="Find Flights" /> </div> Quote Link to comment Share on other sites More sharing options...
RogerB Posted November 23, 2010 Author Report Share Posted November 23, 2010 Yes Nathan you can remove those. Alex that code doesn't work yet. I don't totally understand how Nabeel is pulling that info. Quote Link to comment Share on other sites More sharing options...
Matt Hunter Posted December 22, 2010 Report Share Posted December 22, 2010 In the core_navigation.tpl and on all pages, it shows the first navigation button as "home" in lowercase. When I edit the core_navigation.tpl file in the skin, it removes everything but the header. All navigation is missing etc. This occurs even when only editing the lowercase "h" and making it "H". Its very strange. Also, by making the lowercase "h" into an "H", the file size drops from 800 some bytes, to around 700 some. Any ideas on how to capitalize the "Home" nvaigation in both the topo bar and the left side bar? See my issue at: www.midwestvirtual.net Thanks! Matt Hunter Chief Executive Officer Midwest Virtual Airlines Quote Link to comment Share on other sites More sharing options...
TCX0001 Posted January 29, 2011 Report Share Posted January 29, 2011 How do you cange the name of your VA? Quote Link to comment Share on other sites More sharing options...
RogerB Posted January 30, 2011 Author Report Share Posted January 30, 2011 How do you cange the name of your VA? It's in the admin panel under general settings. Quote Link to comment Share on other sites More sharing options...
Nighthawk Posted June 15, 2011 Report Share Posted June 15, 2011 Hi, nice work. One question, how can i make the whole site widhter??? I can´t find the line in layout. Can u help me pls??? look in the picture Quote Link to comment Share on other sites More sharing options...
Jeff Posted June 16, 2011 Report Share Posted June 16, 2011 It's located in the Stylesheet.css /* regular */ body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background-color: black; /***This is the entire site background color**/ } img { border: 0px; } .size { width: 950px; <--------------------------Located here. margin: 0px auto; } If you change this, you are going to have to do a lot of editing to your website so all the content will line up correctly. Quote Link to comment Share on other sites More sharing options...
Nighthawk Posted June 16, 2011 Report Share Posted June 16, 2011 Ok, thanx for your fast reply. I try it tomorrow Quote Link to comment Share on other sites More sharing options...
Nighthawk Posted June 19, 2011 Report Share Posted June 19, 2011 ok, i have it found. Thanx. Quote Link to comment Share on other sites More sharing options...
mh1ok Posted March 10, 2012 Report Share Posted March 10, 2012 I downloaded this template and am having some problems with it. I didn't modify anything and left it as-is. But there are missing visuals all over the page. I uploaded a screenshot here. The top navigation bar has all white in between where it should be black and on the left sidebar the menu bars are missing their blue color. What could have been wrong? Quote Link to comment Share on other sites More sharing options...
carlosuc99 Posted June 26, 2012 Report Share Posted June 26, 2012 I downloaded this template and am having some problems with it. I didn't modify anything and left it as-is. But there are missing visuals all over the page. I uploaded a screenshot here. The top navigation bar has all white in between where it should be black and on the left sidebar the menu bars are missing their blue color. What could have been wrong? I have the same problem!!!!!! Can you help we????' Quote Link to comment Share on other sites More sharing options...
Curshad Posted October 7, 2012 Report Share Posted October 7, 2012 Hey can someone help me ? I am lookin to change /* regular */ body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background-color: Black; <<<<<<<< THIS } img { border: 0px; } .size { width: 950px; margin: 0px auto; } TO THIS >>>>>>>>>>>>> http://lohrman.com/skies/spanish-sky.jpg <<<<<<<<<<<<<<<<< How do i do it? I've tried this background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(194,236,255)), color-stop(0.71, rgb(20,145,255)), color-stop(1, rgb(0,115,255)) ); but it doesn't work. Quote Link to comment Share on other sites More sharing options...
Kalo Posted October 17, 2012 Report Share Posted October 17, 2012 nice! thanks for sharing. Quote Link to comment Share on other sites More sharing options...
Colin Posted October 18, 2012 Report Share Posted October 18, 2012 I'm not sure if this post is still being used anymore judging by the last post date but this was the only thread i could find for this skin. I've only just started building a design using this skin and have noticed that the sub menu tabs in the Pilot Center profile_main.tpl don't seem to work I've tried re-jiggling things about but haven't had much success to get the sub menu to work, I've attached some screenshots but in a nut shell when you click one of the tabs it doesn't do anything and the menu links what should be showing is just producing a blank section with a black box. Any help appreciated if this thread is still live Many Thanks Colin Quote Link to comment Share on other sites More sharing options...
EZY0001 Posted May 18, 2013 Report Share Posted May 18, 2013 My pilot roster (with 4 hubs) is all over the place! Almost like 4 pages beneath eachother, how can I fix this? Quote Link to comment Share on other sites More sharing options...
EZY0001 Posted May 19, 2013 Report Share Posted May 19, 2013 I have the same problem as another person a while ago, My Pilots Roster has the scroll repeat after each new hub, How do i stop this? My Pilot roster: http://easyjet-virtual.net/index.php/pilots Hope you can help Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted May 19, 2013 Moderators Report Share Posted May 19, 2013 I have the same problem as another person a while ago, My Pilots Roster has the scroll repeat after each new hub, How do i stop this? My Pilot roster: http://easyjet-virtu...ndex.php/pilots Hope you can help Its a closing div you are missing in the loop. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.