Hi Communityusers of Zenphoto,
i´ve searched a long time for a Gallery with my needs - and i found it! Zenphoto. At the last days, i have created a little theme for it. Name: zenPress
Demo:
http://san-maki.de/zenphotoPls give me some Feedback what do you think about it.
!Sry 4 my bad English
Tom
Comments
Thanks for sharing, and your english is fine!
You can Download v0.1 currently @ http://san-maki.de/zendev/k_milk.tar.bz2 | http://san-maki.de/zendev/k_milk.zip
I really liked the K-Milk theme, and wanted to use it, so I went and tried converting it to subalbums, but I keep creating a big mess... could someone help me?
Being totally honest, I tried copying and modifying the subalbums loop from the effervescence theme.
The main page is http://www.alyssey.net/photography/
Where, whenever there are subalbums I get "Images: 0"
One of the subalbums pages is: http://www.alyssey.net/photography/index.php?album=ImogenHeap
which looks all crooked and has "comments" in it.
The next page is
http://www.alyssey.net/photography/index.php?album=ImogenHeap/zoe
Where everything looks good, but there's too much "air" at the top, and it just stays at "Photography | Zoe Keating" where it should be "Photography |Imogen Heap | Zoe Keating" and also has comments.
The code I copied from effervescence and changed was this:
`
<?php while (next_album()): ?>
<?php if (getNumImages() > 0) {
echo "with ".getNumImages()." image(s)\">";
} else {
echo " (subalbums)\">";
} ?>
<?php printCustomAlbumThumbImage(getAlbumTitle(), null, 180, null, 180, 80); ?>
" title="View album: <?=getAlbumTitle();?>"><?php printAlbumTitle(); ?>
`
Thanks everyone for your help!
Alyssey