deathwish
Junior Member
 
Posts: 3
Joined: Apr 2012
Reputation: 0
|
RE: Unique forumbit
(08-06-2011 04:07 PM)maniacmusic Wrote: (03-01-2011 12:44 PM)Jasonl1331 Wrote: ACP > Templates & Style > *Your Theme* > Forum Bit Templates > forumbit_depth3
Replace EVERYTHING with
Code:
<li>{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></li>
ACP > Templates & Style > *Your Theme* > Forum Bit Templates > forumbit_depth3
Replace EVERYTHING with
Code:
<style type='text/css'>
.groupsub
{
list-style: none;
margin: 0;
padding: 0;
font-size: 11.5px;
}
.groupsub li
{
width: 40%;
float: left;
}
</style>
<br /><ul class="groupsub">{$sub_forums}</ul>
So im supposed to replace the same thing twice? lol That didnt worked for me xD
Once you fixed that line could you also explain the second variant, mybbsource is using?
I mean the sub categorys lining up next to each other instead of under each other.
Thank you!
they meant this template: forumbit_subforums i searched and found it after looking and comparing the codes together.
|
|
| 04-22-2012, 08:00 AM |
|