You are here

constant COMMUNITY_TAGS_MODE_INLINE in Community Tags 6.2

Same name and namespace in other branches
  1. 5 community_tags.module \COMMUNITY_TAGS_MODE_INLINE
  2. 6 community_tags.module \COMMUNITY_TAGS_MODE_INLINE
  3. 7 community_tags.module \COMMUNITY_TAGS_MODE_INLINE
2 uses of COMMUNITY_TAGS_MODE_INLINE
community_tags_content_extra_fields in ./community_tags.module
Implement CCK's hook_content_extra_fields().
community_tags_nodeapi in ./community_tags.module
Implementation of hook_nodeapi(). Community tags hooks should be called after taxonomy module hooks - see system weight in community_tags.install.

File

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

Code

define('COMMUNITY_TAGS_MODE_INLINE', 2);