The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
By default the navigation bar contains items like "User CP, Members List, New Posts, Quick Links, Log Out" How can I alter this list ? Edit: It looks like I need to edit the "navbar" template. Since I only need some updates for a custom page looks like I need to make another template. Most probably I should start with the "navbar" template and then add / remove whatever I need in the new template. What do you think ? Is this the right way to solve this issue ? Regards, Razvan |
#2
|
||||
|
||||
![]()
Yes, you must edit the navbar template (abbreviated from "navigation bar") to remove those links.
|
#3
|
|||
|
|||
![]() Quote:
I wish that VB would be a bit more CMS-orientated ![]() |
#4
|
||||
|
||||
![]()
You can already do this using a vBulletin conditional.
|
#5
|
|||
|
|||
![]()
Yes, but the condition would be tested on *all* pages.
With a new template, it will take a bit more space on the DB, but there will be no CPU penalties in other pages. Besides this, the original "navbit" template will remain unchanged, which is an advantage when performing updates. |
#6
|
|||
|
|||
![]()
I've got a question. I have added a link to the navbar to allow the users to link back to the main home page of vBulletin from any page they may be on.
Problem is that this link displays on the navbar even when they are on the home page. What conditional can I use to check to see if they they are on the main vBulletin page? Thanks |
#7
|
||||
|
||||
![]() Code:
<if condition="THIS_SCRIPT == 'index'"> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|