How can I give all my users the ability to Maxmize and Minimize portlets abilities only?
For guest we can do in portal-ext.properties while for users u need to customize portlet.vm file of your theme. it can be done like this #if ($permissionChecker.isCompanyAdmin($company_id)) $theme.iconOptions() $theme.iconClose() #end so admin only can see all icon . and all other users will get only maximize and minimized icon. Don’t forget to stop and start the server after modifying vm files.
Related Questions
- When I play cards like Rigorous Discipline and copy abilities that refer to the abilitys owning character by name, how do I interpret the results?
- Does the library maintain and utilize quantitative and qualitative measures of its ability to serve its users?
- How can I give all my users the ability to Maxmize and Minimize portlets abilities only?