In your template, add "{CGFeedback action='summary'}{CGFeedback}", not the other way around
Module Settings:
"Settings" - Modify ($author_ip} to read {$author_ip}. Moderate comments. Use captcha.
Summary template: See attached file, too many changes to list here.
Comment Form: comment out the following if you do not want Ratings
Code: Select all
{* <div class="row" style="margin: 1em;">
<div class="col30" style="float: left; width: 29%;">
{$mod->Lang('prompt_your_rating')}:
</div>
<div class="col70" style="float: left; width: 70%;">
<select name="{$actionid}rating">
{html_options options=$rating_options selected=$rating}
</select>
</div>
</div>
<div class="clearfix"></div>*}