| 1 |
blockregion.module README
|
| 2 |
=========================
|
| 3 |
|
| 4 |
$Id: README.txt,v 1.1.4.1 2008/02/06 10:31:14 ax Exp $
|
| 5 |
|
| 6 |
|
| 7 |
Description
|
| 8 |
-----------
|
| 9 |
|
| 10 |
Some users have complained that block configuration is difficult for
|
| 11 |
multi-themes, because the settings for block status, region, weight, and
|
| 12 |
throttle need to be made separately for each enabled theme. This simple
|
| 13 |
module provides a fix, allowing the optional configuration of blocks for
|
| 14 |
all themes at once. Enable this module and go to admin/build/block (the
|
| 15 |
bottom).
|
| 16 |
|
| 17 |
Project page: <http://drupal.org/project/blockregion>
|
| 18 |
|
| 19 |
|
| 20 |
Notes
|
| 21 |
-----
|
| 22 |
|
| 23 |
XXX
|
| 24 |
|
| 25 |
|
| 26 |
TODO
|
| 27 |
----
|
| 28 |
|
| 29 |
* display $form['all_themes'] and the (second) submit button on top of
|
| 30 |
the form, see code
|
| 31 |
* show names of "all themes that have the same regions as this theme"
|
| 32 |
|
| 33 |
|
| 34 |
Credits
|
| 35 |
-------
|
| 36 |
|
| 37 |
Nedjo Rogers, nedjo <http://drupal.org/user/4481>
|
| 38 |
Original Author, Drupal 4.7 version
|
| 39 |
Axel Kollmorgen, ax <http://drupal.org/user/8>
|
| 40 |
Drupal 5 port, added "copying" of regions (to all themes with the same
|
| 41 |
regions), made scope of settings customizable, cut code to half the size
|
| 42 |
|
| 43 |
[feel free to add]
|