![]() |
If ForumHome Else
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... |
<if condition="THIS_SCRIPT == 'index'">
(do nothing) <else /> (display breadcrumb) </if> |
<if condition="THIS_SCRIPT == index">
CODE <else /> </if> |
Code:
<if condition="THIS_SCRIPT != 'index'"> |
All times are GMT. The time now is 08:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|