Hi,
I'd love to create a view that presents a number of image thumbs (created via ImageCache) with Shadowbox-Linking to the full images. This part is working flawlessly - thanks!
But in addition to the images I'd like Shadowbox to present some text (e.g. instead of only showing the full image, show the complete node (w/o menues and stuff) or show the image and additional fields). Is there a way to do this?
Thanks :)
Tirsales
Comments
Comment #1
psynaptic commentedSure, you can do this a number of ways. One lightweight way is to use a GET variable to switch the page template:
Then you need to copy your page.tpl.php and remove the header/sidebars/etc.
If you use a link to a node e.g. http://example.com/node/1?embed=true within a shadowbox enabled link you should get the desired effect.
Comment #2
Anonymous (not verified) commentedThanks! Will try it :)
Comment #4
pipicom commentedThanks psynaptic! Tried that and it works..