jaikumar1
8 years agoMentor
How to alter Mobile header component
Hi,
I am looking into alter the "Mobile Header" component of my mobile v1 community version.
In the component, i need to add "Register" link, and also i need to add the Private Message link even if there is no new message received, and the component used in Mobile layout. So please guide me on this.
jaikumar1- There is no OOTB component for only register link, However, You can use <component id="common.widget.user-navigation"/> and hide the extra links using CSS.
For private message you can use below component.
<component id="notes.widget.summary"/>It will appear, even if you don't have new message.