Remove "Forums" in breadcrumbs only on pages

attemis

Member
Hello,
This is my problem:
CQLPMqX.png

I want to remove the "Forums" link only when a XenForo Page (pages/test/) is viewed.
I searched and found this code for XF 1.1, which removes the "Forums" link on all pages, but it didn't work for me... (I'm on XF 1.3 Beta 1)
Code:
            <xen:if is="{$selectedTab}">
                <span class="crust"{xen:if $microdata, ' itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"'}>
                    <a href="{$selectedTab.href}" class="crumb"{xen:if $microdata, ' rel="up" itemprop="url"'}><span{xen:if $microdata, ' itemprop="title"'}>{$selectedTab.title}</span></a>
                    <span class="arrow"><span>&gt;</span></span>
                </span>
            </xen:if>
Greets
attemis
 
If you have xenForo 1.2, you can find that in phrases, look for "Forums" phrase.

EDIT: Looks like you're still on 1.1.x
 
Also, he wants to remove it....

Not even sure if that is possible. I've personally never looked into it.
I know he wants to remove it, but I thought that removing "forums" from the phrase, or at least changing the phrase name would would've solved it...?

And I didn't see the 1.3 beta part in the OP, I had assumed he was on 1.1.x because I was pretty much scanning. Apologies.
 
Top Bottom