Horizontal thumbnail details Horizontal thumbnail details
 

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

Horizontal thumbnail details

Started by Tim_A, January 23, 2008, 03:34:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tim_A

Hi all,

have been searching the forums but haven't found an answer to this one yet...

I'd like to show the thumbnails (in album view) with the details to the right of the image, as supposed to directly underneath.

If this could be presented in a table that'd be very handy!

Cheers for any help

Tim

Nibbler

Not sure what you mean about a table, but the code to change is the $template_thumbnail_view template. Copy it from the sample theme.php to your theme.php and modify your copy. Alter the code around the {CAPTION} placeholder tag.

Stramm

Have a look at the modpack... it moves some (not all) info to the right of the thumb and introduces some additional stuff as well... check the code how it is done and use the parts you see fit.

Tim_A

thanks very much for the help managed to move it to the side...

by table based, i mean something like this for my listings:


[table][tr][td]image thumb[/td][td]title[/td][td]description[/td][td]user1[/td][td]user2[/td][td]user3 etc.[/td][/tr][/table]


is that possible to have each part in a <td>

???

Stramm

Of course possible if you code it. Hasn't been done yet afaik. But as said, you can use modpack code for a start.