diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-23 22:14:29 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-23 22:14:29 +0000 |
commit | 3d0f6b3032abdb53fcf43790f8ee57ad5a323522 (patch) | |
tree | ad1bc0483eb55417da889f582ce310c8dab62388 /modules/section.module | |
parent | 0b9b32587300130ff04a0606be7656c370252ab6 (diff) | |
download | brdo-3d0f6b3032abdb53fcf43790f8ee57ad5a323522.tar.gz brdo-3d0f6b3032abdb53fcf43790f8ee57ad5a323522.tar.bz2 |
- fixes table bug
- add ienie-wiene of information
Diffstat (limited to 'modules/section.module')
-rw-r--r-- | modules/section.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/section.module b/modules/section.module index aa18e6720..adaaec524 100644 --- a/modules/section.module +++ b/modules/section.module @@ -12,7 +12,8 @@ $_section = array("status" => array(2 => "enabled: always", 1 => "enabled: custo function section_help() { ?> - under construction + <P>When submitting new stories, every story is assigned a section or category. These sections can be maintained from the administration pages.</P> + <P>For moderation purpose, you can specify a post, dump and expiration thresholds for each available section according to type and urgency level a section. Some section do not really "expire" and stay interesting and active as time passes by, whereas news-related stories are only considered "hot" over a short period of time.</P> <? } |