2013-08-13, 08:28 PM
Hello i am trying to follow this tutorial (http://community.mybb.com/thread-77018.html) and accomplish getting this to happen:
![[Image: 1212096066_altforum.png]](https://camo.mybb.com/a934f75f5c35fb6a6d3ad20e757e8288d95b0747/687474703a2f2f7777772e626c61636b696e63692e636f6d2f75706c6f6164732f706f7374732f323030382d30352f313231323039363036365f616c74666f72756d2e706e67)
but after following all the steps i can only manage to get it to do this:
![[Image: 0e4bab757c0687c1621bc75d50ec3a1c.png]](https://camo.mybb.com/29c5d09c7f76fb83d935d41e5c336826aded8fa3/687474703a2f2f6779617a6f2e636f6d2f30653462616237353763303638376331363231626337356435306563336131632e706e67)
I have even tried changing the Css attribute to
and changed the html in the subforum templates to
But i still cant get this tutorial it work.
I am modifying a design and wanting this as one of the features in the design.
Thanks
but after following all the steps i can only manage to get it to do this:
I have even tried changing the Css attribute to
.forumlar {list-style: none; margin: 0; padding: 0;
}
.forumlar li {width: 50%; float: left;
}
and changed the html in the subforum templates to
<br />{$lang->subforums}<br /><ul class="forumlar">{$sub_forums}</ul>
But i still cant get this tutorial it work.
I am modifying a design and wanting this as one of the features in the design.
Thanks