No effect on forum posts?
Adam_M - November 13, 2007 - 17:57
| Project: | Node breadcrumb |
| Version: | 5.x-1.0-rc1 |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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".

#1
I'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.
#2
I don't have taxonomy_breadcrumbs installed, so this couldn't be the cause of the issue. But thanks for the suggestion.
#3
Hmm... 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.
#4
Seems duplicate of http://drupal.org/node/197624