MFA Baybars
Member
Hello, I made the user banners in the image.
When I get on the banner, I want to show the group names like admin moderator ...
I can call the user name with the code {$ fallbackName} but I don't know what to write for the group name. Help please
my message_macros code
When I get on the banner, I want to show the group names like admin moderator ...
I can call the user name with the code {$ fallbackName} but I don't know what to write for the group name. Help please
my message_macros code
Code:
<div class="message-userDetails">
<h4 class="message-name"><xf:username user="$user" rich="true" defaultname="{$fallbackName}" itemprop="name" /></h4>
<div class="myUserBanner">
<xf:userbanners user="$user" tag="span" data-xf-init="tooltip" data-original-title="What Should I Write Here" />
</div>
<xf:usertitle user="$user" tag="h5" banner="true" itemprop="jobTitle" />
</div>
Attachments
Last edited: