I have modified the Stopdesign theme to work with my wordpress blog and K2 theme and thought I would release it here for anyone who may find it useful.
I am new to CSS and basically picking things up as I go so I can't give any guarantees about how well this will work on different browsers as I have mostly tested using Firefox.
I think the theme should work with most wordpress themes without too much work.
You can download the file here
http://www.virtualcoder.co.uk/uploads/stopk2.zip
and see the theme in action here
Correct me if I am wrong SteveMoody but I beleive this is a zenphoto theme which integrates into the wordpress theme.
You will want to use one of the methods to integrate zenphoto into wordpress then use his theme as the theme for zenphoto.
Yep, this is a zenphoto theme which will intergrate with a wordpress theme
This worked for me no problem, just uploaded it to my zenphoto themes and away it went!
However, I already had a menu tab on my blog that linked to my gallery url via the page_links_to plugin -- and I had to have my 3 ZenPhoto tables in my Wordpress database, as seperate databases didn't work (just as with dryan's earlier integration).
x
There is no need to merge the databases - when I get home today I will post the two lines you need to add to you zen template - you do not need to touch the WP templates or DB at all !
Basically the line of code switches to the zen DB after the WP header loads, and then switches back to the WP db before the WL footer loads.
It will be clearer when I post the code. A lot easier than mergig DB's and possibly jamming up your future WP/ZP updates.
Thanks for sharing the theme! I only just found and installed it, and it does work, but I'm getting this error message between the WP header and ZP gallery index:
Warning: include() [function.include]: Unable to access ../photos/zen/Sajax.php in /srv/www/mysite/web/zenphoto/themes/stopk2/header.php on line 13
Warning: include(../photos/zen/Sajax.php) [function.include]: failed to open stream: No such file or directory in /srv/www/mysite/web/zenphoto/themes/stopk2/header.php on line 13
Warning: include() [function.include]: Failed opening '../photos/zen/Sajax.php' for inclusion (include_path='.:/srv/www/mysite/web/') in /srv/www/httpd/phost/h/com/pytalhost/hellagood/web/zenphoto/themes/stopk2/header.php on line 13
I'm guessing that it might be one of my server's restrictions... or is it something that I could fix somehow?
I have zenphoto installed in a directory called photos. to fix the error, just change the header.php file and replace any /photos references to the directoty you have zenphoto installed.
I just tried installing it--modded per above, since my WP is in /Words and my zP is in /Images. When I activate the theme, however, I get the WP header OK, but it seems to be looking in the WP database for albums, instead of the zP database... I get an SQL error:
MySQL Query ( SELECT *, (date + 0) AS date FROM albums WHERE folder='0407bethanybeach' LIMIT 1; ) Failed. Error: Table 'desilvainfo_db2442.albums' doesn't exist
desilvainfo_db2442 is the Wordpress database, not the zenPress database... Any ideas where I'm going wrong?