zoldos Well-known member Apr 18, 2015 #1 I use this bit of code to display something only to registered members: Code: <xen:if is="{$visitor.user_id}"> My question is, what do I add to this to also display it ONLY to members of a particular user group? Thanks!
I use this bit of code to display something only to registered members: Code: <xen:if is="{$visitor.user_id}"> My question is, what do I add to this to also display it ONLY to members of a particular user group? Thanks!
P Paul B XenForo moderator Staff member Apr 18, 2015 #2 https://xenforo.com/community/resources/conditional-statements.1604/ Upvote 0 Downvote
zoldos Well-known member Apr 18, 2015 #3 Ah yes, forgot about that page. Thank you! Upvote 0 Downvote