Block: controlling content in the sidebars
Blocks are the boxes of related/grouped data that are visible in the left and/or right sidebar(s) of your web site. They can also be placed elsewhere on your page, in the regions your theme has defined (you can learn more about regions on the Regions in Drupal 6 themes and Regions in Drupal 5 and earlier themes pages). Blocks are usually generated by modules (e.g. recent forum topics), but administrators can also define their own blocks.
The region each block appears in is specified on the block management screen, and can be different for each theme. The regions that are available depend on your theme (e.g. some themes have a left sidebar, some have a right sidebar, and some have both).
The block management screen also lets you specify the vertical sort-order of the blocks within a theme region. You do this by assigning a weight to each block. Lighter blocks (smaller weight) "float up" towards the top of the region. Heavier ones "sink down" towards the bottom of it. In some versions of Drupal, if you have JavaScript in your browser, you may also be able to "drag" blocks on the block management screen to change their order.
The block management screen also provides checkboxes (depending on your version of Drupal and what modules you have enabled), as well as a configure link, which takes you to the configuration screen. The checkboxes and configuration page let you customize the visibility of the block. A block's visibility depends on:
- Whether it is Enabled and assigned to a region. Disabled blocks (blocks not assigned to any region in your theme) are never shown.
- The Throttle checkbox (if you have the Throttle module enabled). Throttled blocks are hidden during high server loads.
- Page-specific visibility settings. Individual blocks can be configured to only show/hide on certain pages. You can also show/hide blocks based on the result of a PHP snippet.
- Custom visibility settings. Individual blocks can be configured so that users decide whether to show/hide certain blocks.
- Its function. Dynamic blocks (such as those defined by modules) may be empty on certain pages and will not be shown.
The block management screen also has an "Add block" link. This allows you to define a block containing content of your choice. Each administrator-defined block consists of a title, a description, and a body which can be as long as you wish; the Drupal engine will render the content of the block.
You can
- enable, throttle, place, and configure blocks at administer >> block.
- add a block at administer >> block >> add block.

Is there any way to duplicate a block?
How can I duplicate a block. For instance, I want the "latest" content on the front page, and also on the sidebar of all pages?
block can't reposition
Can anyone help me to explain why I can't position blocks in my website anymore, when i position blocks then press save blocks after that no change for blocks position, the blocks still can configures. i not experiences this problem before.
Am having the same problem.
Am having the same problem. Found a solution? If so, kindly share it.
I, too, am having this
I, too, am having this problem.
blocks are drag-and-drop
Had the same question but discovered you don't have to weight them anymore. Just drag them to reorder.
Block ordering
I like the drag and drop interface, but often my instructions don't "stick," and move around in seemingly random order. I wish there was a way to impose a weight value numerically.
Having the same problem
Suddenly this problem appears. Even If I drag and drop to other position and then save. Block don't move to the desired position.
If I find a workaround for this I will post it here.
Solution found
I uninstalled my Panels module and blocks started to work again.
I got rid of a bunch of
I got rid of a bunch of blocks and switched themes, which seems to work.
want to hide a block
i want to hide a block at runtime.....user shd b given permission to customize the blocks at runtime.... i am working with 4seasons and acquai marina theme..... if anyone know how to do help me out.....
thanks....
My right side block
All of a sudden it now appears at the bottom of the page content. I try to use the admin to move it to the right side, assign it weight and it still goes to the bottom of the center. argh.
Anyone else have this issue?
Complete lack of block visibility/order control
I now no longer have any control over the order or visibility of my blocks using admin/build/block. Currently have to manipulate directly the
blockstable in MySQL, as changes via the Drupal interface are not reflected. Weightings are particularly troublesome.Apart from a few updates to contrib modules, nothing else significant has changed in my current project config. Interested to find out what could be affecting this.
Use of separate admin theme
Not sure why, but if I use a difference theme for Administration, then any changes to the block layout are only reflected in the Admin theme, rather than System Default, even if I select the appropriate theme at the top of the page admin/build/block. The only way round this is to use as the Admin theme.