how do i get the home and forum links on my navbar?
Announcement
Collapse
No announcement yet.
Home and forum links in navbar
Collapse
X
-
Where would you like them to be placed on the navbar? At the beginning or end? Or somewhere in the middle next to another link? I ask because it will determine how I show you the code that needs to be modified.~ Life isn't always fair, but you can be. ~
Comment
-
Is the Home button going to your website's main page or the forum home page. If it's the forum home page then you only need this since a Forum button would be redundant:
In the navbar template look for:
Code:<!-- nav buttons bar --> <div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr align="center">
Code:<td class="vbmenu_control"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></td>
~ Life isn't always fair, but you can be. ~
Comment
Related Topics
Collapse
-
by NumNumI recently upgraded to 5.4.3 and one of my pages showing the responsive navbar, even when using desktop. The page can be seen here.
Would this be an issue, or is it because there are so many...-
Channel: Support Issues & Questions
Tue 11 Sep '18, 6:21am -
Comment