![]() |
|
ZP as plug-in on own page - diplay problem - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: ZP as plug-in on own page - diplay problem (/thread-5593.html) |
ZP as plug-in on own page - diplay problem - LQS - 2009-08-03 Hi, I need to display all items (albums even imgs) from one specific "ALBUM". I used function zp_load_album to access this "ALBUM". Thx ... Code: ` ` ... ` ZP as plug-in on own page - diplay problem - sbillard - 2009-08-03 Is all this code in the same script? Are you getting CGI errors? If so what are they? ZP as plug-in on own page - diplay problem - LQS - 2009-08-03
ZP as plug-in on own page - diplay problem - sbillard - 2009-08-04 Just a guess, but maybe the subalbum loop is causing you to loose the context. Try adding an extra zp_load_album() before the image loop. Can't hurt. ZP as plug-in on own page - diplay problem - LQS - 2009-08-04 I have already tried it with no effect. But I think I have solved just now, juhuu In any case thx a lot for advices and ideas. |