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

halfiranian’s picture

sorry there is one less closing div

halfiranian’s picture

here's a link to an example page http://globaldemo.org/en/library/1858

halfiranian’s picture

Status: Active » Fixed

WOW! 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

neochief’s picture

Yes, h2 or h3 should be there. Glad to hear that you've fixed it for yourself.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

cerup’s picture

I 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.

cerup’s picture

Status: Closed (fixed) » Active
Macronomicus’s picture

same here .. but im wondering if its something in my theme .. cause I have this module working on other sites.

maxya123’s picture

It 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.

Toxid’s picture

This should really be in the readme file.

locomo’s picture

same issue - i can only see the new comment after refreshing the page

rjbrown99’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.