My apologies for the lack of clarity ....
The mod displays an icon at the bottom of EVERY post, that effectively let's members of specific user groups ie: <vb:if condition="is_member_of($bbuserinfo,5,6,7,9,10) see that icon. When they click on it, they can view a Google Map of the user's IP location and it's pretty accurate.
Some members have asked if they could OPT OUT of having that icon displayed at the bottom of their posts, so I thought (perhaps incorrectly), that I could add another condition to the mod that would ONLY display that IP icon at the bottom of any posts if the user id WAS NOT in the !in_array($bbuserinfo['userid'], array(x,y,z))">
Effectively, the IP icon would not appear (the mod doesn't execute) if they are a member of that array group.
Does that help Lynne?
I think the condition to OPT OUT probably belongs in the PLUGIN shown in the first post instead of the template shown?
Although, perhaps you're right and I should be checking to see if the post ID belongs to a certain userid and therefore it wouldn't show the IP icon for only those member's posts?
Thanks again ...
Regards,
Doug