From ef95773b1c6e3b2de1363e607d31f4e8808ec304 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 14 Nov 2004 20:20:09 +0000 Subject: - Modified patch by Jeremy: throttle module improvements and fixes: + throttle module: flush cache when the throttle enables/disables + throttle module: prevent throttle being enabled by 0 users or guests when disabled + system module: remove requirement for statistics.module + block module: update help text to reflect access log is no longer required + statistics module: throttle is now enabled/disabled, not using levels 0-5 --- modules/block.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/block.module') diff --git a/modules/block.module b/modules/block.module index 406b0ef19..c004ca158 100644 --- a/modules/block.module +++ b/modules/block.module @@ -33,7 +33,7 @@ function block_help($section) { return t("

Blocks are the boxes in the left and right side bars of the web site. They are made available by modules or created manually.

Only enabled blocks are shown. You can position the blocks by deciding which side of the page they will show up on (region) and in which order they appear (weight).

-

If you want certain blocks to disable themselves temporarily during high server loads, check the 'Throttle' box. You will need to enable the auto-throttle on the throttle configuration page after having enabled the throttle module. +

If you want certain blocks to disable themselves temporarily during high server loads, check the 'Throttle' box. You can configure the auto-throttle on the throttle configuration page after having enabled the throttle module. ", array('%throttle' => url('admin/settings/throttle'))); case 'admin/block/add': return t("Here you can create a new block. Once you have created this block you must make it active and give it a place on the page using blocks. The title is used when displaying the block. The description is used in the \"block\" column on the blocks page.", array('%overview' => url('admin/block'))); -- cgit v1.2.3