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.

Results 1 to 3 of 3

Q: remove category link in breadcrumb

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 ...

  1. #1
    Junior Member
    Real Name
    Jim
    Join Date
    May 2008
    Posts
    3

    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. #2
    Junior Member
    Real Name
    Jim
    Join Date
    May 2008
    Posts
    3

    Figured out how to remove categories links from Breadcrumb

    Replace entire content of navbar_link
    with:

    Code:
    <if condition="$show['breadcrumb']">
          <span class="navbar">&gt;
            <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>
    
    Replace code in red with the actual name of your categories:


    Note: Your Categories and Forums can't have the same name otherwise your forum will unlink in breadcrumb as well.

  3. #3
    Member mindhunter77's Avatar
    Join Date
    Jan 2006
    Posts
    65
    do you have an example of what this looks like?


Similar Threads

  1. where do I remove the breadcrumb?
    By inparadise in forum vBSEO.com Styles
    Replies: 2
    Last Post: 04-23-2008, 11:01 AM
  2. Remove vBSEO Link?
    By Jared in forum General Discussion
    Replies: 6
    Last Post: 03-10-2008, 05:45 PM
  3. ability to remove category pages from archive
    By dcallan in forum vBSEO Features Archive
    Replies: 3
    Last Post: 07-25-2006, 07:51 AM
  4. Remove breadcrumb
    By I, Brian in forum Template Modifications
    Replies: 10
    Last Post: 10-09-2005, 04:43 AM

Tags for this Thread