coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: Feargal on September 13, 2006, 10:39:04 PM

Title: Adding a "posting offending comments" warning
Post by: Feargal on September 13, 2006, 10:39:04 PM
Hi,

I'm looking for a plugin thats adds a line that saids: "Posting offending comments will get you banned!"
It needs to be notable for the users posting the comments..
I think its best if its done in the displayimage.php?

Thanks
Title: Re: Adding a "posting offending comments" warning
Post by: Gizmo on September 13, 2006, 10:54:55 PM
Probably easier if you just add a line to the theme.php $template_image_comments function. If you don't have this code, copy it from the sample>theme.php and paste it into your theme.php.

Right before
                <td width="100%" class="tableh2_compact"><b>{ADD_YOUR_COMMENT}</b></td>

add your warning and it will appear right before the Add your comment line. You could even have it on the same line.