Is there a module which can allow users to place the same block in multiple regions? That way I don't have to make the same View block twice.
|
Multiblock module makes this possible:
|
|||
|
|
|
It is unclear if you want to use the same block more than once on the same page or place it in different regions on different pages. Either way I would recommend you take a look at the context module. Using context you can place a block with in different regions on different pages. Alternatively you can create 2 contexts which apply to the same page/s and place the same block in different regions. |
|||
|
|
|
The Panels module also makes it easy to use multiple instances of the same block on a page. |
|||
|
|
|
The http://drupal.org/project/bean module also now has this functionality. Not just for custom block entities but also for blocks defined in hook_block. See the dev version and the bean_all submodule. |
|||
|
|