The module does not appear to have its desired effect on forum posts.
I have a link to 'forum' in primary navigation. I've created a rule to activate this menu item on [content type: forum topic and forums:sample forum], and another rule to trigger on [content type: forum topic and no category definition]. Neither seems to activate the requested menu.
Also, when viewing a forum post node, the breadcrumbs show "Home › Forums › Testing" when I would expect them to show "Home › Forums › Sample forum › Testing".
Comments
Comment #1
bluerouse commentedI've got the same Problem with the breadcrumbs using the taxonomy_breadcrumbs-module for the forums.
I got Home - Forums - Container - Forum XY and in this Forum XY, there are some posts. When I open such a post, the breadcrumbs changes to:
Home - Forums - Container - Posttitle
instead of:
Home - Forums - Container - Forum XY - Posttitle
I think "Home - Forums - Container - Posttitle" is not generated by taxonomy_breadcrumbs, but why? The posts aren't shown as Terms in the Taxonomy, is this the problem? how can I change this?
Thanks for help!
*edit
After one day testing the thing, i reallized, that in my case, the forums-crumbs are correct without the taxonomy_breadcrumb-module, so i excluded the content-type forum for this module. Now it's correct for the forum and the rest of the taxonomy. perhaps this will help you too.
Comment #2
Adam_M commentedI don't have taxonomy_breadcrumbs installed, so this couldn't be the cause of the issue. But thanks for the suggestion.
Comment #3
edhel commentedHmm... default behavior of breadcrumb on topic view: Home » Forums » Sample forum.
If you create rule on [content type:forum topic, menu item: Forums] breadcrumb will be: Home » Forums. It works on my sites.
Comment #4
edhel commentedSeems duplicate of http://drupal.org/node/197624