Colin Posted May 5, 2012 Report Share Posted May 5, 2012 After hours of frustration, spitting my dummy out I must admit defeat and ask for help, as stated I am a complete newbie who probably shouldn't be venturing into this realm but as it's something I want to do I will soldier on, anyway getting to the point........... I have unsuccessfully tried to install a number of skins each time with the same result, the layout goes completely messed up and I end up going back to the crystal skin. One of the skins I have downloaded is from http://www.myvadesigns.org/free-skins/ the skin is named bluelight, I have installed this skin as follows: (not leaving anything out as hopefully someone will be able to figure out where I am going wrong) As stated on the website I went into the layout.tpl and frontpage_main.tpl to change the urls from mydomain.com to my va’s domain. I then uploaded the skin to the web server and placed it in phpvms/lib/skins, I then went into admin center and changed the current skin to bluelight, the site then went messed up ( I have attached a screenshot) and I reverted back to crystal, I have no idea what I am doing wrong and any help is greatly appreciated, I am hoping this venture turns into one of these cases where when you first start out everything seems hard then 6 months down the line you wonder what the fuss was about, although I doubt it again to just reiterate the fact that I am a newbie and you will probably see my posts quite a lot along the way, for which I apologise in advance for, Again any help greatly appreciated Many Thanks P.S I am probably going to end up hiring someone to design the website if things don't go to plan, I have been quoted by 1 company $200, If anyone can beat this please let me know Quote Link to comment Share on other sites More sharing options...
rpalmer800 Posted May 5, 2012 Report Share Posted May 5, 2012 OK, so with your Bluelight skin what you need to do is go into the Layout.tpl and change at the top where it says: <link type="text/css" href="/lib/skins/bluelight/menu.css" rel="stylesheet" /> to: <link type="text/css" href="<?php echo SITE_URL?>/lib/skins/bluelight/menu.css" rel="stylesheet" /> and, Change this: <link rel="stylesheet" href="/lib/skins/bluelight/style.css" type="text/css" media="screen" /> to this: <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/bluelight/style.css" type="text/css" media="screen" /> And then you should be all set. Quote Link to comment Share on other sites More sharing options...
Colin Posted May 7, 2012 Author Report Share Posted May 7, 2012 Many Thanks for the reply got it pretty much sorted now, although I am having some other major issues if you can help please http://forum.phpvms....8424#entry48424 Quote Link to comment Share on other sites More sharing options...
rpalmer800 Posted May 7, 2012 Report Share Posted May 7, 2012 Yeah, i just took a look at it.. 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.