Hello everyone, i'm running my own website with a blog using the Habari blogging-engine and Zenphoto to display my photogallery.
[b]System configuraton[/b]
date, libxml, openssl, pcre, zlib, bz2, calendar, ctype, curl, dba, dom, session, filter, gd, gettext, hash, iconv, standard, json, mbstring, mcrypt, mysql, SimpleXML, SPL, PDO, pdo_mysql, pdo_sqlite, posix, pspell, Reflection, imap, mysqli, snmp, sockets, SQLite, exif, sysvmsg, sysvsem, sysvshm, tokenizer, xml, apache2handler, pdf
PCRE Version 7.9 2009-04-11
[b]Background-info for my questions[/b]
Right now i've successfully styled my Zenphoto and Habari installation to match each other, and in my Habari-theme i've used a Simplepie script to import my latest images from Zenphoto through RSS into my Habari-sidebar.
This works somewhat good but it is not a clean solution and it sometimes give me php errors.
What i really would like though is to show my latest(only one) album through a php include. I don't want every picture in the album, just the album-thumbnail linked to the zenphotopage with the images from that specific album, i want the name from the album, and the date when it was uploaded.
Now I'm not a very good coder but I know some html/css and just a little bit of php.
[b]Questions I'm looking for answers to:[/b]
I would really appreciate any answers i can get! Thanks...
Have you looked at http://www.zenphoto.org/2008/01/hacks/#zenphoto-as-plugin?
You will need to do coding to use this, but you will need to do that anyway to use anything other than the RSS you are currently using.
big thanks for the link, i somehow didn't find that while searching the site. i have been expecting to do some coding from the beginning, it will definitely help me on the right track, but i might return with questions later.
thanks again!
[b]okey, i have now tried to add this code in the sidebar of my theme:[/b]
`
No, zenphoto works properly when i go to http://mysite.com/zenphoto, i get the error when i tried to load that code in the sidebar on my main-site.
Could it have something todo with my main site and zenphoto having different database table prefix?