The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to display my breadcrumb on every page EXCEPT my forumhome. I figured a simple little script could be written that just said:
<IF> (you are on forumhome) (do nothing) <ELSE> (display breadcrumb) </IF> That is the concept but I need help filling in with technical groundwork. I've seen others request this before with no luck so hopefully we'll solve it for all! Thanks in advance folks... |
#2
|
||||
|
||||
![]()
<if condition="THIS_SCRIPT == 'index'">
(do nothing) <else /> (display breadcrumb) </if> |
#3
|
||||
|
||||
![]()
<if condition="THIS_SCRIPT == index">
CODE <else /> </if> |
#4
|
||||
|
||||
![]() Code:
<if condition="THIS_SCRIPT != 'index'"> (display breadcrumb) </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|