ZenphotoCMS Forum
Little zenpress hack - 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: Little zenpress hack (/thread-1438.html)



Little zenpress hack - maxbear - 2007-05-22

I installed zenphoto and wordpress in my server. I also installed zenpress to insert images in my wordpress post. But I found that I don't have the option to link to the image directly. The "link to image" option only links to the image page of zenphoto, not the real image. So I just make a little change:

Change the line 60 of functions.js(zenpress's file):

from

path = webPath+"/"+albumUrl+"/"+imageUrl

to

path = webPath+"/albums/"+albumUrl+"/"+imageUrl

It will link to the real image, then you can use lightbox, slimbox or thickbox to have some special effect when people click on the image.

Hope this help.




Little zenpress hack - pristine - 2007-05-22

Cool! I'm been thinking of doing something like this for a while. Will try it out asap. Thanks!




Little zenpress hack - pravin - 2007-05-29

neat! thanks!