Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Change albums view  (Read 2892 times)

0 Members and 1 Guest are viewing this topic.

itisonlyatest

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Change albums view
« on: November 23, 2004, 05:54:04 am »

Can I change the view to go from this:
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fhilarypix.com%2Fviewone.jpg&hash=a152355602b04d4e953f1e6495fb53f861ae3ad8)
To the view like wireimage.com
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fhilarypix.com%2Fviewtwo.jpg&hash=9807af71b3ef13d68578ae90dccfe3f4ab019986)

Please help! Thanks!
« Last Edit: December 01, 2004, 11:41:34 am by GauGau »
Logged

Nibbler

  • Guest
Re: Change albums view
« Reply #1 on: November 23, 2004, 11:12:21 am »

In your theme, find the <!-- BEGIN album_cell --> block, and replace it with:

Code: [Select]
<!-- 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 -->
Logged

itisonlyatest

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Change albums view
« Reply #2 on: November 24, 2004, 06:18:31 am »

Thanks! it looks awesome now... your a genius!
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.