![]() |
How to hide breadcrumb on the homepage...
I want to hide the breadcrumb on the main page, as the title suggests. Now, i suppose this can be done with an if ( if home ) but I don't know the syntax for vb 4.0
I need to start the if, then: Code:
<div id="breadcrumb" class="breadcrumb"> correct me if i'm wrong anywhere...and please, if you know that conditional |
Assuming you are talking about the forum.php page:
HTML Code:
<vb:if condition="THIS_SCRIPT != 'index'"> |
tnx alot once again Lynne...helpful as always ;)
|
^^^ Awesome... I needed that too! Thanks.
|
Put this is your additional.css and the breadcrumbs go away everywhere.
Code:
.breadcrumb > ul { display: none; } /* Creates a world of navigation problems */ |
Is ther a similer code to remove the forum only icon eg: when clicked on the subforum, will show the breadcrumb of the subforum but not the main forum and when going to child forum will include everything exept forum.
Thanks in advance |
All times are GMT. The time now is 03:28 AM. |
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:
|