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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | before-preview.png | 14.77 KB | sanpi |
| #2 | after-preview.png | 12.09 KB | sanpi |
Comments
Comment #1
michelleAre you using the comment module or nodecomment? What does it show on the page?
Michelle
Comment #2
sanpi commentedAre 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.
Comment #3
michelleI 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
Comment #4
sanpi commentedIt 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.
Comment #5
michelleIt 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
Comment #6
sanpi commentedWith drupal 6.16 this bug is fixed (maybe a bug in the comment module).
Comment #7
michelleThanks for letting me know.
Michelle
Comment #9
bloedie commentedHi.
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
Comment #10
jamix commentedI 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.