Max_69 Member Feb 27, 2014 #1 Hi, group guests can see who is online, this is not correct, how can I fix it? thanks
P Paul B XenForo moderator Staff member Feb 27, 2014 #2 There is no permission setting for that. You can wrap the content in a guest conditional statement. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Feb 27, 2014 #4 There's a link in my signature. Upvote 0 Downvote
Max_69 Member Feb 27, 2014 #7 Ok, but this code: Code: <xen:if is="{$visitor.user_id}"> This content will show to logged in members </xen:if> in which template should be inserted? Upvote 0 Downvote
Ok, but this code: Code: <xen:if is="{$visitor.user_id}"> This content will show to logged in members </xen:if> in which template should be inserted?
P Paul B XenForo moderator Staff member Feb 27, 2014 #8 Whichever content you want to hide from guests. Upvote 0 Downvote