| 17 |
allow one panel to be open at a time for a given bar. |
allow one panel to be open at a time for a given bar. |
| 18 |
|
|
| 19 |
NOTE! ***** |
NOTE! ***** |
| 20 |
This module is designed to work with Drupal 4.7, it will NOT work in |
This module is designed to work with Drupal 4.7 and later releases, it |
| 21 |
4.6 or earlier. |
will NOT work in 4.6 or earlier. |
| 22 |
|
|
| 23 |
******************************************************************** |
******************************************************************** |
| 24 |
INSTALLATION: |
INSTALLATION: |
| 36 |
** NOTE ** - This module takes advantage of the new Regions capability |
** NOTE ** - This module takes advantage of the new Regions capability |
| 37 |
available in 4.7. |
available in 4.7. |
| 38 |
|
|
| 39 |
1. Configure module in admin/settings/blockbar by telling the system |
These are the relevant steps. |
| 40 |
how many BlockBar blocks you wish to generate |
|
| 41 |
|
1. Create a "container region" in your template.php. The sole purpose |
| 42 |
|
of this new region is to act as a container for your blockbar elements |
| 43 |
|
(ie normal blocks) |
| 44 |
|
|
| 45 |
|
2. Enable the blockbar module and add at least 1 blockbar block in |
| 46 |
|
admin/settings/blockbar |
| 47 |
|
|
| 48 |
|
3. Click "configure" in admin/block for your new blockbar and set the |
| 49 |
|
region dropdown to the new container region you created in step 1. |
| 50 |
|
Then click "save block" |
| 51 |
|
|
| 52 |
|
4. Enable your new blockbar block to be shown where you want it in |
| 53 |
|
admin/block. For example, if you want to show your new blockbar on |
| 54 |
|
the left sidebar then set the "placement" dropdown to "left sidebar". |
| 55 |
|
|
| 56 |
|
5. The only thing left is for you to assign any normal blocks to your |
| 57 |
|
new "container" region. Essentually, you're telling Drupal which |
| 58 |
|
normal blocks you want to show up in your blockbar. So, for example, |
| 59 |
|
if you want the "navigation" block to show up in the blockbar just |
| 60 |
|
change it's placement from the default "left sidebar" to your new |
| 61 |
|
container region you defined in step one. |
| 62 |
|
|
|
2. Configure each BlockBar block in admin/block |
|
| 63 |
|
|
| 64 |
Essentually you will need to build a structure like this: |
Essentually you will need to build a structure like this: |
| 65 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 |
******************************************************************** |
******************************************************************** |
|
|
|
| 107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
|