1.1.4.52.2.64 (checked in on 2008/04/28 at 16:57:32 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_theme | Implementation of hook_theme(). |
| 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_view_question | Helper function to setup the faq question. |
| faq_weight_settings_choose_cat_form_submit | Function set the rebuild of the form in the FAQ Settings - Weight tab. |
| faq_weight_settings_form | Define the elements for the FAQ Settings page - weight tab. |
| faq_weight_settings_reorder_form_submit | Save the options set by the user in the FAQ Settings - Weight tab. |
| template_preprocess_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. |
| template_preprocess_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. |
| template_preprocess_faq_category_questions_inline | Create the code of the FAQ page if set to show/hide the category-sorted questions inline. |
| template_preprocess_faq_category_questions_top | Create the layout of the FAQ page if set to show the questions on top, all sorted by categories. |
| template_preprocess_faq_category_questions_top_answers | Create the layout of the answers for the FAQ page if set to show the questions on top, all sorted by categories. |
| template_preprocess_faq_hide_answer | Create the structure of the FAQ page if set to show/hide the answers when the question is clicked. |
| template_preprocess_faq_new_page | Create the code of the FAQ page if set to show the answer in a new page. |
| template_preprocess_faq_questions_inline | Create the code of the FAQ page if set to show the questions inline. |
| template_preprocess_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. |