Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Documentation
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2010 at 17:31 UTC
Updated:
26 Feb 2010 at 03:20 UTC
Hi - I just added the following php snippet into a node so I could have my slideshow in line with other content. It took me awhile to figure this out, so I thought I'd share it and maybe you could add it to you documentation:
print ddblock_content("ddblock", 1);
The second parameter is the ddblock delta, or ddblock number, NOT the block number.
Comments
Comment #1
ppblaauw commentedNormally we call the module_invoke function to add the ddblock slideshow in a node, as can be read in the Display advanced Dynamic display block slideshow section of the advanced slideshow tutorial.
Your function call also works.