Advanced search  

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

Pages: [1]   Go Down

Author Topic: (ALB_INFO) Moving details from beside to under thumbnail?  (Read 3523 times)

0 Members and 1 Guest are viewing this topic.

esugrue

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
(ALB_INFO) Moving details from beside to under thumbnail?
« on: August 06, 2004, 05:14:20 am »

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



Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: (ALB_INFO) Moving details from beside to under thumbnail?
« Reply #1 on: August 06, 2004, 02:33:55 pm »

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

Code: [Select]
<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.
Logged
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
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.