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