Disabling the My Organization Communities view in Communities
You can control whether the My Organization Communities view is available in your organization's deployment of Communities by editing settings in the communities-config.xml file.
Before you begin
About this task
Procedure
- Use the wsadmin client to access and check out the Communities
configuration files.
- Open communities-config.xml in a text editor.
-
To disable the My Organization Communities view, add the following lines
after the <comm:tagCloud> element and before the <comm:communityHandle> element:
<!-- Community Page Configuration --> <comm:communityPages> <comm:item name="publicCommunities" value="disabled"/> </comm:communityPages>
- Save your changes.
- After making changes, you must check the configuration files back in, and you must do so during the same wsadmin session in which you checked them out for your configuration changes to take effect. You must also stop and restart the Communities server. See Applying property changes in Communities for information about how to save and apply your changes.