Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2005 at 11:00 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
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?