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.
 
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.
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" />

Its my code
 
By default the user panel actually shows up fine:

Screenshot_13.png


You can try reverting your sidebar_visitor_panel to go back to the default zipped layout if you want. You'll lose any customizations you may of done.
 
I still don't understand what you mean, our styles do not come with an "active user panel" feature. You may be referring to an add-on. I've shown you above by default Zipped has a user panel. I'd need a login to provide further support.

PM ME as this is an open forum
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back