Add a sidebar without the visitor panel

XF 1 Tip Add a sidebar without the visitor panel

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,985
Points
823

Reputation:

LQD submitted a new resource:

Add a sidebar without the visitor panel - A useful option especially for Page nodes.

This resource is not affiliated with XenForo Ltd.

This functionality allows you to add a sidebar to a template, page, etc. without the visitor panel at the top.

So for example, this is how a standard sidebar is added to a page:
Code:
<xen:sidebar>
    <div class="messageText ugc baseHtml">
        This is a sidebar with the visitor panel
    </div>
</xen:sidebar>
And this is the result:
View attachment 597
Using the new variable though we can add this...

Read more about this resource...
 
Top