Closed (fixed)
Project:
Nitobe
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Reporter:
Created:
16 Nov 2008 at 02:14 UTC
Updated:
23 Nov 2008 at 22:49 UTC
Jump to comment: Most recent
The handling of comment links is causing contrib modules to fail to be able to add links. Specifically Mollom cannot add the abuse-reporting links. Commenting out the following line prevents this from occurring --
$variables['links'] = theme('links', comment_links($comment, 0), NULL, 'comment-meta');
And commenting out this line breaks some of the theme's functionality like the ability to remove the reply link because it changes the results of nitobe_links()
Comments
Comment #1
Anonymous (not verified) commentedI remember I put that in there for a reason, but I don't remember what that was anymore.
In any event, the behavior definitely needs to get fixed. I'm raising the priority on it since this interferes with normal usage.
Comment #2
Anonymous (not verified) commentedIt seems there's no place to intercept the link array before
template_preprocess_commentthemes the links. The solution is to rebuild the link array bycalling module_invoke_all. This fix will be incorporated in the next release.Comment #3
Anonymous (not verified) commentedThis fix is incorporated in the 6.x-2.0 release.
Comment #4
Anonymous (not verified) commented