multiblock enabled ??
mark_anthony - September 16, 2008 - 20:33
| Project: | MultiBlock |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
#2
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.
#3
Just to clarify, when I said "individual block settings" I meant individual block settings that are managed by the module itself (not block.module)
#4
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.
#5