The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
breadcrumb
Hello, is there a way to stop the breadcrumb on some pages?
|
#2
|
||||
|
||||
You could put a conditional around it to not show it one some pages.
|
#3
|
|||
|
|||
What can I use conditional and how?
|
#4
|
||||
|
||||
You've given me no information whatsoever to help you write a condition. You need to be way more specific if you want specific help.
|
#5
|
|||
|
|||
Quote:
Can you help me? |
#6
|
||||
|
||||
Then I would guess you could use THIS_SCRIPT in your condition.
HTML Code:
<vb:if condition="!in_array(THIS_SCRIPT,array('register','login','index'))"> breadcrumb code in navbar template </vb:if> |
Благодарность от: | ||
CAG CheechDogg |
#7
|
|||
|
|||
Where should I put this?
|
#8
|
||||
|
||||
around your breadcrumb code in the navbar template.
|
#9
|
|||
|
|||
Thank you very much!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|