Disabling microblogging
You can remove microblogging functionality from your deployment by disabling the microblogging service reference in the LotusConnections-config.xml file. Microblogging is enabled by default in HCL Connections.
Before you begin
About this task
When you disable microblogging:
- Users cannot post status updates in HCL Connections
- Users cannot post messages to other users' profiles or to communities
- Status updates cannot be searched from the Search user interface
Note: Existing status updates are not removed from the user interface,
and are still visible in the Home page, Profiles, and Communities
applications.
Procedure
To disable microblogging in your deployment, complete
the following steps.
- Use the wsadmin client to access and check out the HCL Connections configuration files:
- Optional:
If you want to find out the current value of a property, you
can list the current configuration settings and values by using the
following command:LCConfigService.showConfig()
- To disable microblogging capabilities across HCL Connections, enter the following command:
LCConfigService.updateConfig("microblogging.enabled","false")
What to do next
Check the configuration files back in during the same wsadmin session in which you checked them out. For more information, see the Applying common configuration property changes topic.