Hello,

When I post a comment on the forum and ask preview, the page doesn't show the preview (nor the original topic).

I don't have this problem with comments outside forum or topics.

Drupal 6.15
Language french

CommentFileSizeAuthor
#2 before-preview.png14.77 KBsanpi
#2 after-preview.png12.09 KBsanpi

Comments

michelle’s picture

Status: Active » Postponed (maintainer needs more info)

Are you using the comment module or nodecomment? What does it show on the page?

Michelle

sanpi’s picture

StatusFileSize
new12.09 KB
new14.77 KB

Are you using the comment module or nodecomment?

The comment module.

I have attached screenshots before and after preview.

I've juste the comment form, this isn't the good title (Reply to comment instead of Preview), no post preview and no original original topic under the form.

michelle’s picture

Status: Postponed (maintainer needs more info) » Active

I haven't tested AF 2.x with the comment module so it's quite possible this is broken. I'll put it on the active bug list but I have no idea when I'll have time to set up a site using comment module to test it.

Michelle

sanpi’s picture

It is better to use the nodecomment module?

I'm PHP developper, if you have a small idea where is the problem, I can see but currently I lost a bit in the different modules.

michelle’s picture

It depends on your needs. You get more features in AF if you use it. I prefer it and use it on my own site. But Nodecomment isn't perfect. The 2.x version, which is the one you'd need, is drastically different and not very consistently maintained. AF is meant to be compatible with core comments so Nodecomment is not a requirement and I'll be sure core comments works by the time we get to RC. It's simply a matter of time and I prioritize testing the configuration that I use.

I have no idea where the problem might be. AF does a little bit of theming as far as preview goes so it's possible it's a bug in AF. Or it might not be. I'd have to dig in and debug to see.

Michelle

sanpi’s picture

Status: Active » Fixed

With drupal 6.16 this bug is fixed (maybe a bug in the comment module).

michelle’s picture

Category: bug » support

Thanks for letting me know.

Michelle

Status: Fixed » Closed (fixed)

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

bloedie’s picture

Hi.

I have exactly the same problem.
I have installed drupal 6.16 with AF language is german.
The preview works only in the starter comment in the
thread.

Is there any solution or do I need an special module to
get the preview working?

Cu.
Bloedie

jamix’s picture

I faced the same issue on my localized website. It turned out it was caused by a bug in Comment Upload which is fixed with the following patch: http://drupal.org/files/issues/comment_upload_preview.patch

Solution taken from here.