Resource icon

How to Add More Sidebar Menus to Forum Index with Template Edits

M@rc

Well-known member
M@rc submitted a new resource:

How to Add More Sidebar Menus to Forum Index with Template Edits (version 1.0) - Guide on how to add more sidebar menus to a forum index with template edits

Create the template :

Admin Control Panel -> Appearance -> Styles & Templates -> Templates ( make sure you have selected the right style ) -> Create New Template

Add the following contents below and give your template a name :

Code:
<div class="section">
 
<div class="secondaryContent">
 
<h3>Title of SideBar</h3>
 
<p>Content goes here...</p>
 
</div>
 
</div>

Then save.
Of course, to edit what you see - replace the text Title of SideBar with...

Read more about this resource...
 
Top Bottom