Hi All,

I'm looking for more information on how to configure the blockbar module.
The module is installed.
I created 3 blockbar blocks via admin/settings/blockbar
I'm puzzled with the instruction of config step 2 (readme.txt).
I've added the my_theme_regions() function to phptemplate.engine

Thanks,

Eric.

Comments

dhaviere’s picture

i'm running drupal 4.7.0 rc3, and the latest blockbar release (as of 2006.04.15)

when adding the new container script to my template.php file, it kills my site.
but, when erased it from this file, and replaced the existing procedure in the themes\engines\phptemplate, then it worked.

after i replaced this code, i had to first config my blockbar to the container region (ie, container_1) under admin/blocks (and renamed it to 'block_bar_right'). do this BEFORE you actually enable the block.

then, when you enable the block in admin/blocks, set it to the location you actually want it to be (ie, right sidebar).

finally, when you want to insert something in the blockbar, specify its location to the same container you used for the blockbar (in my case, container_1) when you enable the block.