Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.1.4.63.2.46 (checked in on 2008/04/28 at 17:01:24 by snpower)
The FAQ module allows users to create a FAQ page, with questions and answers displayed in different styles, according to the settings.
| Name | Description |
|---|---|
| faq_access | Implementation of hook_access(). |
| faq_block | Implementation of hook_block(). |
| faq_categories_settings_form | Define the elements for the FAQ Settings page - categories tab. |
| faq_delete | Deletes an FAQ node from the database. |
| faq_form | Defines the form where new questions and answers are written. |
| faq_general_settings_form | Define a form to edit the page header and descriptive text. |
| faq_general_settings_form_submit | Function saves the options set by the user in the FAQ Settings - General tab. |
| faq_get_child_categories_faqs | Helper function for retrieving the sub-categories faqs. |
| faq_get_faq_list | Format the output for the faq_site_map() function. |
| faq_get_terms | Get a list of terms associated with the FAQ nodes. |
| faq_help | Implementation of hook_help(). |
| faq_highlights_block | Create the HTML output for the Recent FAQs block. |
| faq_init_back_to_top | Helper function to setup the "back to top" link. |
| faq_insert | Inserts the faq node question text into the 'faq_questions' table. |
| faq_link_alter | Implementation of hook_link_alter(). |
| faq_load | Implementation of hook_load(). |
| faq_menu | Implementation of hook_menu(). |
| faq_nodeapi | Implementation of hook_nodeapi(). |
| faq_node_info | Implementation of hook_node_info(). |
| faq_node_name | Implementation of hook_node_name(). |
| faq_page | Function to display the faq page. |
| faq_perm | Implementation of hook_perm(). |
| faq_questions_settings_form | Define the elements for the FAQ Settings page - Questions tab. |
| faq_random_highlights_block | Create the HTML output for the Random FAQs block. |
| faq_settings_page | Generates the settings form for the FAQ module. |
| faq_site_map | |
| faq_term_path | Implementation of hook_term_path(). |
| faq_update | Updates the faq node question text in the 'faq_questions' table. |
| faq_view | Display a FAQ node. |
| faq_view_answer | Helper function to setup the faq answer. |
| faq_view_child_category_headers | Helper function to setup the list of sub-categories for the header. |
| faq_weight_settings_form | Define the elements for the FAQ Settings page - weight tab. |
| faq_weight_settings_form_submit | Save the options set by the user in the FAQ Settings - Weight tab. |
| theme_faq_answer_category_header | Theme function to format the sub-category header to display with the answers. |
| theme_faq_category_description | Theme function to format the category description. |
| theme_faq_category_header | Theme function for formatting the faq category headers. |
| theme_faq_category_hide_answer | Create the code of the FAQ page if set to show/hide the category-sorted answers when the question is clicked. |
| theme_faq_category_new_page | Create the code of the FAQ page if set to show the answer in a new page when the category-sorted question is clicked. |
| theme_faq_category_questions_inline | Create the code of the FAQ page if set to show/hide the category-sorted questions inline. |
| theme_faq_category_questions_top | Create the layout of the FAQ page if set to show the questions on top, all sorted by categories. |
| theme_faq_category_questions_top_answers | Create the layout of the answers if set to show the questions on top, all sorted by categories. |
| theme_faq_child_category_header | Theme function to format the sub-category header. |
| theme_faq_format_answer | Theme function to format an answer. |
| theme_faq_format_question | Theme function to format a question. |
| theme_faq_hide_answer | Create the structure of the FAQ page if set to show/hide the answers when the question is clicked. |
| theme_faq_new_page | Create the code of the FAQ page if set to show the answer in a new page. |
| theme_faq_questions_inline | Create the code of the FAQ page if set to show the questions inline. |
| theme_faq_questions_top | Create the structure of the page, when the questions are to be shown on top. |
| _display_faq_by_category | Display FAQ questions and answers filtered by category. |
| _get_indented_faq_terms | Return a HTML formatted list of terms indented according to the term depth. |