autotag_autocomplete |
./autotag.module |
|
|
1 |
autotag_form_alter |
./autotag.module |
Implementation of hook_form_alter |
|
|
autotag_form_submit |
./autotag.module |
Receive the form after the first page, nothing is done after the second. |
|
1 |
autotag_install |
./autotag.install |
Implementation of hook_install |
|
|
autotag_menu |
./autotag.module |
Implementation of hook_menu |
|
|
autotag_nodeapi |
./autotag.module |
Implementation of hook_nodeapi |
|
|
autotag_schema |
./autotag.install |
Implementation of hook_schema |
|
|
autotag_submit_vocabulary_form |
./autotag.module |
Simply save what was entered in the checkbox |
|
1 |
autotag_uninstall |
./autotag.install |
Implementation of hook_uninstall |
|
|
_autotag_fields_to_search |
./autotag.module |
Function simply returns an array of fields to search when given a node |
1 |
|
_autotag_fields_to_search_post |
./autotag.module |
|
1 |
|
_autotag_get_ignore_terms |
./autotag.module |
Gets the terms that this node will ignore |
1 |
|
_autotag_get_vids_for_type |
./autotag.module |
Return an array of vids which apply to a specific node type |
6 |
|
_autotag_search_field |
./autotag.module |
Takes a field and term and checks for a match. Field can be an array, or
a single string. If an array, it recurses till it gets a string |
2 |
|
_autotag_search_node |
./autotag.module |
Following function gets the terms from the database, and does the tagging |
1 |
|
_autotag_search_post |
./autotag.module |
Following function takes the posted shit in a form, and searches it. EASY! |
1 |
|
_autotag_update_table |
./autotag.module |
Inserts ths stuff into the autotag table |
1 |
|