![]() |
|
Contextual search - 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: Contextual search (/thread-7897.html) |
Contextual search - minutepapillon - 2010-11-26 Hi guys, I try to create my array (I'm a zero in php, I only use AS3 ...)
Thanks for your help ! Contextual search - kagutsuchi - 2010-11-26 The Please do note, however, that
Contextual search - minutepapillon - 2010-11-26 Thanks kagutsuchi, Contextual search - kagutsuchi - 2010-11-27 I'm not sure whether or not an album automatically includes its subalbums or not. If it does, then you should simply be able to add Contextual search - minutepapillon - 2010-11-27 Got it ! if (getOption('Allow_search')) { printSearchForm( '','searchform','',gettext('SEARCH'),"$_zp_themeroot/images/search-drop.png",NULL,$album_list ); } |