![]() |
|
ZenphotoPress: Zenphoto plugin for WordPress - 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: ZenphotoPress: Zenphoto plugin for WordPress (/thread-1802.html) |
ZenphotoPress: Zenphoto plugin for WordPress - navjotjsingh - 2009-12-25 Well this works since I don't upload pics I shoot myself. I just want to inform people of latest updates happening in the gallery. ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2009-12-26 The images are listed vertically because that's what makes most sense with a standard thumbnail size and the standard Wordpress theme. ZenphotoPress: Zenphoto plugin for WordPress - navjotjsingh - 2009-12-26 Making the Sidebar too long is not a very elegant solution and neither makes sense. Suppose I need 10 thumbnails....with 50 px each height...I waste 500 px of sidebar in height. Had it been 2 rows...I need just 100 px height with 5 thumbnails in each row. Lot less space and more images. ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2009-12-28 I'm sorry: how can you fit 5 thumbnails side-by-side in a sidebar? They would take at least 250px of horizontal space, and the default Wordpress sidebar is just 190px wide. Mind you: I'm not saying your arrangement doesn't make sense. It is just not possible to enforce it in a default Wordpress+Zenphoto configuration. ZenphotoPress: Zenphoto plugin for WordPress - navjotjsingh - 2009-12-28 Why r u considering only default theme? Check geneliaonline.in for what I did. Nobody uses default wp theme. Most themes are flexible enough to give 200-300 px sidebar. And I just quoted an example. An idea...probably you can give a option in your plugin from user - how many columns to fit photos in and it can fit thumbnails automatically acc to sidebar's width. ZenphotoPress: Zenphoto plugin for WordPress - acrylian - 2009-12-28 Where is the problem to just adjust your theme`s CSS to match your kind of usage? ZenphotoPress: Zenphoto plugin for WordPress - peps - 2010-01-04 Hi, I'm using wordpress 2.9 and zenphoto 1.2.8, and today's dev version of zenphotopress (I had the same results with older versions of wordpress and zenphoto). Zenphotopress lists no album, even if there is an album that isn't password protected on the root of my gallery. Quote:ZenphotoPress Messages INFO PHP Version: 5.2.4-2ubuntu5.9 INFO Current working directory: /var/www/myblog/wp-content/plugins/zenphotopress/tinymce INFO POST: INFO GET: Array ( [tinyMCE] => 1 [ver] => 327-1235 ) INFO ZenphotoProxy method: cURL INFO ZenphotoProxy call: some-url Here is the result : Quote:a:1:{i:378;a:4:{s:5:"value";s:3:"378";s:4:"name";s:9:"Argentina";s:8:"parentid";N;s:8:"children";a:6:{i:380;a:4:{s:5:"value";s:3:"380";s:4:"name";s:21:"2009-11-08_09 LLegada";s:8:"parentid";s:3:"378";s:8:"children";N;}i:382;a:4:{s:5:"value";s:3:"382";s:4:"name";s:36:"2009-11-09_12 Iguazu y las Missiones";s:8:"parentid";s:3:"378";s:8:"children";N;}i:379;a:4:{s:5:"value";s:3:"379";s:4:"name";s:25:"2009-11-13_19 El Noroeste";s:8:"parentid";s:3:"378";s:8:"children";N;}i:381;a:4:{s:5:"value";s:3:"381";s:4:"name";s:35:"2009-11-20_21 La PeniÂÂnsula Valdes";s:8:"parentid";s:3:"378";s:8:"children";N;}i:383;a:4:{s:5:"value";s:3:"383";s:4:"name";s:38:"2009-11-23_27 El Cafalate y El Chalten";s:8:"parentid";s:3:"378";s:8:"children";N;}i:384;a:4:{s:5:"value";s:3:"384";s:4:"name";s:26:"2009-11-27_29 Buenos Aires";s:8:"parentid";s:3:"378";s:8:"children";N;}}}} ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2010-01-05 It was difficult to spot, but after a lot of searching I found an inconsistency in your proxy call response (which is a PHP serialized nested array, btw): the name of the albums contains a certain number of characters, but the serialized array says otherwise. Long story short: I think you have a character encoding problem. Is your gallery based on UTF-8? ZenphotoPress: Zenphoto plugin for WordPress - peps - 2010-01-05 Thanks for your post. here is what I get : Quote:a:1:{i:387;a:4:{s:5:"value";s:3:"387";s:4:"name";s:4:"Test";s:8:"parentid";N;s:8:"children";N;}} Thanks again. ZenphotoPress: Zenphoto plugin for WordPress - sbillard - 2010-01-05 This looks very much like a serialized ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2010-01-05 And not even the test album is working? I tested it now and it works (while the serialized output you posted earlier did not). @sbillard: yes, it's a serialization of a simplified album. That's what it is supposed to be, actually ZenphotoPress: Zenphoto plugin for WordPress - peps - 2010-01-06 No it's not. The combo box is still blank. Thx ZenphotoPress: Zenphoto plugin for WordPress - peps - 2010-01-06 I just created a script to test the url with php curl on the server. Quote: Quote:Not Found The requested URL /blog/wp-content/plugins/zenphotopress/zenphoto_bridge.php was not found on this server. I'm really lost. Why don't I get the same thing from the server and from an external computer ? VirtualHosts configuration maybe ? ZenphotoPress: Zenphoto plugin for WordPress - peps - 2010-01-06 Yep, definitely a VirtualHost problem. I'll google that problem witch is not the plugin's problem. Thanks for all anyway ZenphotoPress: Zenphoto plugin for WordPress - peps - 2010-01-06 For the record, I removed the binding from 127.0.0.1 to mydomain.org in /etc/hosts and now it works perfectly ! ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2010-01-06 I'm glad it's working ZenphotoPress: Zenphoto plugin for WordPress - dinofx - 2010-01-11 Hi Simbul Add me to the list. The proxy call can read all the albums from the database but the dropdown list is still empty. The gallery dir is not password protected and the encoding is fine (UTF-8). Do you have any idea how to debug this problem? By the way I am using WP 2.9.1 and ZP 1.2.8. Here is the ZPP proxy call messages: INFO ZenphotoPress: Zenphoto plugin for WordPress - Simbul - 2010-01-11 What's the output from the proxy showing? ZenphotoPress: Zenphoto plugin for WordPress - dinofx - 2010-01-11 Yes, I am using ZPP 1.6.2. The output from the proxy: a:19:{i:5;a:4:{s:5:"value";s:1:"5";s:4:"name";s:9:"amsterdam";s:8:"parentid";N;s:8:"children";N;}i:16;a:4:{s:5:"value";s:2:"16";s:4:"name";s:4:"bath";s:8:"parentid";N;s:8:"children";a:1:{i:37;a:4:{s:5:"value";s:2:"37";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"16";s:8:"children";N;}}}i:6;a:4:{s:5:"value";s:1:"6";s:4:"name";s:8:"brighton";s:8:"parentid";N;s:8:"children";a:1:{i:24;a:4:{s:5:"value";s:2:"24";s:4:"name";s:6:"thumbs";s:8:"parentid";s:1:"6";s:8:"children";N;}}}i:18;a:4:{s:5:"value";s:2:"18";s:4:"name";s:14:"bruges-belgium";s:8:"parentid";N;s:8:"children";a:1:{i:33;a:4:{s:5:"value";s:2:"33";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"18";s:8:"children";N;}}}i:15;a:4:{s:5:"value";s:2:"15";s:4:"name";s:18:"edinburgh-aberdeen";s:8:"parentid";N;s:8:"children";a:1:{i:36;a:4:{s:5:"value";s:2:"36";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"15";s:8:"children";N;}}}i:13;a:4:{s:5:"value";s:2:"13";s:4:"name";s:8:"eid-2006";s:8:"parentid";N;s:8:"children";a:1:{i:31;a:4:{s:5:"value";s:2:"31";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"13";s:8:"children";N;}}}i:3;a:4:{s:5:"value";s:1:"3";s:4:"name";s:8:"eid-2008";s:8:"parentid";N;s:8:"children";a:1:{i:21;a:4:{s:5:"value";s:2:"21";s:4:"name";s:6:"thumbs";s:8:"parentid";s:1:"3";s:8:"children";N;}}}i:8;a:4:{s:5:"value";s:1:"8";s:4:"name";s:8:"eid-2009";s:8:"parentid";N;s:8:"children";a:1:{i:26;a:4:{s:5:"value";s:2:"26";s:4:"name";s:6:"thumbs";s:8:"parentid";s:1:"8";s:8:"children";N;}}}i:19;a:4:{s:5:"value";s:2:"19";s:4:"name";s:13:"isle-of-wight";s:8:"parentid";N;s:8:"children";a:1:{i:35;a:4:{s:5:"value";s:2:"35";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"19";s:8:"children";N;}}}i:9;a:4:{s:5:"value";s:1:"9";s:4:"name";s:7:"leaving";s:8:"parentid";N;s:8:"children";a:1:{i:27;a:4:{s:5:"value";s:2:"27";s:4:"name";s:6:"thumbs";s:8:"parentid";s:1:"9";s:8:"children";N;}}}i:14;a:4:{s:5:"value";s:2:"14";s:4:"name";s:20:"liverpool-manchester";s:8:"parentid";N;s:8:"children";a:1:{i:32;a:4:{s:5:"value";s:2:"32";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"14";s:8:"children";N;}}}i:7;a:4:{s:5:"value";s:1:"7";s:4:"name";s:6:"london";s:8:"parentid";N;s:8:"children";a:1:{i:25;a:4:{s:5:"value";s:2:"25";s:4:"name";s:6:"thumbs";s:8:"parentid";s:1:"7";s:8:"children";N;}}}i:4;a:4:{s:5:"value";s:1:"4";s:4:"name";s:11:"lunch-glenn";s:8:"parentid";N;s:8:"children";a:1:{i:22;a:4:{s:5:"value";s:2:"22";s:4:"name";s:6:"thumbs";s:8:"parentid";s:1:"4";s:8:"children";N;}}}i:12;a:4:{s:5:"value";s:2:"12";s:4:"name";s:18:"open-house-burgess";s:8:"parentid";N;s:8:"children";a:1:{i:30;a:4:{s:5:"value";s:2:"30";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"12";s:8:"children";N;}}}i:17;a:4:{s:5:"value";s:2:"17";s:4:"name";s:12:"paris-france";s:8:"parentid";N;s:8:"children";a:1:{i:34;a:4:{s:5:"value";s:2:"34";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"17";s:8:"children";N;}}}i:10;a:4:{s:5:"value";s:2:"10";s:4:"name";s:20:"portsmouth-zen-sushi";s:8:"parentid";N;s:8:"children";a:1:{i:28;a:4:{s:5:"value";s:2:"28";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"10";s:8:"children";N;}}}i:11;a:4:{s:5:"value";s:2:"11";s:4:"name";s:14:"riverside-park";s:8:"parentid";N;s:8:"children";a:1:{i:29;a:4:{s:5:"value";s:2:"29";s:4:"name";s:6:"thumbs";s:8:"parentid";s:2:"11";s:8:"children";N;}}}i:1;a:4:{s:5:"value";s:1:"1";s:4:"name";s:17:"Snowy Southampton";s:8:"parentid";N;s:8:"children";N;}i:2;a:4:{s:5:"value";s:1:"2";s:4:"name";s:20:"stonehenge-salisbury";s:8:"parentid";N;s:8:"children";a:1:{i:20;a:4:{s:5:"value";s:2:"20";s:4:"name";s:6:"thumbs";s:8:"parentid";s:1:"2";s:8:"children";N;}}}} Thanks for your help. ZenphotoPress: Zenphoto plugin for WordPress - barrento - 2010-01-18 Hello, |