Mr Lucky Well-known member Dec 2, 2017 #2 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. Upvote 0 Downvote
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.
Mr Lucky Well-known member Dec 2, 2017 #3 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. Upvote 0 Downvote
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.
Sal Collaziano Well-known member May 3, 2018 #4 Is there a way to create a widget only shown to guests? Upvote 0 Downvote