I have developed a new theme that wraps simpleviewer (flash photo viewer) quite nicely. Take a look at:
http://michaelsleman.com/zenphoto
I'd love to contribute this as a template that's packaged with zenphoto as it looks quite nice. Let me know where I can post the files.
Thanks
You can submit themes to the trac wiki. There is a page:
http://www.zenphoto.org/trac/wiki/ZenphotoThemes
which has a number of themes on it already. Just follow the outlines of the other themes on the page to get the structure (so it remains sort of consistent) and you can upload a zipped archive as an attachment to the page.
Make sure you create a login account on the trac wiki too, so Tristan can keep an eye on who's changing what on the wiki.
Looks great! Its not working for me though. After the loading gallery message nothing shows up. I noticed that you had your url hard coded in the imagedata_xml.php file on line 26. Fixing that didn't help. Is it compatible with mysql table prefixes? Thats one change I have had to make with other themes. Is it compatible with subalbums? How about the zen video hack?
Hello again,
I have basically rewritten the theme from scratch, I think it's now much cleaner and easier to use.
You can see an example here: http://test.lostocean.net/zpsvn/
Download here: http://www.zenphoto.org/trac/attachment/wiki/ZenphotoThemes/simpleviewer-1.1.zip
Here are the advantages:
NOTE: Right now, the theme seems to work with the svn version of ZenPhoto, but not with 1.0.8.2 . I will try to fix that as soon as possible.
Sleman, do you mind me updating your archive on the wiki, or do you want to keep two seperate themes ?
Enjoy !
Awesome Skwid. While the original didn't work for me, this version is working perfectly.
Using svn version with subalbums and Camino as my browser (Mozilla 1.8 gekko engine).
Any chance we could get this working with the ZenVideo Hack? I haven't been able to find or mod a theme yet to do both subalbums and video.
The album title and description on subalbums is formatted strangely see: http://albums.sbillard.org/China/.
Also, the Gallery title is displayed over the thumbnails. Wouldn't it be more appropriate to show the album title. (Or omit this since the information is already at the head of the page.)
Would it be possible to show the image description under full image?
...
Well, you need to have the code for the xml feed etc in there, as well as the stuff for subalbums. Try taking the albums.php from the simpleviewer theme and changing only the div names etc to math effervescence. And then switch the stylesheet. You shouldn't have to modify the index.php from Effervescence.
I don't understand how the theme works skwid. I run the svn zenphoto version but simpleviewer still only display two white crosses instead of my photos in the albums. Is there any manual script to run to make it work ? (you were speaking about "Very simplified xml generation").
Or maybe is it an issue with my hoster (mod_rewrite is disabled here).
Your demo gallery looks great anyway :)
Here is the modified Effervescence: http://albums.sbillard.org.
One strange thing. No matter what I set the value of thumbnailRows I get 4 rows. I was hoping to use more of the space for thumbnails (since I shrunk the columns to 2 to allow more room for landscape images.)
Also, any thoughts on how to add the image description to the caption? I'd like to display the image title with the image description under it. I read the FAQ regards to using CDATA, but I suspect I don't understand (or it conflicts with php) because when I attempted this only one thumbnail was displayed.
sbillard: Congrats on modifying the theme to suit your needs :) That looks great ! Please post it on the wiki :)
dodo: Hum yes it might not work without mod_rewrite, I would have to check it out with the option disabled, but I don't really have time. All the xml generation is taken care of in album.php, there is nothing else to run.