vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Q: remove category link in breadcrumb
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. |
|
#2
| |||
| |||
| Figured out how to remove categories links from Breadcrumb
Replace entire content of navbar_link with: 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. |
|
#3
| ||||
| ||||
|
do you have an example of what this looks like?
|
| Tags |
| breadcrumb |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| where do I remove the breadcrumb? | inparadise | vBSEO.com 1.0 Style | 2 | 04-23-2008 12:01 PM |
| Remove vBSEO Link? | Jared | General Discussion | 6 | 03-10-2008 06:45 PM |
| ability to remove category pages from archive | dcallan | Feature Requests | 3 | 07-25-2006 08:51 AM |
| Remove breadcrumb | I, Brian | Template Modifications | 10 | 10-09-2005 05:43 AM |