Downloads
Download tar.gz
30.97 KB
MD5: 90a9c698ff2b7d46800053157e7e40d2
SHA-1: a456c65e38c618be44470dbb735c964e2f78d026
SHA-256: 670bbf6b8a75d0a83528dd0a3950684b20a42768b4c237bc465e5fb948f369d6
Download zip
36.42 KB
MD5: e601fdbfad5e189f790a6bf19082f12d
SHA-1: 4d255997ce40e8cff6369adf3ee354ad61e10710
SHA-256: 77ca7ea50c53c381d5c85b578c5ec8818f260b5e496c0f2bdc86df2305b69421
Release notes
Changes since DRUPAL-5--2-9:
- #224910 - added in a new option to prevent the question text from being links to the faq nodes.
- #199726 - changed class name of question listing at top of list when categories are enabled for the "Clicking on question brings user to answer further down the page" layout.
- #228939 - fixed typo in description text
- #235614 - implemented hook_term_path to change "taxonomy/term/xxx" to "faq/xxx" automatically, patch supplied by nancyw.
- #231209 - added in the ability to automatically sort the new faq nodes by creation date descending / ascending when no weight is specified.
- #185680 - added support to view image_attach images on faq nodes in the faq node
listing, patch supplied by nancyw - #214284 - it's now possible to view the node links on the faq pages using a configurable option.
- #248917 - anchor links were incorrect for normal node pages which include a call to faq_page().
- updated taxonomy_image_display api calls
- changed term_node table alias from t to tn so as to be consistent
- latest version of the site_map module (1.2) calls one of the faq functions directly. Since the faq module also implements hook_site_map(), the faq section of the site map was appearing twice. I've commented out the faq_site_map() function to prevent this error.
- removed duplicate menu entry
- changed "true" and "false"to uppercase, now using count() instead of strlen(), explode() instead of preg_split() and strpos() instead of strstr() where appropriate.
- Re-structured the readme text.
- Re-structured the faq module so as to reduce code duplication between similar functions and to make it easier to maintain.
- Renamed some variables and tweaked some documentation.
- added in missing t() calls
- Fixed translation string issue
- Updated translation template file