01-15-2019, 11:02 PM
To remove the sidebar go to index template, delete all the div of class "side" (from line 15 to 74).
Then edit this code (line 14):
To :
Then edit this code (line 14):
Code:
<div class="forum" style="float: left;">{$forums}{$boardstats}</div>
Code:
{$forums}{$boardstats}