Active
Project:
Lightbox2
Version:
7.x-1.0-beta1
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
12 Mar 2012 at 10:38 UTC
Updated:
1 Oct 2012 at 21:21 UTC
Hi guys,
I manage to display a node in the lightbox however this is showing the whole site node (blocks, title,...) but in a lightbox which is not really what ai was looking for.
i just wanna show the contents of this node not the sidebars, title, ...
i tried the method described in the documentation (adding /lightbox2 ) but still the same:
"node/xxx/lightbox2" rel="lightframe[group|width:400px;][caption]">click here to see node content
any ideas how to fix this issue?
thanks
Comments
Comment #1
trante commentedDuplicate of
http://drupal.org/node/1378438
Comment #2
lgammo commentedThis is not a duplicate of http://drupal.org/node/1378438.
This issue is about removing the scrollbars and title, etc. The answer in this case has multiple steps:
- removing the title is done in the lightbox2 ui. I think the "Show image caption" option should be unset.
- The scrollbars is done by setting scrolling:no on the rel text. E.g.,
rel="lightframe[|width:625px; height:525px; scrolling:no; overflow:none;]"
- The original author of this issue may also be planning to remove other fields from the node from display, then he would need to use a view or display suite or something to select what show up on the node.
Enjoy.
Comment #3
semei commentedHi narcisgirona, may I ask how you managed to show the node (or the content type in general) in a lightbox? I've been trying to accomplish this but failed.
Comment #3.0
semei commentedcorrection