Vbulletin unlinking specific breadcumb link help

Discussion in 'vBulletin Discussions' started by Michael, Nov 24, 2009.

  1. Michael

    Michael Regular Member

    Joined:
    Jan 18, 2004
    Messages:
    166
    Likes Received:
    35
    I am wanting to unlink a specific part of our forums breadcrumbs, please see the image showing which item of the breadcrumb I would like to unlink.

    awww.adminaddict.net_data_MetaMirrorCache_84c0173023503da05c60f529476724d2.gif

    I hope this is possible without affecting the rest.

    Thanks!
     
  2. Lynne

    Lynne Regular Member

    Joined:
    May 26, 2009
    Messages:
    333
    Likes Received:
    32
    Location:
    Home Sweet Home!
    Replacement Variables (will affect it everywhere)? Or a str_replace in a plugin or other type of code change in a plugin.
     
    2 people like this.
  3. Michael

    Michael Regular Member

    Joined:
    Jan 18, 2004
    Messages:
    166
    Likes Received:
    35
    Do you know what code it is that generates those specific ones? :)
     
  4. Lynne

    Lynne Regular Member

    Joined:
    May 26, 2009
    Messages:
    333
    Likes Received:
    32
    Location:
    Home Sweet Home!
    I'm not sure what you mean. :confused:
     
  5. Dan Hutter

    Dan Hutter aka Big Dan

    Joined:
    Jul 20, 2006
    Messages:
    1,412
    Likes Received:
    515
    Location:
    New York
    With some basic trial and error in the navbar template, I found that removing:

    Code:
    <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
    Removes everything but the current forum name on view forum.
    View attachment 753

    Removing just

    Code:
    $navbits[breadcrumb]
    Removes the parent category name.
    View attachment 754

    See screenshots for example.. There doesn't seem to be a simple way to remove parent-parent or just the parent-parent and leave the parent in place Hope it points you in the right direction. :)
     
    2 people like this.
  6. Michael

    Michael Regular Member

    Joined:
    Jan 18, 2004
    Messages:
    166
    Likes Received:
    35
    Thank you very much, just what I was looking for! :D
     

Share This Page