I just noticed that breadcrumbs for comment reply links "comment/reply/1302" are only one level deep
(e.g.
Home » Forum Topic Title
)
rather than including the forum breadcrumb path like the forum topic display does (node/1302)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 40989.patch | 2.46 KB | Wesley Tanaka |
Comments
Comment #1
Wesley Tanaka commentedComment #2
Wesley Tanaka commentedComment #3
dries commentedWe won't put forum.module specific code into the comment.module.
Comment #4
Jaza commented-1 from me. Using menu_set_location() is evil IMHO, as it interferes with user-defined menu items.
I also don't think that this is a bug as such, since technically the 'comment' page is not the child of its associated 'node' page in the Drupal menu hierarchy, so it's expected behaviour for it to not appear as such in the breadcrumbs. Changing the menu structure from 'comment/reply/x' to 'node/x/reply' would be a better way to fix this.
Moving to 6.x-dev queue.
Comment #5
panchoThis inconsistancy still needs to be fixed.
Comment #6
dpearcefl commentedIs this still a need in current D6?