Hi,
I am trying to use this module but I can't get it to submit a comment via ajax?
I click save and it loads the reply page this is not the behavior I anticipated I thought that it would submit a comment via ajax on the same page without a new page load ?
I am using a comment.tpl.php to theme my comments so I was sure to add the class comment to the wrapper but still no go ?
Any pointers .. thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ajax_comments_ckeditor_fix.patch | 629 bytes | fortis |
Comments
Comment #1
fortis commentedI have same problem, in my case there was error in js console: Cannot read property Drupal.ckeditorOff (ajax_comments.js - 798 line)
I fixed it with this patch>
Comment #2
naeluh commented@fortis what version of ajax_comments are you using cause my js file looks like this
the patch didn't work it looks like the spot where you changed isnt there?
thanks
Comment #3
naeluh commentedDoes it make any difference that I am not using wysiwyg ckeditor. I am just using the regular one ?
Comment #4
naeluh commentedComment #5
muschpusch commentedCould you check if it works with the default template file?sorry wrong issue!
Comment #6
naeluh commentedIt was a conflict with another js file I was using thanks works