summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-17 22:33:31 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-17 22:33:31 +0000
commit52314ddc321a3895b4ea70afc43968c87aebf01e (patch)
tree4339567d47801790a322532c5537bdd03d1d685f /modules/forum/forum.module
parent465a5987702668321d2a1bde11ac6fa59e62f7d6 (diff)
downloadbrdo-52314ddc321a3895b4ea70afc43968c87aebf01e.tar.gz
brdo-52314ddc321a3895b4ea70afc43968c87aebf01e.tar.bz2
- Theme options patch. See mailing list.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 55d0b7cd0..753170dc7 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -35,7 +35,7 @@ function forum_settings() {
}
if ($voc) {
- $output .= form_textarea("Explanation or submission guidelines", "forum_help", variable_get("forum_help", ""), 55, 4, t("This text will be displayed at the top of the forum submission form. Useful for helping or instructing your users."));
+ $output .= form_textarea("Explanation or submission guidelines", "forum_help", variable_get("forum_help", ""), 70, 5, t("This text will be displayed at the top of the forum submission form. Useful for helping or instructing your users."));
$output .= form_select("Forum vocabulary", "forum_nav_vocabulary", variable_get("forum_nav_vocabulary", ""), $vocs, t("The taxonomy vocabulary that will be used as the navigation tree."));
$output .= _taxonomy_term_select("Containers", "forum_containers", variable_get("forum_containers", array()), variable_get("forum_nav_vocabulary", ""), t("You can choose forums which will not have topics, but will be just containers for other forums."), 1, t("<none>"));