The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Okay so I need some help removing some links from the navbar,
what template would I have to edit? I'm unsure what to delete in the Navbar template |
#2
|
|||
|
|||
![]()
The navbar template you want to edit.
Remove whatever links you don't want, it's hard to tell you what to remove if we don't know the links you want removed. |
#3
|
|||
|
|||
![]()
Thanks for the reply
![]() www.BobbaMarket.net/Forum/ I want to remove the User CP - FAQ - Calender - Chatbox full Thanks ![]() --------------- Added [DATE]1253447656[/DATE] at [TIME]1253447656[/TIME] --------------- Anyone? |
#4
|
|||
|
|||
![]()
A habbo-related forum
![]() UserCP: Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> Code:
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> <!-- nav buttons bar --> and <!-- / nav buttons bar --> Remove these one-by-one, and I recommend backing up just in case I am wrong. |
#5
|
|||
|
|||
![]()
Thanks James
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|