I've seen only a couple heavily moderated forums that do this.
I'd like to remove the link to a category forum, on the breadcrumb
Been searching for a while can't find an a way to do this.
vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.
This is a discussion on Q: remove category link in breadcrumb within the Template Modifications forums, part of the vBulletin SEO Discussion category; I've seen only a couple heavily moderated forums that do this. I'd like to remove the link to a category ...
I've seen only a couple heavily moderated forums that do this.
I'd like to remove the link to a category forum, on the breadcrumb
Been searching for a while can't find an a way to do this.
Replace entire content of navbar_link
with:
Replace code in red with the actual name of your categories:Code:<if condition="$show['breadcrumb']"> <span class="navbar">> <if condition="!in_array($nav_title, array('Category Name', 'Another Category Name', 'Yet Another One', 'Etc Etc', 'And this one too'))"> <a href="$nav_url">$nav_title</a> <else /> $nav_title </if> </span> <else /> $nav_title </if>
Note: Your Categories and Forums can't have the same name otherwise your forum will unlink in breadcrumb as well.