XF 2.2 Sidebar display also in "What's New" and "New Posts".

What I did was In the template whats_new_posts add this at the bottom

<xf:widget key="sidebar_widget" />

Create an html widget eg with the id sidebar_widget

which contains all the widget ids listed that you want there, this is mine:

Code:
<xf:widget key="ad_en_supporters_classifieds"  />
<xf:widget key="sotm_latest"  />
<xf:widget key="np_sf_highlights  /">
 
Last edited:
Back
Top Bottom