twelka3 Posted February 13, 2012 Report Posted February 13, 2012 BlueLight MyVADesigns first free phpVMS Template available to the phpVMS Community. Check out MyVADesignsFully made custom skin with full drop down menu. MAKE SURE you go into the layout.tpl and frontpage_main.tpl to change the urls from mydomain.com to your va's domain. Download Link YOU MUST keep the Made by MyVADesigns in the footer you may choose though the image or text. You must also keep the phpVMS link. Quote
Jon Posted February 13, 2012 Report Posted February 13, 2012 MAKE SURE you go into the layout.tpl and frontpage_main.tpl to change the urls from mydomain.com to your va's domain. You can just change it to something like <?php echo SITE_URL?> so that nobody has to change the domain Jon Quote
Tom Posted February 13, 2012 Report Posted February 13, 2012 There is a function to produce urls... <?php echo url('/pages/mypage'); ?> Quote
twelka3 Posted February 13, 2012 Author Report Posted February 13, 2012 Thanks guys that helps alot i will fix that tonight and re upload so everyone doesn't have to do that Quote
5SA CEO Posted February 14, 2012 Report Posted February 14, 2012 I am liking this skin twelka3, But I am missing the whole back ground when I add it to the site. I have changed the url in the layout and frontpage.tpl and I have used the <?php echo url('/pages/mypage'); ?> I have changed the style to the colours I want but as you can see its not working for me, I guess I have missed something small?? but what? Quote
edmundk Posted February 14, 2012 Report Posted February 14, 2012 Umm. I think it can't find the .CSS file. That is ur problem. Make sure all the links are valid. Quote
twelka3 Posted February 14, 2012 Author Report Posted February 14, 2012 5SA CEO, Edmundk is correct the css file is not working go into your layout.tpl and make sure you have it linked right as that one has to be http://yoursite.com/lib/skins/Bluelight/.cssfile Quote
5SA CEO Posted February 15, 2012 Report Posted February 15, 2012 Thanks guys, I have had a look and this is what is being displayed: 12 <link type="text/css" href=<"http://5starvirtualaviation.com/phpvms/lib/skins/bluelight/menu.css" rel="stylesheet" /> 13 <script type="text/javascript" src="jquery.js"></script> 14 <script type="text/javascript" src="menu.js"></script> 15 16 <link rel="stylesheet" href=<"http://5starvirtualaviation.com/phpvms/lib/skins/bluelight/style.css" type="text/css" media="screen" /> 17 <style type="text/css"> but still getting the same result, must be something small I am missing I will keep looking and check all the url links to make sure they are correct. cheers Deano 5SA CEO Quote
twelka3 Posted February 15, 2012 Author Report Posted February 15, 2012 Here is what it should look like: 12 <link type="text/css" href=<"/phpvms/lib/skins/bluelight/menu.css" rel="stylesheet" /> 13 <script type="text/javascript" src="jquery.js"></script> 14 <script type="text/javascript" src="menu.js"></script> 15 16 <link rel="stylesheet" href=<"/phpvms/lib/skins/bluelight/style.css" type="text/css" media="screen" /> 17 <style type="text/css"> Quote
5SA CEO Posted February 15, 2012 Report Posted February 15, 2012 Got it solved now thanks for that I was missing a " but that's got it, just got to figure out how to do the drop down menus and links for them now before I go live. Thanks Deano Quote
5SA CEO Posted February 17, 2012 Report Posted February 17, 2012 Hi Taylor, I have got the links working now and made some small changes to the background. A couple of things if I may. I want to make the main body wider then it is, up to 1000px wide so it is the same width as the top banner, I have looked in the css and layout but cannot find where to make the change? PROBLEM SOLVED. Also on your site you have the areas in boxes and I would like to have ones like that but more like inset design, I have looked at CSS editor to add them but could not get it to work, how did you do yours? STILL LOOKING FOR ANY HELP OR IDEAS. Thanks in advance. Dean 5SA01 5 STAR CEO Quote
twelka3 Posted March 4, 2012 Author Report Posted March 4, 2012 Can you explain more on this? If you have an example that would be great Quote
cdawg Posted March 4, 2012 Report Posted March 4, 2012 got a question how can i add a drop down for the pilot center and make it to where only logged in users can see it? Quote
AOI001 Posted March 4, 2012 Report Posted March 4, 2012 I have the background problem. I cant see it. I changed all the URL to the correct ones but cant get it to work. Quote
twelka3 Posted March 4, 2012 Author Report Posted March 4, 2012 Look in the layout.tpl were it links up the css it should be the following: <link rel="stylesheet" href=<"/lib/skins/bluelight/style.css" type="text/css" media="screen" /> Quote
AOI001 Posted March 4, 2012 Report Posted March 4, 2012 Thanks for the answer, but it still does not work. Quote
Jeff Posted March 4, 2012 Report Posted March 4, 2012 Try refreshing the web browser. Sometimes you need to reload the css for it to show up if you changed something in the css. Quote
5SA CEO Posted March 5, 2012 Report Posted March 5, 2012 HI, Sorry been at work, I have attached a screen shot of the site (still a work in progress) and is almost ready to release, I have put blue boxes round the main areas I was thinking about, but if I could put some round the side bar area's that would be a great help and would define the different areas. Thanks. Quote
twelka3 Posted March 28, 2012 Author Report Posted March 28, 2012 MyVADesigns site has been launched. http://www.myvadesigns.org/ Quote
EmiratesVA Posted April 4, 2012 Report Posted April 4, 2012 Okay I have a problem look at the link below please help me. http://emiratesairlineva.co.cc/index.php/Schedules Please get back to me. Quote
Scott Posted April 5, 2012 Report Posted April 5, 2012 Okay I have a problem look at the link below please help me. http://flyemiratesva...index.php/acars http://flyemiratesva...dules/details/6 By the looks of things there isn't any CSS on those modules on the schedule details page. They look like they have just been place one under another! Copy the code up so we can take a look! Quote
5SA CEO Posted April 5, 2012 Report Posted April 5, 2012 with the acars map, what I did for this skin is, I copied the acars.ptl from another skin (brilliance I think) put it into the bluelight folder then on line 47 changed the size 47 <div id="acarsmap" style="width:700px; height: 600px"></div> and as you can see if it fits. http://5starvirtualaviation.com/phpvms/index.php/acars as for the second issue, I had the same issue and I think it was down to a <div> missing, don't quote me. I use bluelight and it took me 2 weeks to get it to where I wanted it, but I like the skin and it works fine for me. Quote
JustinRomaine Posted June 2, 2012 Report Posted June 2, 2012 what do i need to do to get an img as the background im useing dreamweaver and ive tryed in css background img and html background img but it only shows a singal color nuthing else anyhelp Quote
alaskanbush Posted August 8, 2012 Report Posted August 8, 2012 I am having an issue with the bluelight skin, when I add new links to the dropdown menu they have a white background and not the dark grey, they will go dark grey when i put the mouse over it, but how do i get them to stay grey like all the other menu tabs? Quote
AirTahiti340 Posted October 27, 2014 Report Posted October 27, 2014 BlueLight MyVADesigns first free phpVMS Template available to the phpVMS Community. Check out MyVADesignsFully made custom skin with full drop down menu. MAKE SURE you go into the layout.tpl and frontpage_main.tpl to change the urls from mydomain.com to your va's domain. Download Link YOU MUST keep the Made by MyVADesigns in the footer you may choose though the image or text. You must also keep the phpVMS link. Can you please reupload this skin. The current link does not work. Thanks! Quote
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.