Closed (fixed)
Project:
Taxonomy Menu
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2006 at 10:01 UTC
Updated:
16 Jan 2008 at 03:17 UTC
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