faq_access |
./faq.module |
Implements hook_access(). |
|
|
faq_block |
./faq.module |
Implements hook_block(). |
|
|
faq_categories_settings_form |
./faq.admin.inc |
Define the elements for the FAQ Settings page - categories tab. |
|
1 |
faq_categories_settings_form_submit |
./faq.admin.inc |
Display an error if no valid FAQ vocabularies available. |
|
1 |
faq_content_extra_fields |
./faq.module |
Implements hook_content_extra_fields(). |
|
|
faq_delete |
./faq.module |
Deletes an FAQ node from the database. |
|
|
faq_filter |
./faq.module |
Implements hook_filter(). |
|
|
faq_filter_tips |
./faq.module |
Implements hook_filter_tips(). |
|
|
faq_form |
./faq.module |
Defines the form where new questions and answers are written. |
|
|
faq_general_settings_form |
./faq.admin.inc |
Define a form to edit the page header and descriptive text. |
|
2 |
faq_get_child_categories_faqs |
./faq.module |
Helper function for retrieving the sub-categories faqs. |
5 |
|
faq_get_faq_list |
./faq.module |
Format the output for the faq_site_map() function. |
|
|
faq_get_terms |
./faq.module |
Get a list of terms associated with the FAQ nodes. |
1 |
|
faq_help |
./faq.module |
Implements hook_help(). |
|
|
faq_highlights_block |
./faq.module |
Create the HTML output for the Recent FAQs block. |
1 |
|
faq_init_back_to_top |
./faq.module |
Helper function to setup the "back to top" link. |
5 |
|
faq_insert |
./faq.module |
Inserts the faq node question text into the 'faq_questions' table. |
1 |
|
faq_install |
./faq.install |
Implementation of hook_install(). |
|
|
faq_link_alter |
./faq.module |
Implements hook_link_alter(). |
|
|
faq_load |
./faq.module |
Implements hook_load(). |
|
|
faq_menu |
./faq.module |
Implements hook_menu(). |
|
|
faq_nodeapi |
./faq.module |
Implements hook_nodeapi(). |
|
|
faq_node_info |
./faq.module |
Implements hook_node_info(). |
|
|
faq_order_settings_choose_cat_form_submit |
./faq.admin.inc |
Function set the rebuild of the form in the FAQ Settings - Weight tab. |
|
1 |
faq_order_settings_form |
./faq.admin.inc |
Define the elements for the FAQ Settings page - order tab. |
|
1 |
faq_order_settings_reorder_form_submit |
./faq.admin.inc |
Save the options set by the user in the FAQ Settings - Weight tab. |
|
1 |
faq_page |
./faq.module |
Function to display the faq page. |
1 |
1 |
faq_pathauto |
./faq.module |
Implements hook_pathauto(). |
|
|
faq_perm |
./faq.module |
Implements hook_perm(). |
|
|
faq_preprocess_page |
./faq.module |
Implements template_preprocess_page(). |
|
|
faq_questions_settings_form |
./faq.admin.inc |
Define the elements for the FAQ Settings page - Questions tab. |
|
1 |
faq_random_highlights_block |
./faq.module |
Create the HTML output for the Random FAQs block. |
1 |
|
faq_schema |
./faq.install |
Define the 'faq_weights' and 'faq_questions' table structures. |
|
|
faq_settings_page |
./faq.admin.inc |
Generates the settings form for the FAQ module. |
|
1 |
faq_set_breadcrumb |
./faq.module |
Function to set up the FAQ breadcrumbs for a given taxonomy term. |
2 |
|
faq_term_path |
./faq.module |
Implements hook_term_path(). |
|
|
faq_theme |
./faq.module |
Implements hook_theme(). |
|
|
faq_tt |
./faq.module |
Helper function for when i18ntaxonomy module is not installed. |
11 |
|
faq_uninstall |
./faq.install |
Implementation of hook_uninstall(). |
|
|
faq_update |
./faq.module |
Updates the faq node question text in the 'faq_questions' table. |
|
|
faq_update_1 |
./faq.install |
Create 'faq_weights' table in order to upgrade from older installations. |
|
|
faq_update_2 |
./faq.install |
Create 'faq_questions' table in order to upgrade from older installations. |
|
|
faq_update_6003 |
./faq.install |
Add the 'detailed_question' column to the 'faq_questions' table. |
|
|
faq_view |
./faq.module |
Implements hook_view(). |
|
|
faq_views_api |
./faq.module |
Implements hook_views_api(). |
|
|
faq_views_data |
views/faq.views.inc |
Implements hook_views_data(). |
|
|
faq_view_answer |
./faq.module |
Helper function to setup the faq answer. |
7 |
|
faq_view_child_category_headers |
./faq.module |
Helper function to setup the list of sub-categories for the header. |
4 |
|
faq_view_question |
./faq.module |
Helper function to setup the faq question. |
7 |
|
template_preprocess_faq_category_hide_answer |
includes/faq.hide_answer.inc |
Create categorized FAQ page if set to show answer when question is clicked. |
|
|