[RSS Feed/News] Additional info in member tooltip

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi
I'm trying to add additional info in members' tooltip (member_tooltip template),
But want to target only members from a specific user group.
i.e. I want to add information from the about field in the profile of users from usergroups 3,100,150.

How can I target only those usergroups?
I've tried:
<xf:if is="in_array($user.secondary_group_ids, [3,100,150])">
But got nothing...

Thanks!!

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