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
How to remove items from default user menu ?
I have a fresh installation of Liferay Community 7.3 bundled with Tomcat. I created a new site and a user and used the default Theme.
When I login with that user, I have in the right top corner an avatar that when I click on it it expands in a multi option menu - like the one on this page :) . I want to customize it and remove the majority of them and let only the Account Settings and Sign Out options.
Which should be the direction to tacke this one ?
Hi,
You can create module with reference to PersonalMenuEntry class for adding and customising Personal Menu entry, Pls refer below for more information
https://help.liferay.com/hc/en-us/articles/360034978292-Customizing-the-Personal-Menu
For existing entries that need to be removed, u can set false in isShow() method.
Powered by Liferay™