Closed (fixed)
Project:
Shadowbox
Version:
6.x-3.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
27 Aug 2009 at 11:11 UTC
Updated:
25 Apr 2018 at 11:04 UTC
Jump to comment: Most recent
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..