![]() |
Remove or Edit "Forum" link in breadcrumbs
How is it possible to Edit or Remove the "Forum" link in the breadcrumb links. I would rather it not be there or have it point to the root of the domain.
|
Pointing the link to root would even be great.
|
Anyone? So quite here.
|
The breadcrumbs are echo'd out in the header template. You should be able to work with a conditional to remove the breadcrumb if it's title (or phrase?) is Forum.
I'd help more, but my vb5 install is torched on the frontend. |
I believe the location of this is in the navbar template all the way at the bottom.
|
In vb 4 this was fairly simple for somebody like me with limited knowledge but in vb5 its a different story.
This looks to be the section in the header template: HTML Code:
<vb:if condition="$page['crumbs']"> |
Oh oops, didn't know this was posted in the vBulletin 5 section. My bad. c:
|
HTML Code:
<vb:if condition="isset($crumb['phrase']) AND !empty($crumb['phrase'])"> HTML Code:
<vb:if condition="isset($crumb['phrase']) AND !empty($crumb['phrase'])"> |
Thanks for the help but I get "Invalid Tag Nesting" when trying to use your code.
|
HTML Code:
<vb:each from="page.crumbs" value="crumb"> (Oops, I see I forgot a closing '"' up in #8) |
All times are GMT. The time now is 05:29 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:
|