XF 2.2 Always show sidebar?

NealC

Well-known member
How can I set the sidebar as shown on the homepage to be on all pages, or at least thread views, posts, etc.? As this is a main container for advertisements it helps to have it always displayed. Hide in narrower layouts though...
 
By setting widgets to appear on the pages you want, then I think there should automatically be a sidebar. You set each individual widget where to show.
Screenshot 2022-02-27 at 13.18.54.png
 
Last edited:
I think New posts sidebar may be a bit different if it isn't your default home page as configured in Basic options.

In that case you need to add the widget id and position to the template whats_new_posts (You can add at the top of the template)

e.g.

Code:
<xf:widget key="member_wrapper_find_member" position="sidebar" />
 
Top Bottom