Hi,
I have a very complex setup for my comments, using advanced_forum, comment_block, contexts, all on top of drupal commons. For some reason menu_get_object() was not aware of the $node->comment value in this setup.
I don't know the exact problem, where menu_get_object() is failing, but I fixed this by changing to a node_load().
Here is a simple patch for this fix. Probably only necessary if you're have a very complex setup, and quote links don't appear for unknown reasons.
Should this be the default mechanism for grabbing the comment's node?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | quoteLinkMissing-D6-1.2_2.patch | 746 bytes | daggerhart |
| quoteLinkMissing-D6-1.2.patch | 765 bytes | daggerhart |
Comments
Comment #1
daggerhart commentedProblem with line endings on the last patch. Reroll w/ unix only line endings.
Comment #3
Zen commentedComment #4
ivnishSorry. D6 branch is unsupported