How to Add Full Sidebar to Category View

thunderup

Active member
Okay, I want to have a separate page with a category full of boards, that is reached via a link...

Is it possible to have the category view page display the visitor side bar and all other side bar contents below it ?

If so, what code needs added, thanks!
 
Edit the category_view template and add:
<xen:sidebar>
Content
</xen:sidebar>

Ensure Create Pages for Categories is checked in Options.

Note that certain data will not be exposed for use on the category_view template, such as the forum statistics, etc.
 
Top Bottom