Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Hiding Tags, Categories, Comment in Organization and User section via cnfg
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.
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.