Active
Project:
Comment form above comments
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2009 at 04:05 UTC
Updated:
26 Jul 2015 at 15:49 UTC
Jump to comment: Most recent
Comments
Comment #1
phl3tch commentedI've got the two forms issue...
Comment #2
RuSS-2 commentedHi! I've got the same problem
Comment #3
wils.solutions commentedhey,
I have the same problem =(
Comment #4
bkloef commentedI was seeing two comment forms as well... When a content type was set to display the comment submission form below the post or comments I was getting two forms - one above the comments and one below. When a content type was set to show the form below the post, but before the comments, I was only (correctly) seeing the form above the comments. Basically, if I wanted the form displayed, CFAC was ALWAYS adding the form above, regardless of which setting I chose.
I found a fix that worked for me. In the function comment_form_above_comments_comment_wrapper, I replaced:
with:
It's just one last check before adding the form above. I wonder if this is a good check to run regardless of if someone is seeing superfluous form display? I haven't done any experimentation to find the cause of the problem (I have many modules enabled and am running out of time on my current project).
Since this is my first ever post on d.o I don't feel comfortable calling it a patch, but I hope this helps someone else.
Comment #5
ibworldacademy commentedSame problem i am facing in my website http://www.ibworldacademy.com . Please guide me for this two form issue.