Closed (fixed)
Project:
AJAX Comments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2009 at 14:44 UTC
Updated:
3 Nov 2010 at 18:20 UTC
Hi, I have tried both the stable version and the .dev and neither work in Safari 4 or Firefox 3.5 (the only browsers I've tested).
When I press 'save' it obviously submits the comment but the page doesn't refresh at all. If I manually refresh the page then it loads the comment.
When I change the theme back to Garland it works.
But my custom theme doesn't. This is the structure of my comment.tpl.php file. Could it be css breaking it?
<div class="comment">
<div class="picture">
</div>
<div class="comment-author">
</div>
<div class="comment-content">
</div>
<div class="links clear-block">
<ul>
</ul>
</div>
</div>
Comments
Comment #1
halfiranian commentedsorry there is one less closing div
Comment #2
halfiranian commentedhere's a link to an example page http://globaldemo.org/en/library/1858
Comment #3
halfiranian commentedWOW! That had caused me massive pains for ages. Finally solved it.
The issue was box.tpl.php. I didn't have the h2 title called in my template file.
If you're having similar problems, try restoring your box.tpl.php to the default one
http://drupal.org/node/11814
Hope this helps someone
Comment #4
neochief commentedYes, h2 or h3 should be there. Glad to hear that you've fixed it for yourself.
Comment #6
cerup commentedI have the same issue, but I do have an h3.
I can submit the form but it shows the ajax loading forever and doesn't reload. If I manually reload, it shows up.
Comment #7
cerup commentedComment #8
Macronomicus commentedsame here .. but im wondering if its something in my theme .. cause I have this module working on other sites.
Comment #9
maxya123 commentedIt seems like it works now in dev version, but stable doesn't. I would use dev version, but with dev - http://drupal.org/project/comment_notify & http://drupal.org/project/smileys don't work - they are missing in the comment area.
Comment #10
Toxid commentedThis should really be in the readme file.
Comment #11
locomo commentedsame issue - i can only see the new comment after refreshing the page
Comment #12
rjbrown99 commentedAdded to README.
http://drupal.org/cvs?commit=439176