XF 2.2 Additional info in member tooltip

Orit

Active member
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!!
 
Top Bottom