But when I use the panel to its disappeared: http://prntscr.com/6tcopg
How to recover?
How to recover?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
When you enable the user panel it disables the visitor panel. You would need to remove the conditional in the sidebar_visitor_panel template that controls that. Not at my PC at th moment so I can't check for the exact template code.
<xen:if is="{$visitor.user_id}">
<div class="section visitorPanel">
<div class="secondaryContent">
<xen:avatar user="$visitor" size="m" img="true" />
<div class="visitorText">
<center><font face="sans-serif, arial, verdana"><img src="http://dreamgaming.fr/favicon.ico"> {xen:helper username, $visitor, {$user.followed}, ' followed'}</font></center>
<div class="stats">
<xen:hook name="sidebar_visitor_panel_stats">
<dl class="pairsJustified"><dt>{xen:phrase messages}:</dt> <dd>{xen:number $visitor.message_count}</dd></dl>
<dl class="pairsJustified"><dt>{xen:phrase likes}:</dt> <dd>{xen:number $visitor.like_count}</dd></dl>
<dl class="pairsJustified"><dt>{xen:phrase points}:</dt> <dd>{xen:number $visitor.trophy_points}</dd></dl>
</div>
</xen:hook>
</div>
</div>
</div>
<xen:else />
<div class="section loginButton">
<div class="secondaryContent">
<label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label>
<xen:include template="xb_socialLogins" />
</div>
</div>
</xen:if>
<xen:include template="ad_sidebar_below_visitor_panel" />
Ok thanksWhen you enable the user panel it disables the visitor panel. You would need to remove the conditional in the sidebar_visitor_panel template that controls that. Not at my PC at th moment so I can't check for the exact template code.
Ok, but I have to do anything for the visitor sidebar panel is displayed?