Change albums view Change albums view
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Change albums view

Started by itisonlyatest, November 23, 2004, 05:54:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

itisonlyatest

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
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fhilarypix.com%2Fviewtwo.jpg&hash=9807af71b3ef13d68578ae90dccfe3f4ab019986)

Please help! Thanks!

Nibbler

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

itisonlyatest

Thanks! it looks awesome now... your a genius!