XF 2.0 Sidebar on every page of site

You add the widgets you want to the positon public

Unfortunately that also ceates a RH sidebar on pages with a LH navigation (e.g. help pages and Media etc.
 
You can just add widgets and position to templates, e.g. I have added to forum_view

Code:
<xf:widget key="quicklinks" position="sidebar" />
<xf:widget key="forum_overview_members_online" position="sidebar" />
<xf:widget key="media_slider" position="sidebar" />
<xf:widget key="xfrm_forum_overview_new_resources" position="sidebar" />

Alternativly put those widget keys into one html widget(without wrapper = advanced mode ticked) and then just add that one to the templates.
 
Top Bottom