2012-11-11, 09:42 PM
2012-11-11, 09:49 PM
Refer 2 column subforums tutorial in User submitted tutorial section.
2012-11-11, 09:56 PM
Could you link me to it please?
2012-11-11, 10:05 PM
2 column subforums with CSS
Author: Blackinci (thanx)
It is more useful than the plugin that it does. It doesnt run any MySQL quieries...
Please follow the steps which are below:
Admin CP=> Templates=> Edit/Delete=>The Theme that you use => Forumbit Templates => forumbit_depth3 Open:
Replace with:
<li>{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></li>
Admin CP=> Templates=> Edit/Delete=>The Theme that you use=>Forumbit Templates=> forumbit_subforums Open:
Replace with:
<br />{$lang->subforums}<br /><ul class="alt_forumlar">{$sub_forums}</ul>
Now, css codes are being added:
Admin CP=> Themes=> Edit/Delete=> Theme that you use => Additional CSS
.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}
That's all.
Regarding Additional CSS:
You may include in global.css or need to create the additional css following these steps:
Your theme > Add stylesheet (the middle tab)
Set the name additional
Select: write my own content
Copy-paste two lines of css
save it.
Also:
Increase the no. of subforums to show from your
ACP > Configuration > Settings > Forum Home Options > Subforums to show on Index listing
by default its set to '2'.
Author: Blackinci (thanx)
It is more useful than the plugin that it does. It doesnt run any MySQL quieries...
Please follow the steps which are below:
Admin CP=> Templates=> Edit/Delete=>The Theme that you use => Forumbit Templates => forumbit_depth3 Open:
Replace with:
<li>{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></li>
Admin CP=> Templates=> Edit/Delete=>The Theme that you use=>Forumbit Templates=> forumbit_subforums Open:
Replace with:
<br />{$lang->subforums}<br /><ul class="alt_forumlar">{$sub_forums}</ul>
Now, css codes are being added:
Admin CP=> Themes=> Edit/Delete=> Theme that you use => Additional CSS
.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}
That's all.
Regarding Additional CSS:
You may include in global.css or need to create the additional css following these steps:
Your theme > Add stylesheet (the middle tab)
Set the name additional
Select: write my own content
Copy-paste two lines of css
save it.
Also:
Increase the no. of subforums to show from your
ACP > Configuration > Settings > Forum Home Options > Subforums to show on Index listing
by default its set to '2'.
2012-11-12, 01:41 PM