ZenphotoCMS Forum
Pop-up plugin - 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: Pop-up plugin (/thread-614.html)



Pop-up plugin - RogerUsh - 2006-06-23

Has anybody seen the lightbox plugin for WordPress? Its pretty sweet. Here's a working implimentation (a really great photoblog site as well):
Photomo

It would be great to get a plugin like that for ZP!

Here's a link to the WordPress plugin:
LightBox




Pop-up plugin - thinkdreams - 2006-06-23

Roger-

A number of people have already implemented Lightbox within Zenphoto themes, notably Chilifrei.

Another side too of Lightbox is just the plain old windowing as seen here in my implementation:
http://www.thinkdreams.com/zenphoto/demo/IMG_3502.JPG

(Click on EXIF Data).




Pop-up plugin - RogerUsh - 2006-06-23

Sorry, got excited, I haven't been around for awhile. Is there a post somewhere about how to intergrate the javascript?

I was looking at you source, what's going on there, you call the javascript and the everything wrapped by a certain div is displayed?

Thanks!




Pop-up plugin - Chilifrei64 - 2006-06-23

that is basically how it works. For like say lightbox pictures.. you just need rel="lightbox" in your image tag and if you wanted a popup type window to show html content. you just call the effect in a javascript link and pass the div you are looking to display. Really quite easy.. mess around with it a bit.. I am sure you will get it