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
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.