More than one instances of block for different pages in Drupal 7

260 views Asked by At

Is there anyway we can define more than one block structure for the pages?

For example... I want to two different block/region setting and that should be page specific...

So I can create literally 2-3 different region settings or page structure

Is there any way I can do that?

P.S: Other than multiblock... I already tried it...

2

There are 2 answers

0
nnevill On BEST ANSWER

If you are using panels you can create custom panes(like blocks) with specific settings etc and put them everywhere you want and so many times as you want.

0
jyee On

Have you looked into Panels? https://drupal.org/project/panels

Panels allows you to set various page regions and also allows those regions to be enabled/disabled based on sets of matching criteria.