The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Navbar Help Needed
how can i put a link in the navbar that points back to the main front page ?
Thanks |
#2
|
||||
|
||||
<td class="vbmenu_control"><a href="index.php">whatever you want the link to say</a></td>
if you want it so the link only shows to members the likn shouls be wrapped in an if conditional like this: <if condition="$show[member]"> <td class="vbmenu_control"><a href="index.php">whatever you want the link to say</a></td> </if> |
#3
|
|||
|
|||
Is that in the navbar postbit if so i want it to appear before 'user cp' what line of code am i looking for ?
thanks |
#4
|
||||
|
||||
in your navbar template find
Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> Code:
<if condition="$show['member']"><td class="vbmenu_control"><a href="forum.php">Forum</a></td></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|