PilotMohamed Posted September 29, 2014 Report Share Posted September 29, 2014 Hello everyone, I use the vAirline Template, and it´s a great template but I have, after I edited the template for my VA, this problem: http://screenshooter.net/9328839/rwfhspb I now, that I edited something wrong, but please help me, how I can fix this problem (Maybe in the layout.tpl), because the "category list" etc. is in my VA wrong. I will, that it will be look, like on the "vAirline.org" Homepage. http://screenshooter.net/9328839/fkyxjva I hope that everyone can help me. Quote Link to comment Share on other sites More sharing options...
RocketRod Posted September 29, 2014 Report Share Posted September 29, 2014 Look at your core-navigation.tpl It looks like you made the menu into a link. Compare to an untouched original file. </ul> </div> <!--1st drop down menu--> <div id="dropmenu1" class="dropmenudiv" style="width: 150px;"> <a href="<?php echo url('/'); ?>">Home</a> <a href="your menu link here">1st item</a> </div> Quote Link to comment Share on other sites More sharing options...
PilotMohamed Posted September 29, 2014 Author Report Share Posted September 29, 2014 What is a "menu link"? The URL of my Website? Quote Link to comment Share on other sites More sharing options...
PilotMohamed Posted September 29, 2014 Author Report Share Posted September 29, 2014 The other problem is, I don´t now which all files I must upload to my "phpvms Folder" (via FileZilla)? I only uploaded the "layout.tpl" and nothing more, to my VA Homepage. Quote Link to comment Share on other sites More sharing options...
RocketRod Posted September 29, 2014 Report Share Posted September 29, 2014 The other problem is, I don´t now which all files I must upload to my "phpvms Folder" (via FileZilla)? I only uploaded the "layout.tpl" and nothing more, to my VA Homepage. The entire vAriline folder goes into you phpvms/lib/skins folder. The "menu link" is the page you want to display in the drop down menu. Quote Link to comment Share on other sites More sharing options...
PilotMohamed Posted September 29, 2014 Author Report Share Posted September 29, 2014 Step 1 "The entire vAriline folder goes into you phpvms/lib/skins folder." I done it already. But Step 2, I don´t understand it. So what I must edit in the "core navigation.tpl" ? <div class="chromestyle" id="chromemenu"> <ul> <li><a href="<?php echo url('/'); ?>">Home</a></li> <li><a href="#" rel="dropmenu1">About Us</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/registration'); ?>">Join</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>" rel="dropmenu2">Pilot Operations</a></li> <?php } ?> <li><a href="<?php echo url('/acars'); ?>">Current Flights</a></li> <li><a href="#">Events</a></li> <li><a href="#">Forums</a></li> <li><a href="#" style="border-right: none">Contact</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a style="border-left: 1px solid #DADADA;" href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li> <?php } ?> </ul> </div> <!--1st drop down menu --> <div id="dropmenu1" class="dropmenudiv"> <a href="#">Our Staff</a> <a href="#">History</a> <a href="#">Timeline</a> </div> <!--2nd drop down menu --> <div id="dropmenu2" class="dropmenudiv" style="width: 150px;"> <a href="<?php echo url('/'); ?>">Home</a> <a href="[url="http://skyairwaysva.site90.net/%22>1st"]http://skyairwaysva....ite90.net/">1st[/url] item</a> <a href="<?php echo url('/profile/edit'); ?>">Edit Profile</a> <a href="<?php echo url('/pireps/mine'); ?>">Logbook</a> <a href="<?php echo url('/profile/stats'); ?>">Statistics</a> <a href="<?php echo url('/pireps/filepirep'); ?>">File Report</a> <a href="<?php echo url('/'); ?>">Statistics</a> <a href="<?php echo url('/'); ?>">Flight Log</a> </div> <script type="text/javascript"> cssdropdown.startchrome("chromemenu") </script> And than, where I must insert the "core navigation.tpl" file? Hope you can help me, and sorry for my English. Quote Link to comment Share on other sites More sharing options...
PilotMohamed Posted September 30, 2014 Author Report Share Posted September 30, 2014 Please help, or if you want, I can send you my Template files (per Email) and you can edit it for me, please? Quote Link to comment Share on other sites More sharing options...
PilotMohamed Posted October 1, 2014 Author Report Share Posted October 1, 2014 122 VIEWS 2 REPLYS Please can anyone help me please? Quote Link to comment Share on other sites More sharing options...
RocketRod Posted October 1, 2014 Report Share Posted October 1, 2014 My best guess is that you need to focus on the files you have changed. You said you modified the layout tpl. Compare it and any other file you changed to the original to ensure you aren't missing something. Quote Link to comment Share on other sites More sharing options...
Ariel Posted October 17, 2014 Report Share Posted October 17, 2014 Well considering the screencaps are no longer available i dont know what is wrong or how far editing the whole skin has gone....but if it isnt much just reupload the whole skin. What exactly is the problem? 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.