You are here

constant COMMUNITY_TAGS_MODE_TAB in Community Tags 6.2

Same name and namespace in other branches
  1. 5 community_tags.module \COMMUNITY_TAGS_MODE_TAB
  2. 6 community_tags.module \COMMUNITY_TAGS_MODE_TAB
  3. 7 community_tags.module \COMMUNITY_TAGS_MODE_TAB
4 uses of COMMUNITY_TAGS_MODE_TAB
community_tags_content_extra_fields in ./community_tags.module
Implement CCK's hook_content_extra_fields().
_community_tags_is_tagging_view_visible in ./community_tags.module
Check that tagging form is configured for display for given node in given context. Does not check user access.
_community_tags_node_type_form_alter in ./community_tags.admin.inc
"Private" implementation of hook_form_alter().
_community_tags_tab_access in ./community_tags.module
Menu access callback; Check if the user can access the 'Tags' local task on node pages.

File

./community_tags.module, line 12
Implements community tagging of nodes using a specific vocabulary for Drupal v6.x

Code

define('COMMUNITY_TAGS_MODE_TAB', 1);