--- forum.module Fri Mar 11 08:25:38 2005 +++ forum.new Fri Mar 11 08:46:22 2005 @@ -12,11 +12,11 @@ function forum_help($section) { switch ($section) { case 'admin/forum': - return t('Forums and containers are used to organize the threaded discussions. Forums may be nested in each other. A container is used to group like forums together with out allowing topics to be created in the container. Containers can be nested just like forums. To delete a forum or container choose the appropriate "edit" operation.'); + return t('Below is a list of existing containers and forums that you can edit. Each container can hold many individual forums. In turn, each forum can have many individual 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.

To add a new container or forum, click on the appropriate tab above. To modify or delete a container or forum, click the link next to the apporpriate item below.'); case 'admin/forum/add/container': - return t('Containers help you organize your forum. The job of a container is to hold, or contain, other forums that have something in common. Containers are usually placed at the top level (root) of your forum but you can also place a container within another container or forum.'); + return t('Containers help you organize your forum. The job of a container is to hold, or contain, other forums that have something in common. For example, you might have a container called "Food" that holds two forums named "Fruit" and "Vegetables". Containers are usually placed at the top level (root) of your forum but you can also place a container within another container or forum.'); case 'admin/forum/add/forum': - return t('When creating a forum you are creating an area for user to create similar topics for discussion. Forums may be nested underneath other forums or in containers.'); + return t('A forum holds many threaded topic discussions with something in common. For example, a forum you create called "Fruit" might contain user-created discussion topics named "Apples" and "Bananas". You can place a forum into a container, another forum, or at the top level (root) of your forum area.'); case 'admin/modules#description': return t('Enable threaded discussions about general topics.'); case 'node/add#forum':