forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: MothBox on April 23, 2005, 01:27:29 pm

Title: Help With Comments - Putting them in seperate boxes?
Post by: MothBox on April 23, 2005, 01:27:29 pm
I'm using an adapted phpBB Nosebleed theme for coppermine.

Under the pictures, there are comments but they are not in a box or anything.  I want them to be in seperate boxes.  Maybe alternating colours slightly so that you can see a clear difference between them.

This is the code for the display of comments, how would I do this?  My gallery is http://www.mothbox.co.uk/copper .  I would warn though that some picture's and video's may be slightly unsuitable for some people - just 1 or 2... it's just for me and my mate's!

Code: [Select]
// HTML template for the display of comments
$template_image_comments = <<<EOT
        <tr>
        <td>
        <ol class="commentlist">
<cite><b>{MSG_AUTHOR}</b></cite> Says:<br />
<small class="commentmetadata"><i>{MSG_DATE}</i>
Title: Re: Help With Comments - Putting them in seperate boxes?
Post by: MothBox on April 27, 2005, 01:12:38 am
Anyone?