XF 2.0 Duplicate Category Text in Breadcrumbs

kingjavo

Active member
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
 
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
 
Top Bottom