Jump to content

Menu - Navbar customization needed


bobmin

Recommended Posts

I sure could use some help with this. I need to make some changes to the menus that will change where the website visitor is taken to when clicking on the "home" menu link (essentially, where they started from, my index page for my website). I want it to be the same on "every" menu in WHMCS. I have read thru most of the information in the forums here but I still don't quite get how the menus are controlled / edited. I guess I don't understand the hierarchy of the program flow, i.e. what controls what ?

 

If you could just direct me to some documentation that explains this that would be great !

 

Thanks in advance for your help !

Bob

Edited by bobmin
to clarify something
Link to comment
Share on other sites

I figured it out myself - here is the answer

 

in the directory "WHMCS"/modules/templates/default/header.tpl I made the following change

....... in this section

 

<div class="navbar navbar-fixed-top">

<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">

 

 

I remarked out this line since it is just HTML code:

<!--

<li><a href="{if $loggedin}clientarea{else}index{/if}.php">{$LANG.hometitle}</a></li>

-->

 

AND THEN ADDED THIS LINE BACK IN

 

<li><a href="http://getabreakhosting.com">{$LANG.hometitle}</a></li>

 

THIS MAKES EVERY TEMPLATE THAT LOADS HAVE THE "HOME" LINK IN THE navbar TAKE THE VISITOR BACK TO THE MAIN WEBSITE index.html FILE

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated