ZenphotoCMS Forum
thumbnails description - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: thumbnails description (/thread-2449.html)



thumbnails description - crebo - 2008-03-15

Hello everyone!
Im new to this but is there a way to see the thumbnails together with description on each thumbnail in thumbnail view? In thumbnailview there is no information showing?

Please help me soon...

Thanks
Crebo, Sweden




thumbnails description - carasmo - 2008-03-16

Set the theme up with new css and put in the code for the description in the loop.

``




thumbnails description - macalter - 2008-03-17

I'm just catching up on posts and see this one. Which PHP page would this be added to? Not sure what you mean by "new CSS". (I know CSS just not how you use it in context here), I'm using Default theme (slightly modified for text colours & custom link colours)




thumbnails description - sbillard - 2008-03-17

You would have to add the code carasmo notes to the bit where the thumbnails are 'printed'.




thumbnails description - macalter - 2008-03-17

Is that in index.php file?




thumbnails description - sbillard - 2008-03-18

Albums are in index.php, images and albums are in album.php




thumbnails description - crebo - 2008-03-20

Hello again

THX for your answers but im afraid i dont understand you. What do you mean by

code carasmo notes

Can someone plz tell me in order to do what

Billions of thx in advanced




thumbnails description - acrylian - 2008-03-20

Place within the album thumbnail loop on your theme's album.php. That beginns with (default theme example)




thumbnails description - macalter - 2008-03-23

This didn't produce the expected results! I got the description of the image, not the "alt" tag description I expected. (not sure what original poster expected




thumbnails description - acrylian - 2008-03-23

Tthe original poster asked about the image description showing with the thumbnails, which is what my example does. Noone spoke of "alt" tags....I don't know what you expected.

If you want the description in the alt tag, you can place it within an image link like that [img]your-image[/img]" />




thumbnails description - macalter - 2008-03-24

Okay, just different interpretation of "description" My previous attempts at albums, I added a short blurb to each thumb as a way of knowing what the pic refers to. (Then the full size had the full story). Another I added the location. Hence, my thinking that's how he was using the word. I didn't ever think of the full written blurb which can be lengthy. (mine are) I used the "alt tag" to refer to the way we normally indicate the short description of an image, and which I know Zenhoto uses for various purposes.

What was a bit funny is I had the font size on my browser increased quite a bit so when the code was added, it really made an impact .




thumbnails description - SleepyJohn - 2008-09-22

Hi
I have just started using zenphoto - what a great blend of simplicity, elegance and capability. Thank you all. I have been playing with the Highslide theme and want to put the image description into the alt tag, as highslide can automatically put alt tags into captions. I can then keep a short title in the tooltip for the thumbnail. acrylian's last comment appears to be basically what I want but I cannot figure out where to put it, as this theme seems not to use the image.php for displaying the images, only album.php. Can anyone help me please?




thumbnails description - SleepyJohn - 2008-09-23

Figured it out eventually.