![]() |
|
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
|
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, 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`
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. K2 for Wordpress Integrated "Theme" - Nnyan - 17-02-2006 Duh Thats what I get for not reading the thread entirely or using my brain! Simple enough got everything sorted out. Currently using K2 Reloaded v167 and it looks sweet. Just created a new page (pointing to the ZP internal page) which created a new header tab and viola! K2 for Wordpress Integrated "Theme" - aitf311 - 16-03-2006 This has worked awesome for me. The only thing I havent been able to get down is the tab. I manually added it but then when I click on it, the blog acts as if its clicked also... www.mikekingconstruction.com K2 for Wordpress Integrated "Theme" - brittanie - 21-03-2006 Even though I don't use K2 (I use Tiny) this theme integrated perfectly into my site instantly. The only thing I've changed so far is a few style elements for my own personal pleasure, not for any functional use. However, I've come across two issues. Comments seem to be broken �?? as in, you can't comment on a photo at all. Also, the Ajax on-page editing doesn't work either �?? changes aren't saved and when you do hit save, you are just redirected to the home page. That's more of an annoyance than anything since I can still edit from the admin. Lastly, what can I change in the CSS so that the two lines in the foot are the same widht as the rest of the column? I've tinkered with this for like an hour, and I'm sure all I need is a fresh set of eyes. Gallery is at rulebrittaniea.org/photos Thanks again for all the previous work! K2 for Wordpress Integrated "Theme" - onedub - 23-03-2006 Has their been a fix for having two different databases for WP and ZP? WordPress database error: [Table 'zengallery.wp_options' doesn't exist] Please email ben (at) digibag (dot) com if yes.. I will be SOOO stoked! K2 for Wordpress Integrated "Theme" - brittanie - 23-03-2006 As far as I know, there is no solution yet, but if you want to move your zenphoto database into your wp database it's really easy, since there are only three basic tables. All you have to do is back up your zp database following these instructions: And then copy them into your WP database following these instructions: Be sure to change the details in your zp config file to match those of your WP database instead, and all should be well. I highly recommend doing this anyway because it makes integration so much easier, as well as other things, such as single-database backups using the autobackup plugin that now comes with wordpress 2.+ K2 for Wordpress Integrated "Theme" - onedub - 24-03-2006 Thanks brittanie! I figured as much and reinstalled ZP this morning using my WP database. K2 for Wordpress Integrated "Theme" - onedub - 24-03-2006 Here is an update code for tabs: ` |