XenForo Additional info in member tooltip

O

Orit

Guest
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!!

Continue reading...