Example: Removing a collaboration feature from the TCM application
Depending on your enterprise requirements, you may need to disable some of the default features of the TCM application. For example, you may want to remove the delete action button for discussions. This would prevent anyone from deleting a topic from the teamspace.
The following procedure illustrates how to remove the delete action button.
- Open the TCMConfig.xml file for editing using a text editor or an XML editor.
- Locate the two (2) occurrences of the following line:
<action>DeleteTopic</action>
- For each occurrence, delete the line or comment it out so that it looks like this:
<!-- <action>DeleteTopic</action> -->
- Save and close all files. Recycle the Application Server (Tomcat, Weblogic, etc.) to eliminate any cached copies of the configuration files, then restart the Collaboration Engine.