How to hide some configuration tabs by WebContentDisplay-Portlet. I would let only the main configuration and deactivate the rest of tabs or hide them.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to hide tabs for configuration of all portlets than you can add this to your css
If you want to hide them, or even not render them, than you should create hook and in it modify this jsp
, also take a look at
For example, in tabs1.jsp find
below that enter
note that 56 is id of “Web Content Display” portlet.
After that you can change (beneath it)
to
and same logic for other tabs.
Be aware that hooks are applied to all communities, user pages …