Hello!
Today I noticed an issue with this module and other modules which alter the comment links. I don't know if there really is a solution to it, but basically this module will override any changes to the links that other modules have created. For example I'm using the Flag module to flag comments. It adds a link into my list of links in the comments which allows users to flag and unflag comments. When I install this module those links go away. I know that you guys are using the following on line 22:
<?php
$links = comment_links($comment, FALSE);
?>
According to the Drupal API it doesn't seem to preserve any links added by other modules, because they are implemented it this way. So it seems like its a battle over the weight of the modules and which module implements their links last.
Any solutions are greatly appreciated.
Trevor
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Support.zip | 153.08 KB | kerusso_t |
Comments
Comment #1
kerusso_t commentedHi Trevor,
I am having the same issue with Flag and og_comment and I published ithe issue here (with screen shots attached):
http://drupal.org/node/853392
For me, even the core comment module doesn't work properly with comment_og enabled.
Did you ever get any help?
Therese
Comment #2
chromix commentedduplicate of http://drupal.org/node/853392