coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: itisonlyatest on November 23, 2004, 05:54:04 AM

Title: Change albums view
Post by: itisonlyatest on November 23, 2004, 05:54:04 AM
Can I change the view to go from this:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fhilarypix.com%2Fviewone.jpg&hash=a152355602b04d4e953f1e6495fb53f861ae3ad8)
To the view like wireimage.com (http://wireimage.com)
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fhilarypix.com%2Fviewtwo.jpg&hash=9807af71b3ef13d68578ae90dccfe3f4ab019986)

Please help! Thanks!
Title: Re: Change albums view
Post by: Nibbler on November 23, 2004, 11:12:21 AM
In your theme, find the <!-- BEGIN album_cell --> block, and replace it with:

<!-- BEGIN album_cell -->
        <td width="{COL_WIDTH}%" height="100%" valign="top">
        <table width="100%" height="100%" cellspacing="0" cellpadding="0">
        <tr>
                <td colspan="3">
                        <img src="images/spacer.gif" width="1" height="1"><br />
                </td>
        </tr>
        <tr height="100%">
                <td align="center" height="100%" valign="middle" class="thumbnails">
                        <img src="images/spacer.gif" width="{THUMB_CELL_WIDTH}" height="1" class="image" style="margin-top: 0px;
margin-bottom: 0px; border: none;"><br />
                        <a href="{ALB_LINK_TGT}" class="albums">{ALB_LINK_PIC}
<p>{ALBUM_TITLE}</p></a>
<p>{ALB_DESC}</p>
<p>{ALB_INFOS}</p>
<p> {ADMIN_MENU}</p>
                </td>
                <td height="100%">
                        <img src="images/spacer.gif" width="1" height="1">
                </td>
        </tr>
        </table>
        </td>
<!-- END album_cell -->
Title: Re: Change albums view
Post by: itisonlyatest on November 24, 2004, 06:18:31 AM
Thanks! it looks awesome now... your a genius!