XenForo
Administrative
- Thread starter
- Admin
- #1
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
Code:
Read more
ادامه مطلب...
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:
Code:
<div class="message-userDetails">
<h4 class="message-name"><xf:username user="$user" rich="true" defaultname="{$fallbackName}" itemprop="name" /></h4>
<div...
Read more
ادامه مطلب...