[RSS Feed/News] Conditional to display larger avatar for certain user groups

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I'm trying to get this code to work, I'd like my postbit to show a larger avatar if the poster is a member of one of a list of possible user groups.
This is my code now, inserted into message_macros (where the avatar size line is located)... it doesn't break anything but it also doesn't work.
I changed this
Code:

<xf:avatar user="$user" size="m" defaultname="{$fallbackName}" itemprop="image" />
to this:
Code:

<xf:if is="in_array({$post.User.isMemberOf}...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom