I've created a image content type and when I use the built in lightbox2 features I am able to click on an image and have it expand into a lightbox however it doesn't have comments or other blocks I'd like to include.

So I tried doing node/xx/lightbox2 but that doesn't do anything. I created the page--node--lightbox2.tpl.php inside my themes template folder and removed header and footer stuff. So now when I go to node/xx/lightbox2 it shows the page without the header and footer but it doesn't put the page into a lightbox.

Are there any suggestions for fixing that?

Thanks!

Comments

KalenW’s picture

I actually have a more specific request. I found this gallery that has found a way to add comments into a dive next to the images.

http://vtk.ugent.be/photologue/gallery/proclamatiefuif/

This is exactly what I want except I will be using Facebook comments instead. Does anyone have any idea of how to accomplish this.

semei’s picture

Hey KalenW, may I ask how you got the image content type? Did you simply add a custom content type and add in image field?

And how did you use the built in lightbox2 feature to display this content type in a lightbox whenever you call its url? Could you explain step by step?