Downloads
Release notes
There's a new "question details" field which is intended to hold a "longer question" text. Ensure you run update.php after upgrading. If you have any problems, you may need to adjust the "question length" settings on admin/settings/faq/questions which controls whether the short, long or both texts are displayed.
If you're using TinyMCE and <p> tags start appearing on your questions, please see http://drupal.org/node/294708 for details on how to overcome this.
The 'view faq' permission has also been renamed to 'view faq page' and now only controls access to the 'faq' pages. It no longer includes access to the faq nodes themselves. Please use one of the node access modules for this feature. You may need to review your user permission settings at admin/user/permissions after upgrading to this version.
Changes since DRUPAL-6--1-7:
- #271729 - fix for undefined function error when taxonomy module is not enabled.
- #272265 - added pathauto support, original patch provided by Deciphered.
- #277349 - fixed issue with unpublished nodes.
- #281827 -"edit answer" link now provided on faq page under the answer if the user has the appropriate permissions.
- #346556 - changed css class names to have dashes rather than underscores.
- #328492 by andypost: fix for faq_load() issue.
- #328464 by andypost: fix for failure to attempt insert if faq update failed.
- #309375 - fix for nodeaccess, etc, issues.
- #309474 - patch proposed by Zurvan, improve performance of module by avoiding unnecessary calls to taxonomy_get_vocabularies().
- #304210 - configurable rewriting of faq taxonomy term links.
- #309595 - patch for deprecated "name" attribute on anchor links.
- #318229 - patch by introfini, fix performance issue with faq module when categories enabled.
- #307201 - patch for invalid back to top link in Opera browsers.
- #280558 - fix for sorting by weight form not working when categories enabled.
- #283778 - patch provided by hutch, 3rd arg to faq_access() now optional.
- #323864 - moved breadcrumb modification to faq_preprocess_page() instead of doing it in the hook_view().
- #300959 - added support for multi-lingual taxonomy terms.
- #329174 by eMPee584: fix for php errors in hook_preprocess_page and in template
- #342465 by ddyrr - fix for bug in call to hook_link_alter(), params were in the wrong order.
- #251493 - added ability to have both short and long questions.
- #299191 - added ability to have multiple FAQ layouts.
- #353968 - fix for optional question text actually being required.
- #321121 - updated French translation file
- #274949 - updated Portuguese translation file
- Added in known issues section to cover <p> tags appearing in question text.
- Coding style changes.
- Added in a call to check_plain() on data passed to drupal_set_title().