![]() |
|
showing albums AND pictures - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: showing albums AND pictures (/thread-2790.html) |
showing albums AND pictures - renun - 02-05-2008 Hi everyone! Time for an example, to make myself clearer... Is that possible? Thank you all in advance! showing albums AND pictures - acrylian - 02-05-2008 I think this is what you are looking for: http://www.zenphoto.org/documentation-official/zenphoto/_plugins---print_album_menu.php.html showing albums AND pictures - renun - 02-05-2008 Thank you! This is pretty much what i had in mind! I found a similar request at http://www.zenphoto.org/support/topic.php?id=2045 Another one at http://www.zenphoto.org/support/topic.php?id=2834&replies=26 What i'm aiming here is having one thumb link for each other subalbum and no links to the parent or other albums. Php is handing my ass to me right now, so all help is welcome! showing albums AND pictures - renun - 12-05-2008 help! showing albums AND pictures - acrylian - 12-05-2008 Maybe you could post a link to a layout sketch? I am not really getting what exactly you are trying to do. showing albums AND pictures - renun - 20-05-2008 This is what i've been aiming to achieve (with various degrees of success): Did i explain better now? :) The tricky part im finding now is linking ONLY the subalbums in thumbnails. Again, any and all help is most welcome. showing albums AND pictures - acrylian - 20-05-2008 This would be possible. To sort out toplevel albums from sublevel albums use this: http://www.zenphoto.org/documentation-official/zenphoto/Album.html#methodgetParent For the "album 1 main image" you could simply have one image per toplevel album and show it with customimage/customalbumthumb function showing albums AND pictures - renun - 20-05-2008 I dont quite want to get the parent, but rather the "brothers". showing albums AND pictures - acrylian - 21-05-2008 Each subalbum has a parentid that contains the, well, id of its parent album. You could use [i]I`d like to still have the thumbnails, even when viewing any given album.[/i] You can show the thumbs of the album you are viewing by just taking the [i]Only in this case, it would be the other subalbums. (on the third part of the layout sketch, we are viewing the pictures on subalbum1, and can still view the subalbums thumbnails)[/i] showing albums AND pictures - renun - 23-05-2008 i meant the album thumbs. what i want is to show the next_album() loop inside the albums. Though not every album, wich are the links i get with printAlbumMenu. Guess im looking for something noone ever tried right? :) showing albums AND pictures - acrylian - 24-05-2008 Well, if your album 1 has three subalbums 1a 1b 1c, they and their album thumbs are shown with the thumbnails of the album 1 (if it has some). Of course not if you are in one of the subalbums, then it would show the subalbums of that subalbum. If you update to the latest nightly build, the printAlbumMenu() has now an option to show only links to the subalbums if in the album or one of the subalbums. You might try that. But of course the printAlbumMenu does not show any albums thumbs (well, menus don't do that). |