(ALB_INFO) Moving details from beside to under thumbnail? (ALB_INFO) Moving details from beside to under thumbnail?
 

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]

Main Menu

(ALB_INFO) Moving details from beside to under thumbnail?

Started by esugrue, August 06, 2004, 05:14:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

esugrue

Hi!

In the album view where it says `40 files, last one added ....' - it is showing in the cell to the right of the thumb.
How do I move that info so it shows under thw thumb and in effect doesn't take up a cell that could hold a thumbnail!

I have already altered it so all it reads is `40 files' but it still shows in a separate cell.

What do I have to edit?

Thanks
Ernie




Casper

Try this.  Open themes/yourtheme/theme.php, and find;

<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}<br /></a>
                </td>
                <td height="100%">
                        <img src="images/spacer.gif" width="1" height="1">
                </td>
                <td width="100%" height="100%" valign="top" class="tableb_compact">
                        {ADMIN_MENU}
                        <p>{ALB_DESC}</p>
                        <p class="album_stat">{ALB_INFOS}</p>
                </td>



Now simply add in a '</tr><tr>' between the '</td><td>'.

There are 2 places tis occurs, do both.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here