From 26fa7c730f878220a46478c47f6145f459f68688 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 16 Aug 2005 18:06:18 +0000 Subject: - Patch #16216 by nedjo: multiple block regions! --- modules/block.module | 151 ++++++++++++++++++++++++++----------------- modules/block/block.module | 151 ++++++++++++++++++++++++++----------------- modules/system.module | 102 ++++++++++++++++++++++++++--- modules/system/system.module | 102 ++++++++++++++++++++++++++--- 4 files changed, 368 insertions(+), 138 deletions(-) (limited to 'modules') diff --git a/modules/block.module b/modules/block.module index 5ab064d80..4c52e7a7b 100644 --- a/modules/block.module +++ b/modules/block.module @@ -13,8 +13,8 @@ function block_help($section) { switch ($section) { case 'admin/help#block': return t(' -

Blocks are the boxes visible in the sidebar(s) of your web site. These are usually generated automatically by modules (e.g. recent forum topics), but you can also create your own blocks.

-

The sidebar each block appears in depends on both which theme you are using (some are left-only, some right, some both), and on the settings in block management.

+

Blocks are the boxes visible in the sidebar(s) of your web site and other regions. These are usually generated automatically by modules (e.g. recent forum topics), but you can also create your own blocks.

+

The region each block appears in depends on both which theme you are using (some are left-only, some right, some both, and some may offer other regions), and on the settings in block management.

The block management screen lets you specify the vertical sort-order of the blocks within a sidebar. You do this by assigning a weight to each block. Lighter blocks (smaller weight) "float up" towards the top of the sidebar. Heavier ones "sink down" towards the bottom of it.

A block\'s visibility depends on: