ZenphotoCMS Forum
New Feature Documentation - 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: New Feature Documentation (/thread-6311.html)



New Feature Documentation - gjr - 2009-12-21

Hey Guys - great additions to zenpage (search and tags!)

Where are the new functions located? The functions guide hasn't been updated since 12/2 and I cannot find the new functions in the template functions file for zenphoto or zenpage...

Thanks!




New Feature Documentation - kagutsuchi - 2009-12-21

The functions documentation is only updated when a new version of zenphoto has been released (I don't think release candidates count for this).

I'm not sure where exactly in the files the new functions are located, but I'm sure acrylian will be able to answer that.




New Feature Documentation - acrylian - 2009-12-21

Yes, indeed only "full" release get a doc update, we are just too lazy..;-)

For search there are that much new functions. Tags are printed just like for images and albums. The only real new function is next_page(), which is in zenpage-template-functions.php. Example for all required search additions on eff+ and zenpage-default's search.php theme file. Note zenpage-default uses some custom functions (those with "ZD") to make the theme code look lighter. We also use a JS foldout for the page and news results. You probably can just copy&paste all that stuff.




New Feature Documentation - gjr - 2009-12-21

ahh ok - makes sense, I was looking for those custom functions in the core template functions... Got it - Thanks!