You are here

Functions in Community Tags 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
community_tags_add_tags ./community_tags.module Add tags to given node, attributed to given user, for all the given terms. Other modules or plugins may call this to add tags as a consquence of some action that is not explicitly a tagging operation. 5
community_tags_authcache_authcache_ajax community_tags_authcache/community_tags_authcache.module Implements hook_authcache_ajax().
community_tags_authcache_callback community_tags_authcache/community_tags_authcache_callback.php Authcache callback function for community tags.
community_tags_authcache_community_tags_tags_added community_tags_authcache/community_tags_authcache.module The CT form is cached along with the rest of the node page with mytags removed from the form. Users tags are loaded by authcache and cached by the browser. If any tags are added or removed from node, the cached node page is invalidated which in turn…
community_tags_authcache_community_tags_tags_removed community_tags_authcache/community_tags_authcache.module
community_tags_authcache_form_community_tags_form_alter community_tags_authcache/community_tags_authcache.module Remove the personalised data in the form - i.e. my tags - these will be loaded via authcache ajax.
community_tags_authcache_install community_tags_authcache/community_tags_authcache.install Implementation of hook_install().
community_tags_authcache_uninstall community_tags_authcache/community_tags_authcache.install Implementation of hook_uninstall().
community_tags_batch_finished ./community_tags.batch.inc Batch 'finished' callback 1
community_tags_block ./community_tags.module Implementation of hook_block().
community_tags_community_tags_json_alter ./community_tags.ajax.inc Default json handler adds an updated cloud to the response.
community_tags_community_tags_tags_removed ./community_tags.module Implementation of hook_community_tags_tags_removed(). Remove redundant terms if configured to do so.
community_tags_condition_is_first_tag community_tags_rules/community_tags_rules.rules.inc Rules condition that returns true if the node has not been tagged with the tag term before.
community_tags_condition_tagger_is_author community_tags_rules/community_tags_rules.rules.inc Rules condition that returns true if the user doing the tagging is the node author.
community_tags_content_extra_fields ./community_tags.module Implement CCK's hook_content_extra_fields().
community_tags_delete_all_form ./community_tags.admin.inc Confirmation form for tag purge. Assumes defaults. 1
community_tags_delete_all_form_submit ./community_tags.admin.inc Submit handler for community_tags_delete_all_form().
community_tags_delete_broken_tags_form ./community_tags.admin.inc Confirmation for deleting broken tags. 1
community_tags_delete_broken_tags_form_submit ./community_tags.admin.inc Submit handler for broken tag deletion form.
community_tags_delete_tags_batch_process ./community_tags.batch.inc Batch process for deleting tags and optionally their corresponding node terms. 1
community_tags_enable ./community_tags.install Implementation of hook_enable().
community_tags_flatten ./community_tags.module Helper function for the JS tagger. 4
community_tags_form ./community_tags.pages.inc Quick tag form. 4
community_tags_form_alter ./community_tags.module Implementation of hook_form_alter().
community_tags_form_submit ./community_tags.pages.inc Submit callback for quick tag form.
community_tags_from_js ./community_tags.ajax.inc Callback for the JS tagger. 1
community_tags_get_content_type_settings ./community_tags.module 3
community_tags_get_user_node_tags ./community_tags.module Retrieve list of tags for a given node that belong to a user. 5
community_tags_get_user_node_tags_and_terms ./community_tags.module Retrieve list of tags for a given node that belong to a user. 2
community_tags_help ./community_tags.module Implementation of hook_help().
community_tags_install ./community_tags.install Implementation of hook_install().
community_tags_link ./community_tags.module Implementation of hook_link(). Add tag links to teasers etc.
community_tags_menu ./community_tags.module Implementation of hook_menu().
community_tags_mypage ./community_tags.pages.inc Menu callback:
community_tags_nodeapi ./community_tags.module Implementation of hook_nodeapi(). Community tags hooks should be called after taxonomy module hooks - see system weight in community_tags.install.
community_tags_node_batch_finished community_tags_node/community_tags_node.batch.inc Batch 'finished' callback 1
community_tags_node_community_tags_admin_operations community_tags_node/community_tags_node.module Implementation of hook_community_tags_admin_operations(). Return a rebuild link if tags and node terms are not in sync.
community_tags_node_community_tags_admin_status community_tags_node/community_tags_node.module Implementation of hook_community_tags_admin_status(). Return the any out of sync messages.
community_tags_node_community_tags_tags_added community_tags_node/community_tags_node.module Implementation of hook_community_tags_tags_added(). Implement this rather than hook_community_tags_tag() as we only want to do this when a tag is actually added.
community_tags_node_community_tags_tags_removed community_tags_node/community_tags_node.module Implementation of hook_community_tags_tags_removed(). Don't process if tags being removed because node is being deleted or term is being deleted as taxonomy module will take care of deleting node terms.
community_tags_node_form_community_tags_delete_all_form_alter community_tags_node/community_tags_node.module Implementation of hook_form_FORM_ID_alter() for delete community tags confirmation form.
community_tags_node_form_community_tags_node_tag_mgmt_confirm_alter community_tags_node/community_tags_node.module Implementation of hook_form_FORM_ID_alter() for community tag managment operation confirmation form.
community_tags_node_form_community_tags_node_tag_mgmt_form_alter community_tags_node/community_tags_node.module Implementation of hook_form_FORM_ID_alter() for community tag managment form.
community_tags_node_form_community_tags_sub_settings_alter community_tags_node/community_tags_node.module Implementation of hook_form_FORM_ID_alter() for community tags settings form.
community_tags_node_install community_tags_node/community_tags_node.install Implementation of hook_install().
community_tags_node_menu community_tags_node/community_tags_node.module Implementation of hook_menu().
community_tags_node_nodeapi community_tags_node/community_tags_node.module Implementation of hook_nodeapi(). Handle taxonomy on the node edit page and synchronise with CT where necessary.
community_tags_node_node_tag_mgmt_confirm_submit community_tags_node/community_tags_node.module Submit handler for tag mgmt operation confirm form. 2
community_tags_node_rebuild_form community_tags_node/community_tags_node.admin.inc Confirmation form for tag rebuild. 1
community_tags_node_rebuild_form_submit community_tags_node/community_tags_node.admin.inc Rebuild confirmation form handler. Starts batched rebuild operation.

Pages

Other projects