XF 1.5 Remove Member Info Box?

denisx04

Active member
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
    Untitled.webp
    5.1 KB · Views: 12
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>
 
Top Bottom