iftomkins
11 years agoMaven
Mobile profile header on My Kudos page
I'm modifying our mobile site, and I want to have this component <component id="profile-header"/> appear at the top of the MobileMyKudosPage (both received and given). I've added it to the XML bu...
- 11 years ago
Hi,
you can use the following component:
<@component id="common.widget.user-name" user="conv:${user.login}" />
it take care of showing the username, linking to the user profile page and adds the left and right rank icons if present.
Just did a quick test and seems to work fine on mobile as well...