There seems to be a reserved page url “/manage” that is accessed by the “user persona bar” icon in the upper right corner of the classic theme. for example when i click the “Notifications” menu entry.
so the url will look like <current site url>/manage?p_p_id=com_liferay_notifications_web_portlet_NotificationsPortlet&p_p_lifecycle=0&_com_liferay_notifications_web_portlet_NotificationsPortlet_backURL=
Can someone tell me how to customize this page? For example assign a Master Page Template to it?
Thanks for your question - and welcome to Discuss!
These URLs are all part of the core Admin pages of Liferay - in fact you’ll see “control_panel” as the “parent” level above the manage part. As such they are not customisable, it’s not possible to create your own variations of them using Master Pages or Display Page Templates.
There is a Headless API family though for Notifications - which would give you an opportunity to build a custom page (e.g. via a JavaScript Client Extension). You can find the details at:
Because of this, there’s also (not that I’ve tried it mind you) the option to use a Data Set to map onto that API is available - which would give you a no-code approach to creating a custom view, but obviously less control over the UI then using a Client Extension
Have a look at our documentation to get more ideas: