[FIXED] Broken/misleading breadcrumb navigation in forums section

Truonglv , you have 2 errors in the update which are breaking the functionality.

The menu item "Discussions" has the link /discussions . (That becomes a problem when trying to apply a route filters.) . The breadcrumb inside a forum is /testgroup/discussionsforum/#forums.3 (which is a 404). Please make both /groupforums/ , so a) a route filter can be applied and b) the breadcrumb doesn´t run in a 404.
 
Truonglv , you have 2 errors in the update which are breaking the functionality.

The menu item "Discussions" has the link /discussions . (That becomes a problem when trying to apply a route filters.) . The breadcrumb inside a forum is /testgroup/discussionsforum/#forums.3 (which is a 404). Please make both /groupforums/ , so a) a route filter can be applied and b) the breadcrumb doesn´t run in a 404.
SperberLook like you have setup a complex routes. For basic setup I don't have any issues.
 
So far every single route had been deactivated.

Please confirm, that the URL for the menu item Discussions is /discussionsand the breadcrumb on a forums or thread view is /testgroup/discussionsforum/#forums.3 .
 
In that case the update even doesn´t work out of the box, since there is no route or handler for discussionsforum. It´s just a 404 on a native XF 2.2 . The issue is not fixed and it looks like instead it has gone worse.
 
Last edited:
In that case the update even doesn´t work out of the box, since there is no route or handler for discussionsforum. It´s just a 404 on a native XF 2.2 . The issue is not fixed and it looks like instead it has gone worse.
Sperberthere are no route for discussionsforum. Unless you are give demo site ontherwise i cannot help
 
You have confirmed on Monday

and now there is no route for discussionsforum? What is correct now?
SperberJust for my part I've never seen a route like "/testgroup/discussionsforum/#forums.3", it does seem like something very particular to your setup and not necessarily easily reproduced.

For a concrete example of how it works on our forums, so you can check our breadcrumbs and such, here you go.
A group with 3 discussion forums, no nesting:
https://forums.taleworlds.com/index.php?groups/fallout-mod-project.86/discussions (this "/discussions" link is maintained to display with no nesting)
A group with 1 parent forum and 2 child forums under it:
https://forums.taleworlds.com/index.php?groups/sword-musket.394/discussions (this "/discussions" link redirects automatically to the parent forum)
 
Back
Top