I've put thumbs in the image.php page no problem.
But I'd like to apply a certain style (a border) only to the thumb thats also currently being displayed as a large image. all of the other thumbs from the album would not display the border.
this seems like a very simple thing in php, but my php is very weak..
thanks for any help.
Comments
For an example go to my website, which is still in development. This is the album "Backstage-Society": http://www.benvandenberghe.com/photo.php?album=d All albums are listed under the navigation-bar. What I want to do, is setting the background of the active album to red.
Is this possible? Thanks in advance.
You could try my little album_menu_function which does what you do:
http://www.zenphoto.org/trac/wiki/ZenphotoHacks#Albummenufunctionforthezenphoto_updatedcommunitybuild
A newer version is included in the nightly builds in the folder zp-core/plugins (you need to use it as a custom theme function)
Interessing solution by the way. I started a similar thing some weeks ago, but stopped because my client decided to have another layout. How did you do it? Do you override album.php and link directly to the first image or do you put the image.php stuff on album.php?
About the image.php stuff on album.php, I just searched the forum. I can't write PHP myself, that why. :-)