By mediumgrade on
Is there any way to display a single block outside of the block regions? Basically, I want to be able to display a particular block in some section outside of any of the given regions.
Any ideas?
Is there any way to display a single block outside of the block regions? Basically, I want to be able to display a particular block in some section outside of any of the given regions.
Any ideas?
Comments
Where are the "block
Where are the "block regions" in the theme you are using? Typically these are in the sidebars, but with a module like Panels you can put blocks in the main content area of your site. There are a few themes -- produced by an outfit called Roople -- that allow you to place blocks in any number of places on a page.
----------------------------------------------------------------------
http://www.bwv810.com/
I am a writer and researcher. In my spare time I build websites with Drupal.
Je peux communiquer en français. / Я могу связывать на русском языке.
You can also add regions
See "Regions in PHPTemplate" in the handbooks, by adding a region you can place the block(s) in additional places.
Found it. I didn't know that
Found it. I didn't know that you can add your own regions to a theme.
http://mydrupalblog.lhmdesign.com/creating-custom-regions
Thanks.