faq

stella - May 2, 2006 - 15:57

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. There are a number of features available in the 5.x and 6.x branches which are not available in 4.7.x. The 4.7.x branch is now only receiving bug fixes. All new features will be done for Drupal 5.x and 6.x.

5.x, 6.x

The layout of the FAQ page can be modified on the settings page. There are four question and answer layouts to choose from. In addition, if the 'Taxonomy' module is enabled, it is possible to put the questions into different categories when editing. Users will need the 'view faq' permission to view the 'faq' page and will need the 'administer faq' permission to configure the layout, etc.

There are 3 blocks included in this module. The first shows a list of FAQ categories. The other two can show a configurable number of FAQs - one shows recent FAQs, while the other just displays random ones. Note the block functions theme_faq_highlights(), which shows the last X recently created FAQs, and theme_faq_random_highlights(), which shows X random FAQs, can also be called in a php-filtered node if desired.

4.7.x

The ability to configure the layout of the FAQ page is only possible in the Drupal 5.x and 6.x versions of the module. The 4.7 branch only has the ability to display questions at the top of the page, which when clicked on, takes the user to the answer further down the page.

It also includes 2 blocks, one shows a list of FAQ categories while the other can show the last 5 FAQs added. Note the function theme_faq_highlights(), which shows the last 5 created FAQs, used by one of the blocks, can also be called in a php-filtered node if desired.

Ask the Expert

With the help of the FAQ Ask module in Drupal 5.x, it is possible to allow users of your site to ask a question which will be queued for an 'expert' to answer. Once answered, the question and answer will appear on the FAQ page. This is only available when using FAQ categories. See the FAQ Ask module's project page for more information.

Upgrade Notice

When using categorized FAQ nodes, the disabling of the FAQ module causes the vocabulary to lose the association with the FAQ content type. This results in no FAQ nodes being displayed when you re-enable the FAQ module. Before opening an issue, please verify that this setting is still in place.

Releases

Official releasesDateSizeLinksStatus
6.x-1.72008-Jun-1641.49 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-2.112008-Jun-1638.73 KBRecommended for 5.xThis is currently the recommended release for 5.x.
4.7.x-2.12007-Sep-279.29 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2008-Jul-1745.46 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-2.x-dev2008-Jul-1542.63 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.