denisx04 Active member Jan 9, 2016 #1 I for the life of me can't remember how to remove the member info box on the right side, I attached an image to show you what I am referring to. Any help is appreciated. Attachments Untitled.webp 5.1 KB · Views: 12
I for the life of me can't remember how to remove the member info box on the right side, I attached an image to show you what I am referring to. Any help is appreciated.
Amaury Well-known member Jan 10, 2016 #2 Template: sidebar_visitor_panel Comment out the entire code with <xen:comment></xen:comment>. Rich (BB code): <xen:comment> <xen:if is="{$visitor.user_id}"> ... <xen:include template="ad_sidebar_below_visitor_panel" /> </xen:comment> Upvote 0 Downvote
Template: sidebar_visitor_panel Comment out the entire code with <xen:comment></xen:comment>. Rich (BB code): <xen:comment> <xen:if is="{$visitor.user_id}"> ... <xen:include template="ad_sidebar_below_visitor_panel" /> </xen:comment>