From b004f328eec10308fe3b310c640d5f376241f4cd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Nov 2006 20:14:19 +0000 Subject: - Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard. --- modules/forum/forum.module | 8 -------- 1 file changed, 8 deletions(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 8bce9a5cd..e4c33e075 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -15,14 +15,6 @@ function forum_help($section) { $output = '

'. t('The forum module lets you create threaded discussion forums for a particular topic on your site. This is similar to a message board system such as phpBB. Forums are very useful because they allow community members to discuss topics with one another, and they are archived for future reference.') .'

'; $output .= '

'. t('Forums can be organized under what are called containers. Containers hold forums and, in turn, forums hold threaded discussions. Both containers and forums can be placed inside other containers and forums. By planning the structure of your containers and forums well, you make it easier for users to find a topic area of interest to them. Forum topics can be moved by selecting a different forum and can be left in the existing forum by selecting leave a shadow copy. Forum topics can also have their own URL.') .'

'; $output .= '

'. t('Forums module requires Taxonomy and Comments module be enabled.') .'

'; - $output .= t('

You can

- -', array('@admin-forum' => url('admin/content/forum'), '@admin-modules' => url('admin/settings/modules'), '@admin-help-comment' => url('admin/help/comment'), '@admin-help-taxonomy' => url('admin/help/taxonomy'))); $output .= '

'. t('For more information please read the configuration and customization handbook Forum page.', array('@forum' => 'http://drupal.org/handbook/modules/forum/')) .'

'; return $output; case 'admin/content/forum': -- cgit v1.2.3