![]() |
|
Zenshow - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Zenshow (/thread-1784.html) Pages:
1
2
|
Zenshow - alltruist - 2008-01-05 Thanks for the script. The reason why I am thinking about using the feed is because it's already there. You wouldnt have to make another MySQL connection. The second connection is what is causing problems w/ ZenShow as discussed above ^ Zenshow - sairuh - 2008-01-11 Alltruist, have you tried ZenPressed? (v0.8 available at http://n00bism.net/dokuwiki/wordpress/zenpressed/) It also can add a random image into a WP blog. I just downloaded it, so haven't played much with it. Although I noticed that it seems to suffer from the first two issues I had mentioned in my 2007-11-19 comment. Just curious if ZenPressed also exhibits the db error you had seen with ZenShow... Zenshow - patnik - 2008-03-13 Yes, in zenpressed we can see code ( for case different databases for ZP a WP ): $db = new wpdb( DB_USER, DB_PASSWORD, DB_NAME, DB_HOST ); if I test this line in zenhshow.php ( just before $ZenDB = NULL; ) |