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
Reducing navigation screens for default portlets
There is documentation how to add new items to existing navigation screens, but I am missing the opposite. Is there any smart way to remove navigation categories (horizontal items) or entries (vertical ones)? I'd like to remove various screens in User Admin portlet.
https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-1/screen-navigation-framework
In 6.2 it was sufficient to comment JSP tags :-(
Try returning false for isVisible() method in respective java file.
@Override public boolean isVisible(User user, User selUser) { return false; }
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™