eggzy's User Blog
Full width website
A quick tutorial that shows you have to make full width forums or anything else.
1. Open your index.php
2. And go to the code where you want to full forum start (usually after navigation).
Add this code in new line:
Example:
3. After that you can add html code for forum:
4. After that wee need to add following code:
5. Now before footer starts (because we want to show footer when in forum or forum_topic) we add following code:
Example:
So complete code look something like this:
I hope this helps
Also you can make other pages full width. Just add or $site="site"
Example:
This will full width clanwars
And if you want different front page (index) use this code:
