XF 2.0 Duplicate Category Text in Breadcrumbs

kingjavo

Active member
Licensed customer
For some reason I'm season "Tickets" twice in my breadcrumbs. I have a Navigation Tab called "Tickets" which points to a Node and a sub-navigation to Create a new Ticket that points to a link to the post a thread in the Tickets Node.

When I go to Create Post I see the below breadcrumbs... Anyone know why?

1526673469409.webp
 
Does the same for thing happen on a unmoddified default style with all addons disabled?
Not really sure how easily to test that TBH. I do have the XenPorta 2 addon by @Jaxel which might be causing the problem.

And for some reason I can't just disable breadcrumbs using this toggle...

1526673950410.webp
 
Well you would disable all you addons by adding this to your src/config.php file.

Code:
$config['enableListeners'] = false;

Then view the site on a unmoddified default style.
 
I'm wrong it's back. If I revert the templat back using the "revert" button at the top right, then that should send it back to original correct? I think the issue went away when I disabled the below naviagation child.

1526677270113.webp
 
Back
Top Bottom