From 1e8c9d8192d0f8c17c64bcd09f34219f4832b368 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 26 Mar 2002 21:33:45 +0000 Subject: - Included documentation contributed by Moshe. --- modules/book.module | 9 +++++++++ modules/book/book.module | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/modules/book.module b/modules/book.module index f49afab15..dd8b1a606 100644 --- a/modules/book.module +++ b/modules/book.module @@ -1,6 +1,15 @@ Maintain a FAQ with Collaborative book"; + $output .= "

The collaborative book (i.e. book.module) in Drupal is a terrific way to easily manage an FAQ (Frequently Asked Questions) section of your web site. The main benefit for an administrator is that you don't have to write all the questions/answers by yourself. Let the community do it for you!

"; + $output .= "

In order to setup the FAQ, you have to create a new book which will hold all your content. To do so, click on create book page in your user box. Give it a thoughtful title and body. A title like \"Estonia Travel - FAQ\" is nice. You may always edit these fields later. You will probably want to designate as the parent of this page. Leave the log message and type fields blank for now. After you've submitted this book page, you are ready to begin filling up your book with questions that are frequently asked.

"; + $output .= "

Whenever you come across a post which you want to include in your FAQ, click on the administer link. Then click on the edit book outline button at the bottom of the page. Then place the relevant post wherever is most appropriate in your book by selecting a parent. Books are quite flexible. They can have sections like Flying to Estonia, Eating in Estonia and so on. As you get more experienced with the Collaborative book, you can reorganize posts in your book so that it stays organized.

"; + $output .= "

Notes:

"; + return $output; +} + function book_node($field) { global $user; diff --git a/modules/book/book.module b/modules/book/book.module index f49afab15..dd8b1a606 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -1,6 +1,15 @@ Maintain a FAQ with Collaborative book"; + $output .= "

The collaborative book (i.e. book.module) in Drupal is a terrific way to easily manage an FAQ (Frequently Asked Questions) section of your web site. The main benefit for an administrator is that you don't have to write all the questions/answers by yourself. Let the community do it for you!

"; + $output .= "

In order to setup the FAQ, you have to create a new book which will hold all your content. To do so, click on create book page in your user box. Give it a thoughtful title and body. A title like \"Estonia Travel - FAQ\" is nice. You may always edit these fields later. You will probably want to designate as the parent of this page. Leave the log message and type fields blank for now. After you've submitted this book page, you are ready to begin filling up your book with questions that are frequently asked.

"; + $output .= "

Whenever you come across a post which you want to include in your FAQ, click on the administer link. Then click on the edit book outline button at the bottom of the page. Then place the relevant post wherever is most appropriate in your book by selecting a parent. Books are quite flexible. They can have sections like Flying to Estonia, Eating in Estonia and so on. As you get more experienced with the Collaborative book, you can reorganize posts in your book so that it stays organized.

"; + $output .= "

Notes:

"; + return $output; +} + function book_node($field) { global $user; -- cgit v1.2.3