ZenphotoCMS Forum
K2 for Wordpress Integrated "Theme" - 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: K2 for Wordpress Integrated "Theme" (/thread-148.html)

Pages: 1 2 3 4


K2 for Wordpress Integrated "Theme" - cjsimmons - 10-01-2006

genosypheus - I've got this this theme running with K2 r156. So it will work with r157.




K2 for Wordpress Integrated "Theme" - genosypheus - 10-01-2006

@ cjsimmons: thanks for the confirmation :)




K2 for Wordpress Integrated "Theme" - cjsimmons - 10-01-2006

oh, and it also work with the latest release r160 which was released today.




K2 for Wordpress Integrated "Theme" - SoFlaChris - 23-01-2006

dryan: I'd like to implement your code on my photo page @ http://blog.maltese.net

I dl'd the code and read the readme, and I'm still a little confused. Will it pick-up the style that I'm currently using (fork)? Or, is there much more that I need to do?

Regards,
Chris




K2 for Wordpress Integrated "Theme" - vt-equine - 23-01-2006

Works just as nicely as my K2 thing is working out...there's some thread I created of me trying to get WordPress (also using K2) and ZP playing nicely although when using your way and my way, I get the same errors:

`

Warning: Cannot modify header information - headers already sent by (output started at /home2/horseboy/public_html/wp-content/themes/k2/header.php:6) in /home2/horseboy/public_html/photos/zen/template-functions.php on line 67`

Warning: Cannot modify header information - headers already sent by (output started at /home2/horseboy/public_html/wp-content/themes/k2/header.php:6) in /home2/horseboy/public_html/photos/zen/template-functions.php on line 75




K2 for Wordpress Integrated "Theme" - Nnyan - 09-02-2006

using K2 r163 I get these errors:

Warning: main(../photography/zen/Sajax.php): failed to open stream: No such file or directory in /home/rdiaz/public_html/zenphoto/themes/k2/header.php on line 12

Warning: main(../photography/zen/Sajax.php): failed to open stream: No such file or directory in /home/rdiaz/public_html/zenphoto/themes/k2/header.php on line 12

Warning: main(): Failed opening '../photography/zen/Sajax.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rdiaz/public_html/zenphoto/themes/k2/header.php on line 12

I don't have a /photography/ directory where can i change this setting?




K2 for Wordpress Integrated "Theme" - qtrc - 09-02-2006

Nnyan, check header.php of the theme. Change that setting and the path to your wordpress, if it's different.

Just a note of caution, I had trouble running wordpress 2.0 and zenphoto 1.0beta, I think wordpress changed somethings under the hood.

-richard




K2 for Wordpress Integrated "Theme" - pygmalioneffect - 13-02-2006

Thanks for this "theme" :-)

I've got it working on the latest svn of wordpress (2.1 alpha 1) and k2 (r171).




K2 for Wordpress Integrated "Theme" - EC - 15-02-2006

dryan, I'm trying to implement this:


One thing I didn't mention there (which I will add) is to get a tab to automatically show up in the menu, make a new page in wordpress. Make it's page-slug the same as the folder you've installed ZenPhoto.


But I'm having a bit of trouble. I'm new to WP as well as ZP, but I can't seem to find a 'page-slug' anywhere. Is it something relatively obvious that I'm missing?




K2 for Wordpress Integrated "Theme" - cjsimmons - 16-02-2006

EC - I hard coded a new tab into my header.php for K2. Works a charm, and even shows the correct highlighting.

See a demo at www.cjsimmons.net/gallery

This is the code I have for the first 2 entries for the nav bar.

EDIT: I think some stuff was chopped out... Sorry.