From a8b218827a400cf5ced7db133be0a0f9e2180875 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Nov 2005 10:17:34 +0000 Subject: - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / --- modules/story/story.module | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/story/story.module') diff --git a/modules/story/story.module b/modules/story/story.module index 813c50769..272e86a3b 100644 --- a/modules/story/story.module +++ b/modules/story/story.module @@ -11,6 +11,17 @@ */ function story_help($section) { switch ($section) { + case 'admin/help#story': + $output = '

'. t('The story module is used to create a content post type called stories. Stories are articles in their simplest form: they have a title, a teaser and a body. Stories are typically used to post news articles or as a group blog. ') .'

'; + $output .= '

'. t('The story administration interface allows for complex configuration. It provides a submission form, workflow, default view permission, default edit permission, permissions for permission, and attachments. Trackbacks can also be enabled.') .'

'; + $output .= t('

You can

+ +', array('%node-add-story' => url('node/add/story'), '%admin-node-configure-types' => url('admin/node/configure/types'))); + $output .= '

'. t('For more information please read the configuration and customization handbook Story page.', array('%story' => 'http://www.drupal.org/handbook/modules/story/')) .'

'; + return $output; case 'admin/modules#description': return t('Allows users to submit stories, articles or similar content.'); case 'node/add#story': -- cgit v1.2.3