MyBB Community Forums

Full Version: Custom category i guess.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i make a category like this without a forum,just a HTML code?
[Image: AfcrTZp.png]

I know that it's a different forum software,but it's any plugin to make it like this?
you can insert required table / div elements code in between the categories by
using template conditionals plugin & manual code in forumbit_depth1_cat template

with the plugin installed, at the end of forumbit_depth1_cat template, you can use code like
<if  $forum['fid'] == X then>required table / div code </if>

note : X is forum id (number) of the category (which stays above the newly added code content)