multiblock.info |
multiblock.info |
|
name = MultiBlock
description = Allows the creation of multiple instances of blocks
core = 7.x
dependencies[] = drupal:block
dependencies[] = drupal:system (>=7.40) |
multiblock.install |
multiblock.install |
|
Install, update and uninstall functions for the multiblock module. |
multiblock.module |
multiblock.module |
|
Enhances the block API, as provided by D7 Core. |
README.txt |
README.txt |
|
PROBLEM:
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… |