Hi again,

Sorry for so many questions, I keep thinking I've got it all set and then.....

So the block itself works fine but when I try to embed it into a node I get nothing. I am using this code:

$block = module_invoke('ddblock', 'block', 'view','1');
print $block['content'];

and the input type is set to PHP, and the block is number 1. Since it's D6 I thought that would work ok but no luck. The page I'm trying to get it to display is http://www.burnardweb.com/take3d6/test

Any thoughts?

Thank you again for your time!

Comments

jburnard’s picture

Just an update for you. It seems that the ddblock div id has a attribute of

element.style {
visibility: hidden;

When I change that in firebug I can see the images.... just not sure why that setting is like that or how to appropriately fix it.

Thanks!

jburnard’s picture

Ok, one more update :)

Thanks to your help last night I remembered to look for the jscript line in the page.tpl.php file (last night I only removed it from the page.front.tpl.php) and removing that from both files has fixed the issue.

Love this module!

ppblaauw’s picture

Title: Another embed question.... » Another embed question.... (Fixed)
Status: Active » Fixed

Great you get it fixed yourself
set status to fixed

Status: Fixed » Closed (fixed)

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