Message Boards

Hiding Tags, Categories, Comment in Organization and User section via cnfg

Jay Trivedi, modified 2 Years ago.

Hiding Tags, Categories, Comment in Organization and User section via cnfg

New Member Post: 1 Join Date: 9/8/21 Recent Posts

Hi,

Liferay 7.3 we traverse Control Panel -> User and Organization
* When we create new organization we can see few fileds appearing i.e. Custom Fields, Tags, Cagtegories.

IS there any way in Liferay 7.3 we can hide this via configuration ? Any hints please.

thumbnail
Olaf Kock, modified 2 Years ago.

RE: Hiding Tags, Categories, Comment in Organization and User section via c (Answer)

Liferay Legend Posts: 6396 Join Date: 9/23/08 Recent Posts

For specific Custom Fields, you can set permissions. If you don't want to see all the custom field options (especially when there is none), I'm not sure where the configuration went: Earlier versions used to have a portal.properties entry (organizations.form.update.miscellaneous), but that seems to be gone.

You still have the option to override the user interface. If you can do it with CSS only (e.g. display:none), you might want to work on the admin-theme and introduce CSS there (or through a ThemeContributor). The most intrusive (and maintenance intensive) would be to create JSP fragments for the user interfaces that you'd like to change.