Yes, I found that, definitely an excellent resource
Now the issue I'm having is how do you institute that within a template being inserted via a callback? The conditional isn't being recognized, so I'm at a bit of a loss as to how best to handle it. Still figuring things out here
<xen:if is="!{xen:helper ismemberof, $visitor, 3}">
Output text
</xen:if>
Which Gives me:
Template Errors:
Argument 1 passed to XenForo_Template_Helper_Core::helperIsMemberOf() must be an array, null given in /httpdocs/test-forum/library/XenForo/Template/Helper/Core.php
Argument 1 passed to XenForo_Model_User::isMemberOfUserGroup() must be an array, null given, called in /httpdocs/test-forum/library/XenForo/Template/Helper/Core.php and defined in /httpdocs/test-forum/library/XenForo/Model/User.php
Hi Brogan, thank you for taking the time. In this particular case I'm entering the conditional statement in inside the "template modification" editor, and that's resulting in the error posted above.