From 52314ddc321a3895b4ea70afc43968c87aebf01e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 17 Feb 2003 22:33:31 +0000 Subject: - Theme options patch. See mailing list. --- modules/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum.module') diff --git a/modules/forum.module b/modules/forum.module index 55d0b7cd0..753170dc7 100644 --- a/modules/forum.module +++ b/modules/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("")); -- cgit v1.2.3