Hi
I'm using the default theme and would like to make a different banner for every album under the gallery name. for example i have an album named Nature, and i have designed a nice banner to put it under the gallery title. For every Album, a different banner Is this possible to be made?
Thanks in advance
The script album.php runs when an album page is loaded. The variable $_zp_current_album is set to the album object for the album being displayed. So, what you need to do is decide how to associate your banner with the album. Perhaps you can store the banner image name in the custom data field of the album.
Then modify the album.php script to display the appropriate banner based on the album which is being shown.
I would suggest you put your banners into a folder named "banner" within your theme. I would not use the custom data field. I would just use the album name. Meaning: If you have album "nature" name your banner for example "nature.jpg". Then call the image directly via the album name on album.php: `[img]