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. I hope this is possible without affecting the rest. Thanks!
Replacement Variables (will affect it everywhere)? Or a str_replace in a plugin or other type of code change in a plugin.
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.