Is there a way to pop a block using the popus api from a button? I can use hover tips and get the content to display correctly by using:

$block = module_invoke('story_meta', 'block', 'view', '4'); print $block['content'];

However I can't seem to get this to work with the popups api...

Comments

ckidow’s picture

subscribing

entr3p’s picture

subscribing

rc2020’s picture

did anyone successfully find a solution to this?