I am trying to use Multiblock to create instances of Rotor Banner. I can not figure where your—
$edit['multiblock_delta'] = array(
'#type' => 'value',
'#value' => $block_id
);
— code is supposed to go?

Thanks for any help
mark@laughingboy.us
-Mark

Comments

mark_anthony’s picture

Assigned: mark_anthony » Unassigned
andrewlevine’s picture

You do not have to deal with the multiblock-enabled stuff unless your duplicate blocks will have different individual block settings. If this is the case, you would have to implement that in the banner rotor module.

andrewlevine’s picture

Just to clarify, when I said "individual block settings" I meant individual block settings that are managed by the module itself (not block.module)

mark_anthony’s picture

I am not sure I can get to where I want to go. I wanted to create new placement of Rotor Banner, with new set of images and time settings. Currently Rotor Banner does not let one create different groups of images and then a new Block to place. When I used Multiblock to duplicate the Rotor Banner, I got images popping up one after the other on the page.

I tried to use the Advertisement module, but that does not seem to be working quite yet.

Oh well, I will try some thing else.

mark_anthony’s picture

Status: Active » Closed (fixed)