The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want it to be gone from the main page, but for it to be visible when you click on anything other than forum home. Possible?
|
#2
|
|||
|
|||
![]()
Just edit the FORUMHOME template and remove $navbar from it
![]() And when you only want to remove the breadcrumbs, not the entire navbar, then you have to edit the navbar template and wrap this conditional around the breadcrumbs code: Code:
<if condition="THIS_SCRIPT == 'scriptname'">the breadcrumbs code</if> |
#3
|
|||
|
|||
![]()
Hmm, I dont fully understand. I plan on not using the navbar eventually, and I know how to get rid of it. I want to use the feature underneath the banner logo instead of the navbar which falls under the breadcrumb, of course. Get what I mean?
![]() |
#4
|
|||
|
|||
![]()
I figured out what I need to do! Thank you!
|
#5
|
|||
|
|||
![]() Quote:
Thank you! |
#6
|
||||
|
||||
![]() Code:
<if condition="in_array(THIS_SCRIPT, array('scriptname1', 'scriptname2'))"> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|