- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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:
to this:
Code:
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}...