forum.module's call to menu_set_location (from function 'forum_view') is overridden by a later call by taxonomy_menu.module (function 'taxonomy_menu_nodeapi'). The breadcrumb set by the latter call is inferior to the prior call. Specifically, the latter call contains links of the form "q=taxonomy_menu" while the former's are in the form "q=forum". The taxonomy_menu links result in a simple grouping of nodes, as opposed to the 'q=forum' links, which take the user to different locations in the forum hierarchy. To put it another way, the taxonomy_menu links make the forum not look like a forum.
Thanks.
Comments
Comment #1
chx commentedthis is not a core issue.
Comment #2
brmassa commented