Global1 Posted September 5, 2014 Share Posted September 5, 2014 I would like to change the buttons in my nav bar within the client area default template and do not know where to begin. If someone could give me some direction on which file to edit and also the procedure to making a change to and deleting buttons on the nav bar I would surely appreciate it. Thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
mbit Posted September 6, 2014 Share Posted September 6, 2014 Well, you should start by opening the header.tpl file 0 Quote Link to comment Share on other sites More sharing options...
Global1 Posted September 6, 2014 Author Share Posted September 6, 2014 Well, you should start by opening the header.tpl file I have been there and I am not sure what code within there needs to be edited: Here is the code (from header.tpl), but what do I need to do to access and manipulate the navigation buttons? Thanks in advance! <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="nav-collapse"> <ul class="nav"> <li><a id="Menu-Home" href="{if $loggedin}clientarea{else}index{/if}.php">{$LANG.hometitle}</a></li> </ul> 0 Quote Link to comment Share on other sites More sharing options...
WebsiteIntegrations Posted September 7, 2014 Share Posted September 7, 2014 Hello Are you just trying to add a menu link? What you should do first before editing any files is make a copy of the theme to use and rename it, that way when you update you won't actually overwrite the changed files. 0 Quote Link to comment Share on other sites More sharing options...
mbit Posted September 8, 2014 Share Posted September 8, 2014 I really recommend you to read the folowing article: http://blog.whmcs.com/?t=69003 0 Quote Link to comment Share on other sites More sharing options...
ADz83 Posted September 9, 2014 Share Posted September 9, 2014 You need to also make an entry in your language files for the menu entry text and then associate this with a custom link in your header file 0 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.