You are here

Functions in Community Tags 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
community_tags_unitag_install community_tags_unitag/community_tags_unitag.install Implementation of hook_install().
community_tags_unitag_nodeapi community_tags_unitag/community_tags_unitag.module Implementation of hook_nodeapi(). On node insert and update unitag may have already pulled new terms for moderation and put them in $node->unitag_suggestions. We need to save the nid/uid/tag (no tid available yet) triple so the community tag can be…
community_tags_unitag_schema community_tags_unitag/community_tags_unitag.install Implementation of hook_schema().
community_tags_unitag_sub_settings_submit community_tags_unitag/community_tags_unitag.admin.inc "Private" implementation of extra submit handler for form community_tags_sub_settings. 1
community_tags_unitag_taxonomy community_tags_unitag/community_tags_unitag.module Implementation of hook_taxonomy(). Handle vocabulary deletion. Unitag doesn't do this yet so we'll do it here until it does.
community_tags_unitag_uninstall community_tags_unitag/community_tags_unitag.install Implementation of hook_uninstall().
community_tags_unitag_unitag_manage_suggestions_form_submit community_tags_unitag/community_tags_unitag.module Process manage suggestions form submission. 1
community_tags_unitag_user community_tags_unitag/community_tags_unitag.module Implementation of hook_user().
community_tags_untag ./community_tags.module Perform "user untags a node" operation. This should only be called directly as a result of user tagging activity. Usually via the CT interface but may be called by other modules providing their own interface. 1
community_tags_update_1 ./community_tags.install Update: Add tid column key.
community_tags_update_6001 ./community_tags.install Update: Add tid_nid 2 column index.
community_tags_user ./community_tags.module Implementation of hook_user().
community_tags_vids_for_node ./community_tags.module Check whether a given node has one or more community tagged vocabularies associated with its type. 7
community_tags_views_community_tags_json_alter community_tags_views/community_tags_views.module Implement hook_community_tags_json_alter. Returns the complete view in the ajax reponse.
community_tags_views_data community_tags_views/community_tags_views.views.inc
community_tags_views_handlers community_tags_views/community_tags_views.views.inc Implementation of hook_views_handlers() to register all of the basic handlers views uses.
community_tags_views_pack_views_api community_tags_views_pack/community_tags_views_pack.module Implementation of hook_views_api().
community_tags_views_pack_views_default_views community_tags_views_pack/community_tags_views_pack.views_default.inc Implementation of hook_views_default_views().
community_tags_views_plugins community_tags_views/community_tags_views.views.inc Implementation of hook_views_plugins
community_tags_views_views_api community_tags_views/community_tags_views.module Implementation of hook_views_api See community_tags.views.inc for the actual views integration
theme_community_tags ./community_tags.module Theme function to display a list of community tags via tagadelic.
theme_community_tags_form ./community_tags.pages.inc Theme the quick tag form.
theme_community_tags_links ./community_tags.module Theme function to display a list of community tags as simple links.
theme_community_tags_settings ./community_tags.admin.inc Theme function for community tags settings.
theme_community_tags_tag_mgmt ./community_tags.pages.inc Theming for tag management table.
theme_community_tags_ui_form community_tags_ui/community_tags_ui.module Basic theme function to add a node title to the popup.
_community_tags_add_css ./community_tags.module 2
_community_tags_add_js ./community_tags.module 2
_community_tags_add_tag ./community_tags.module Add a community tag. Nid and vid and user should be valid 1
_community_tags_authcache_invalidate_nodepage_authcache community_tags_authcache/community_tags_authcache.module Remove selected node pages that have been cached by authcache. 2
_community_tags_authcache_update_role_keys community_tags_authcache/community_tags_authcache.module Maintain the set of role combinations. Store in page cache so that it gets reset when the page cache is cleared. 1
_community_tags_cleanup_orphaned_tags_by_tids ./community_tags.module Check for orphaned node terms and delete if required - by default doesn't. Provides fix for [#984462] - "When a tag is no longer attached to any nodes, (provide option to) automatically remove it from its taxonomy vocabulary" 1
_community_tags_community_tags_block_cache_invalidate ./community_tags.module Clear the block cache for all users for the node page.
_community_tags_delete_redundant_term ./community_tags.module @todo set flag to skip tag delete attempt in community_tags_taxonomy() invocation 1
_community_tags_delete_tags ./community_tags.module Remove tags from the database as specified by $node, $user, and $term. 1
_community_tags_diff_tags_and_terms ./community_tags.module 1
_community_tags_display_handler_links ./community_tags.module Display all tags as simple links. 1
_community_tags_display_handler_none ./community_tags.module No all tag display. 1
_community_tags_display_handler_tagadelic ./community_tags.module Display all tags using tagadelic. Only called if tagadelic module is enabled. See _community_tags_get_tag_result() for definitions of $type and the arguments. 1
_community_tags_get_all_out_of_sync_missing_node_terms_counts community_tags_node/community_tags_node.admin.inc Get out_of_sync_missing_node_terms counts for all vocabulary and node type combinations.
_community_tags_get_all_out_of_sync_missing_tag_counts community_tags_node/community_tags_node.admin.inc Get out_of_sync_missing_tag_counts counts for all vocabulary and node type combinations.
_community_tags_get_count_of_broken_tags ./community_tags.admin.inc Get the number of broken tags. 1
_community_tags_get_display_handler ./community_tags.module Perhaps extend with ctools. Return configured display handler or default to 'links' if configured handler not available. 2
_community_tags_get_display_handlers ./community_tags.module 3
_community_tags_get_display_handler_options ./community_tags.module Get handler options for admin form. Interim measure pending pluggable display handlers. 1
_community_tags_get_node community_tags_node/community_tags_node.module Statically cache nodes which are updated if the node is saved via community_tags_node_save(). After normal node save subsequent node_loads would not get node terms added in the same request due to static caching of node terms in taxonomy_node_get_terms() 3
_community_tags_get_node_tags_for_mgmt ./community_tags.pages.inc Retrieve list of tags for a given node. 1
_community_tags_get_node_user_vid_tags ./community_tags.module Retrieve list of tags for a given node and user. Includes a count of the number of users who have tagged it. 2
_community_tags_get_out_of_sync_missing_nodeterm_counts community_tags_node/community_tags_node.admin.inc Get the number of missing term nodes i.e. community tags that don't have a matching node term (sync mode only). Also return the number of nodes that have missing node terms. 2
_community_tags_get_out_of_sync_missing_tag_counts community_tags_node/community_tags_node.admin.inc Get number of missing community tags i.e. node terms that don't have community tags. Also return the number of nodes that have missing ctags. 2

Pages

Other projects