Changes from Version 1 of Tags

Show
Ignore:
Author:
demian (IP: 79.65.65.0)
Timestamp:
01/05/09 22:47:04 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tags

    v0 v1  
     1= How to enable tags = 
     2 
     3Enabling tag support for cms is simple: 
     4 
     5 * Make sure tag module is installed 
     6 * Change the way ContentMgr classifies content in var/config/cms.ini, and ensure that it includes "tags" 
     7 
     8Example: 
     9 
     10 
     11{{{ 
     12[ContentMgr] 
     13classification  = "categories,tags" 
     14}}} 
     15 
     16Tagging support for content & categories should be enabled at this point