faq_ask_answer |
./faq_ask.module |
This function is called when an expert selects a question to answer. |
|
1 |
faq_ask_a_question_blockform |
./faq_ask.module |
Block "Ask a Question" form implementation |
1 |
|
faq_ask_block_configure |
./faq_ask.module |
Implements hook_block_configure(). |
|
|
faq_ask_block_info |
./faq_ask.module |
Implements hook_block_info(). |
|
|
faq_ask_block_save |
./faq_ask.module |
Implements hook_block_save(). |
|
|
faq_ask_block_view |
./faq_ask.module |
Implements hook_block_view(). |
|
|
faq_ask_cron |
./faq_ask.module |
Implements hook_cron(). |
|
|
faq_ask_edit |
./faq_ask.module |
Get the edit question form. |
|
1 |
faq_ask_form_faq_node_form_alter |
./faq_ask.module |
Implements hook_form_FORM_ID_alter(). |
|
|
faq_ask_form_validate |
./faq_ask.module |
Validation form for the FAQ Ask form |
|
1 |
faq_ask_help |
./faq_ask.module |
Display help and module information |
|
|
faq_ask_install |
./faq_ask.install |
Implements hook_install(). |
|
|
faq_ask_list_more |
./faq_ask.module |
This function lists all the unanswered questions the user is allowed to see.
It is used by the "more..." link from the block, but can also be called independently. |
|
1 |
faq_ask_mail |
./faq_ask.module |
Implements hook_mail(). |
|
|
faq_ask_menu |
./faq_ask.module |
Implements hook_menu(). |
|
|
faq_ask_node_access |
./faq_ask.module |
Implements hook_node_access(). |
|
|
faq_ask_node_delete |
./faq_ask.module |
Handle deletion of questions
Removes any pending answer notifications and
term mappings for unpublished questions |
|
|
faq_ask_node_insert |
./faq_ask.module |
Implementation of hook_node_insert() |
|
|
faq_ask_node_update |
./faq_ask.module |
Implements hook_node_update(). |
|
|
faq_ask_page |
./faq_ask.module |
Get the ask question form. |
|
1 |
faq_ask_permission |
./faq_ask.module |
Implements hook_permission(). |
|
|
faq_ask_reassign |
./faq_ask.module |
Reassign the node to the current user and display a message. |
1 |
|
faq_ask_schema |
./faq_ask.install |
Implements hook_schema(). |
|
|
faq_ask_settings_form |
./faq_ask.module |
Implements hook_form(). |
|
1 |
faq_ask_settings_form_submit |
./faq_ask.module |
Implements hook_form_submit(). |
|
1 |
faq_ask_submit |
./faq_ask.module |
Handles the ask form submission |
|
1 |
faq_ask_taxonomy_term_delete |
./faq_ask.module |
Implmentation of hook_taxonomy_term_delete() |
|
|
faq_ask_taxonomy_term_insert |
./faq_ask.module |
Implementation of hook_taxonomy_term_insert() |
|
|
faq_ask_taxonomy_vocabulary_delete |
./faq_ask.module |
Implementation of hook_taxonomy_vocabulary_delete() |
|
|
faq_ask_taxonomy_vocabulary_update |
./faq_ask.module |
Implementation of hook_taxonomy_vocabulary_update() |
|
|
faq_ask_theme |
./faq_ask.module |
Implements hook_theme(). |
|
|
faq_ask_uninstall |
./faq_ask.install |
Implements hook_uninstall(). |
|
|
faq_ask_update_6100 |
./faq_ask.install |
Add default expert to term id 0 |
|
|
faq_ask_update_6101 |
./faq_ask.install |
Create notification table |
|
|
faq_ask_update_7001 |
./faq_ask.install |
Adding the term index table for unpublished nodes |
|
|
faq_ask_update_7002 |
./faq_ask.install |
Add node/term data to faq_ask maintained term index for unpublished nodes |
|
|
faq_ask_user_access_or |
./faq_ask.module |
Determines whether the current user has one of the given permissions. |
|
1 |
template_preprocess_faq_ask_unanswered |
./faq_ask.unanswered.inc |
Create a categorized list of nodes that are not answered. |
|
|
template_preprocess_faq_ask_unanswered_block |
./faq_ask.unanswered.inc |
Create list of unanswered questions for display in block |
|
|
_faq_ask_advice_default |
./faq_ask.module |
Special function to get the advice text default. |
3 |
|
_faq_ask_answerlink |
./faq_ask.unanswered.inc |
Helper function to create a link to unanswered nodes using the toke verificationb |
1 |
|
_faq_ask_delete_expert |
./faq_ask.module |
Helper function to delete experts. |
2 |
|
_faq_ask_delete_faq_notification |
./faq_ask.module |
Helper function to remove a notification from a question |
2 |
|
_faq_ask_delete_vocabulary |
./faq_ask.module |
Helper function to delete a vocabulary. |
2 |
|
_faq_ask_get_faq_notifications |
./faq_ask.module |
Helper function fetching all notifications |
1 |
|
_faq_ask_get_faq_notification_email |
./faq_ask.module |
Helper function to fetch an email for notification assigned to an faq node |
1 |
|
_faq_ask_get_terms |
./faq_ask.module |
Get the term id's related to a node or a form posting
Returns an array of all term ids of a node if the terms
are part of the vocabularies selected for FAQ-Ask.
If no terms then an array with a single 0 as term id is returned |
1 |
|
_faq_ask_get_term_field_name |
./faq_ask.module |
Helper function to find the term field on existing nodes |
1 |
|
_faq_ask_get_token |
./faq_ask.module |
Identical to drupal_get_token() but without the session variable and the salt |
4 |
|
_faq_ask_help_default |
./faq_ask.module |
Special function to get the help text default. |
2 |
|