XF 1.5 How to add default sidebar in a custom page node

abdfahim

Well-known member
Hi,

I want to add the default sidebar (same as what's displayed in the home page) in a custom page node. How can I do that?

Thanks
 
A (blank) sidebar can be added using:
<xen:sidebar>
Sidebar content
</xen:sidebar>

It would require custom development, or a third party add-on (if one exists), to add the content which is present in the forum list sidebar.
 
Top Bottom