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

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

(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