Closed (won't fix)
Project:
Talk
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Sep 2009 at 14:11 UTC
Updated:
30 Jul 2012 at 14:06 UTC
There are two new features in the permalink module
Which allow for comment permalinks like Drupal 7 does them (i.e. comment/CID#comment-CID) and also improves on that feature to make the URL where comments are overridable.
The attached patch implements the hook in talk module to tell permalink where talk will put the comments for the node.
| Comment | File | Size | Author |
|---|---|---|---|
| hook_permalink_comment_page_talk.patch | 623 bytes | greggles |
Comments
Comment #1
gregglesAnd for what it's worth, I plan to commit this in the next few days if there's no feedback. It's fairly simple and fairly well tested.
Comment #2
gregglesActually, it's unlikely that my version of the comment permalinks will be backported so the real fix will be a hook_menu_alter that defines a new page callback that uses the right url, so this needs work.
Comment #3
ñull commented+1 as far as this relates to the wrong "Recent comments" links. Or should we consider that a bug?
Comment #4
greggles@com2 - I have no idea what you're talking about :/ Please open a new issue that describes whatever it is that you feel is a bug (and provide more details).
Also, since permalink is such an uncommon module and Drupal7 doesn't provide this I think we should skip this feature.