forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: mireillesan on July 07, 2010, 05:20:16 pm

Title: Intermediate image display: File information next to image
Post by: mireillesan on July 07, 2010, 05:20:16 pm
Instead of having the File Information and Rating option below the image, I'd like to have it next to the image. See attachment. How can I make this possible?

The current code is (sample template) :

Code: [Select]
// HTML template for intermediate image display
$template_display_media = <<<EOT
        <tr>
                <td align="center" class="display_media" nowrap="nowrap">
                        <table width="100%" cellspacing="2" cellpadding="0">
                                <tr>
                                        <td align="center" style="{SLIDESHOW_STYLE}">
                                                {IMAGE}
                                        </td>
                                </tr>
                        </table>
                </td>
            </tr>
            <tr>
                <td>
                        <table width="100%" cellspacing="2" cellpadding="0" class="tableb tableb_alternate">
                                        <tr>
                                                <td align="center">
                                                        {ADMIN_MENU}
                                                </td>
                                        </tr>
                        </table>


<!-- BEGIN img_desc -->
                        <table cellpadding="0" cellspacing="0" class="tableb tableb_alternate" width="100%">
<!-- BEGIN title -->
                                <tr>
                                        <td class="tableb tableb_alternate"><h1 class="pic_title">
                                                {TITLE}
                                        </h1></td>
                                </tr>
<!-- END title -->
<!-- BEGIN caption -->
                                <tr>
                                        <td class="tableb tableb_alternate"><h2 class="pic_caption">
                                                {CAPTION}
                                        </h2></td>
                                </tr>
<!-- END caption -->
                        </table>
<!-- END img_desc -->
                </td>
        </tr>

EOT;
Title: Re: Intermediate image display: File information next to image
Post by: Αndré on July 07, 2010, 07:07:32 pm
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616
Title: Re: Intermediate image display: File information next to image
Post by: mireillesan on July 08, 2010, 01:18:40 am
I found the old thread I used before: http://forum.coppermine-gallery.net/index.php/topic,39523.msg187415.html#msg187415 (http://forum.coppermine-gallery.net/index.php/topic,39523.msg187415.html#msg187415)
Title: Re: Intermediate image display: File information next to image
Post by: onthepike on July 08, 2010, 02:29:32 am
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616

8. Post links (http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616)

When posting a support request, it's helpfull for supporters in most cases to see what the actual page looks like, that's why it's mandatory that you always
post a link to your coppermine gallery page when asking for support. If your site contains adult content, make sure to post a warning together with your link!

Supporters might get into issues if they accidentally visit a page that interferes with their employer's internet policy. If your site contains adult content (even mild nudity even falls into this category), post the words "not safe for work" next to the link.