ZenphotoCMS Forum
Alternating styles - 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: Alternating styles (/thread-4756.html)



Alternating styles - joshrodgers - 2009-02-26

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




Alternating styles - sbillard - 2009-02-26

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.




Alternating styles - joshrodgers - 2009-02-27

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