You are here

README.txt in Frequently Asked Questions 5

Same filename and directory in other branches
  1. 8 README.txt
  2. 5.2 README.txt
  3. 6 README.txt
  4. 7.2 README.txt
  5. 7 README.txt
Drupal Module
------------------------------------------------------------------------------
Name: Frequently Asked Questions module
Author: Stella Power
Drupal: 5.0.x
------------------------------------------------------------------------------

Description
============
The Frequently Asked Questions (faq) module allows users with the 'administer
faq' permission to create question and answer pairs which they want displayed on
the 'faq' page.  The 'faq' page is automatically generated from the FAQ nodes
configured and the layout of this page can be modified on the settings page.
Users will need the 'view faq' permission to view the 'faq' page. 

There are 2 blocks included in this module, one shows a list of FAQ categories
while the other can show a configurable number of recent FAQs added.

Note the function theme_faq_highlights(), which shows the last X recently
created FAQs, used by one of the blocks, can also be called in a php-filtered 
node if desired.


Configuration
=============
Once the module is activated, you can create your question and answer pairs by
creating FAQ nodes (Create content >> FAQ).  This allows you to edit the
question and answer text.  In addition, if the 'Taxonomy' module is enabled and
there are some terms configured for the FAQ node type, it will also be possible
to put the questions into different categories when editing.

On the Frequently Asked Questions settings configuration page (Administer >> 
Site Configuration >> Frequently Asked Questions (admin/settings/faq)), you will
find a form that will allow you to configure the layout of the questions and 
answers on the 'faq' page.  

The 'administer faq' permission is needed for configuring the 'faq' page layout
and editing of FAQ nodes.

Current maintainer
===================
Stella Power (http://drupal.org/user/66894)

File

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