| 1 |
Drupal Module
|
| 2 |
------------------------------------------------------------------------------
|
| 3 |
Name: Frequently Asked Questions module
|
| 4 |
Author: Stella Power
|
| 5 |
Drupal: 5.0.x
|
| 6 |
------------------------------------------------------------------------------
|
| 7 |
|
| 8 |
Description
|
| 9 |
============
|
| 10 |
The Frequently Asked Questions (faq) module allows users with the 'administer
|
| 11 |
faq' permission to create question and answer pairs which they want displayed on
|
| 12 |
the 'faq' page. The 'faq' page is automatically generated from the FAQ nodes
|
| 13 |
configured and the layout of this page can be modified on the settings page.
|
| 14 |
Users will need the 'access content' permission to view the 'faq' page.
|
| 15 |
|
| 16 |
Configuration
|
| 17 |
=============
|
| 18 |
Once the module is activated, you can create your question and answer pairs by
|
| 19 |
creating FAQ nodes (Create content >> FAQ). This allows you to edit the
|
| 20 |
question and answer text. In addition, if the 'Taxonomy' module is enabled and
|
| 21 |
there are some terms configured for the FAQ node type, it will also be possible
|
| 22 |
to put the questions into different categories when editing.
|
| 23 |
|
| 24 |
On the Frequently Asked Questions settings configuration page (Administer >>
|
| 25 |
Site configuration >> Frequently Asked Questions (admin/settings/faq)), you will
|
| 26 |
find a form that will allow you to configure the layout of the questions and
|
| 27 |
answers on the 'faq' page.
|
| 28 |
|
| 29 |
The 'administer faq' permission is needed for configuring the 'faq' page layout
|
| 30 |
and editing of FAQ nodes.
|
| 31 |
|
| 32 |
Current maintainer
|
| 33 |
===================
|
| 34 |
Stella Power (http://drupal.org/user/66894)
|