I have this issue to. All registered usergroups are allowed to post comments. Yet when I type in a comment it tells me to fill in all required fields. If I click back and then submit again, it works. But never the first time. I read old threads from 2005 that have this fix...
Quote:
Okay in the quickcom and comments templates find this
<textarea name="comment" cols="50" rows="10">$ecomments</textarea>
change it to this
<textarea name="message" cols="50" rows="10">$ecomments</textarea>
|
However that specific code seems to no longer exist in the current versions. Any help?