jamalfree Active member Jan 2, 2018 #1 how to hide one widget or more to showing by visitors example Online statistics Last edited: Jan 2, 2018
Chris D XenForo developer Staff member Jan 3, 2018 #2 You can do this with a HTML widget. Code: <xf:if is="$xf.visitor.user_id"> <xf:widget class="XF:OnlineStatistics" /> </xf:if> Upvote 0 Downvote
You can do this with a HTML widget. Code: <xf:if is="$xf.visitor.user_id"> <xf:widget class="XF:OnlineStatistics" /> </xf:if>
jamalfree Active member Jan 3, 2018 #3 Chris D said: You can do this with a HTML widget. Code: <xf:if is="$xf.visitor.user_id"> <xf:widget class="XF:OnlineStatistics" /> </xf:if> Click to expand... thank you chris where i put this code Upvote 0 Downvote
Chris D said: You can do this with a HTML widget. Code: <xf:if is="$xf.visitor.user_id"> <xf:widget class="XF:OnlineStatistics" /> </xf:if> Click to expand... thank you chris where i put this code