Postponed (maintainer needs more info)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2009 at 03:27 UTC
Updated:
3 Nov 2009 at 02:44 UTC
Comments
Comment #1
ppblaauw commentedHave a look at: Lightbox2 - How to add a lightbox to webpage links using lightbox2 module.
You can find a paragraph: Opening node content in a lightbox.
The node id is available in the preprocess function you added to your template.php file for the ddblock module. You can create the link in the preprocess function, like described in the link above.
Hope this helps you further, please let me know.
Comment #2
OnthegOinOz commentedThanks for your response!
not fully understanding how to implement this would you mind guiding me through the actual step...
I have found
// add slide_read_more variable and slide_node variable
if (isset($result->nid)) {
$slider_items[$key1]['slide_read_more'] = l('Read more...', 'node/' . $result->nid);
$slider_items[$key1]['slide_node'] = base_path() . 'node/' . $result->nid;
}
But not sure where I would place '/lightbox2' in this line of code? or do I have to place the whole 'click here to see node content' somewhere?
I know very little of PHP so spend most of my time feeling my way through...
thanks heaps
Comment #3
OnthegOinOz commentednot sure if this is too much of a non paid support question or not??... feel free to indicate!
thanks
Comment #4
ppblaauw commentedIf you want me to perform this as a paid customization, please contact me on my contact form.