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

chx’s picture

Project: Drupal core » Taxonomy Menu
Version: 4.6.5 » 4.6.x-1.x-dev
Component: forum.module » Code

this is not a core issue.

brmassa’s picture

Status: Active » Closed (fixed)