Forum Discussion

jaikumar1's avatar
jaikumar1
Mentor
7 years ago

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...
  • TariqHussain's avatar
    TariqHussain
    7 years ago

    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.