Multi block module

Last modified: August 16, 2008 - 19:13

MultiBlock module facilitate to create more than one instances of a block in different regions.

Drupal's block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages. MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks. Please read the README for more information.

1. install multiblock module
2. go to Administer->Site building->Block instances
3. Add title of the block and select the block you want more than one instances
4. Go to Blocks and assign the region to new block instance.
5. You will see same block in multiple regions

 
 

Drupal is a registered trademark of Dries Buytaert.