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

ppblaauw’s picture

Status: Active » Fixed

Normally 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.