Member
Member
joshrodgers   2009-02-26, 20:15
#1

I'm not sure how to explain this, but I'll do my best. I'm integrating ZenPHOTO into a website of mine and what I want to do is have each album alternate colors. I am using the default theme that comes with ZenPHOTO. I have seen this done before. PHP counts the albums and the odd albums are given class="whatever" and the even albums are given class="somethingelse".

I hope I am explaining myself properly. Anyone have any ideas?

Thanks,
Josh

Member
Member
sbillard   2009-02-26, 20:40
#2

The css is loaded at line7 of album.php in the default theme. There is really no counter for the alubms, so you will have to come up with some way to decide which is 'odd' and which is 'even'. There is an ID on each album, you could use that.

Member
Member
joshrodgers   2009-02-27, 16:34
#3

I figured it out. Added some php to make it work. My code looks like this:

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.