Talk page links should use the same "comment_comments" CSS class that Drupal core comment module uses.
This allows themes downloaded from drupal.org to display their comment icon as they were designed to, whether comment links are provided by comment module or talk module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | d6-talk.patch | 1.86 KB | mfb |
| talk_link.patch | 783 bytes | mfb |
Comments
Comment #1
mfbHere's the patch for the Drupal 6 branch. This patch also includes a bug fix in the menu hook (missing access arguments).
Comment #2
avpadernoI am setting the referring version to the last available. The patch maybe needs to be rewritten.
Comment #3
avpadernoPatches should just resolve the issue reported, not also other issues the report is not about.
The patch attached by mfb must be re-written.
Comment #4
cwgordon7 commentedApplied the patch without the extra stuff. Thanks mfb!