Active
Project:
Comment block
Version:
6.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Mar 2010 at 00:16 UTC
Updated:
24 Sep 2010 at 12:39 UTC
Hello,
Does anyone know if this module is compatible with Ajax comments?
Thank you,
Mark
Comments
Comment #1
nedwardss commentedI tried it with the current dev version of ajax comments (6.x-1.x-dev) and it would only show the new comments on a page refresh. So I guess it doesn't fully work, but it probably could be hacked.
Comment #2
mrgoltra commentedThank you.
Comment #3
calte commentedAjax comments throws an error when combined with this module. Have a look at #412368: array_shift error in ajax_comments.module.
Comment #4
cr0ss commentedPlease, take a look for my solution:
Find this:
at commentblock.module near by 61 line.
And change to:
Actually this isn`t the best way as I understand and there is more flexible solution. This one, just render whole comments list(with pager, control links, etc) with a comment form.