MyBB Community Forums

Full Version: vb 3.8 style forumbit template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to edit the forumbit templates (I can do it, but just wondering if it's already been done and released) so instead of being like:

-------------------------------
| Category Name               |
-------------------------------
| Forum    Trds  psts    Last |
-------------------------------
| Name       0     0      ?   |
| Name       0     0      ?   |
-------------------------------

It'll be like:
---------------------------------
|   Forum     Trds  Posts  Last |
=================================
|| Category Name               ||
=================================
| ForumName    0      0      ?  |
| ForumName    0      0      ?  |
=================================
|| Category Name               ||
=================================
| ForumName    0      0      ?  |
---------------------------------

Make sense?
Nevermind, already did it. I might post a tutorial on it later when I'm sure it works perfectly.