Laura Posted March 2, 2013 Report Share Posted March 2, 2013 He there This maybe a pretty silly question, but where can i add a Menu Button ? I just installed PHPVMS and trying to figure things out - sure, this'll take a while and i'm more than willing to learn, but for now i'd just like to add a new Button in the Main Menu So, within the default style i got Home/Pilots/Pilot Center/Live Map/Admin Center/log out I'd like to link the new Button to let's say the Schedule ? And, is there any "Tutorial" out there on how to create your on style ? Appreciate any help . Thanks in advance Quote Link to comment Share on other sites More sharing options...
mseiwald Posted March 3, 2013 Report Share Posted March 3, 2013 You can edit your nav menu in the core_navigation.tpl file Quote Link to comment Share on other sites More sharing options...
freshJet Posted March 3, 2013 Report Share Posted March 3, 2013 I don't like using the core_navigation.tpl, I just merge it into the layout.tpl. You can do whatever you like. You'll notice that each <li> tag represents a button. So, just add a new one below the rest (or in between - depending on where you want it displayed) and call it 'Schedule' or whatever and link it to index.php/schedules. As for tutorials, it's basically just HTML/CSS. There are literally tons of tutorials on the internet. Your layout.tpl and style.css files are the ones you want. Quote Link to comment Share on other sites More sharing options...
mseiwald Posted March 3, 2013 Report Share Posted March 3, 2013 Yeah i have it also moved to my layout.tpl but for someone who just starts with all this it might be a good idea to leave the structure of phpVMS as it is until you get some more experience. 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.