![]() |
|
Customize Album View - 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: Customize Album View (/thread-1736.html) |
Customize Album View - br4inwash3r - 2007-10-30 Hi guys, i need some help customizing the index page of my gallery. I have a special album that I'd like to separate from the others. The layout I'm after is looking something like this. Can zenphoto do stuff like that? Customize Album View - sbillard - 2007-10-30 I am sure there is a way to do that. The theme "Stopdesign" does something similar. It puts most recent albums on the main page, then has a link to all the albums. You might take a look at that theme. Be sure you get the version from the community build as it has been totally rewritten from the original on trak. Customize Album View - BertSimons - 2007-11-01 I actually just did this two days ago for a site I am working on. see it here: http://www.thegreenskirt.nl/site/projects his is how I did it: (load the custom functions by putting in the top of the album/image.php Customize Album View - BertSimons - 2007-11-01 hmm I actually want to do this in a simpler way.. I tried making the css a php by adding at the top of the zen.css and saving it as zen.php and then in the album load the stylesheet zen.php instead of zen.css. No problem.. but.. I am not able to put functions in this zen.php .. how should I proceed? I tried to include the template functions in the zen.php with an include call e.g but without succes.. Customize Album View - acrylian - 2007-11-02 If I get you right, you want the first album look different as the others? div class="thumb"> a href="" title="View album: "> div class="albumdesc"> "> ` If you say want the first album on top of the page different, sort it in the admin and then check the album name right in the loop with a simple: Then put the Customize Album View - BertSimons - 2007-11-02 thanks but..no..I want to have a different look for each album inside the albums..just as I managed to do in my previous way and as you can see at http://www.thegreenskirt.nl/site/projects as you can see if you open the first three albums they all look different. however your reply,using the albumtitle can give a simple solution too. at the top of album php just under Customize Album View - acrylian - 2007-11-02 Sorry, I did ideed get you wrong. Must have been because the thread starter br4inwash3r spoke of the index page.. Then your way is of course the right one. |