Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2011 at 17:33 UTC
Updated:
17 Mar 2011 at 23:41 UTC
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
Comment #1
jburnard commentedJust 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!
Comment #2
jburnard commentedOk, 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!
Comment #3
ppblaauw commentedGreat you get it fixed yourself
set status to fixed