Documentation Center

Enabling processing of UGC TCDL tags

You need to add a tag bundle to your dynamic configuration file, cd_dynamic_conf.xml to enable UGC to process User Generated Content TCDL tags at runtime.

About this task

The default Template Building Blocks for UGC create TCDL tags, which are published "as is" to the website, and are processed at request time.

Procedure

  1. Access the configuration directory of this Server Role.
  2. Open cd_dynamic_conf.xml for editing.
  3. In the <TCDLEngine> section, insert the following element just before the end tag:
    <TagBundle Resource="ugc_renderer_bundle.xml"/>
  4. Save and close cd_dynamic_conf.xml.