hamsterboy Posted September 13, 2009 Report Share Posted September 13, 2009 Hi i am currently in the process of making a brand new website for my VA, and i was wandering if there is any way that i can make it/design it in dreamweaver and then add all the scripts like login, pireps into a specially made page for that specific job. I want to make every individual page then add all the scripts and link them too the phpvms. I hope i will be able to do this, thanks James Quote Link to comment Share on other sites More sharing options...
Tom Posted September 13, 2009 Report Share Posted September 13, 2009 If you don't know it already, you should read up on html and css. Some php may help also. If you prefer, an easy way to start is find a free CSS template and work upon that.. once you get the hang of it you can make your own from scratch. There are tutorials on skinning phpvms here: http://www.phpvms.net/tutorials The way I usually do it is make an entire example home page then: • Decide where the content begins, copy everything above into header.tpl. • Decide where the content ends, copy everything below into footer.tpl • Copy everything left into frontpage_mail.tpl and add the code for the content (news, new pilots etc) where your example content is. These go in lib/skins/yourtheme/ et voila, you have yourself a skin. Just need to edit other template files (found at core/templates/) if necessary and place them in your theme directory. 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.