MyBB Community Forums

Full Version: Category name into forumbit_depth2_forum template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone create a plugin that adds the category name into the "forumbit_depth2_forum" template next to the forum name (I want in the left side)?

Please! I will really appreciate it!
What do you exactly mean? can you make a screenshot explaining it?
<div class="forumheader"><strong><a href="{$forum_url}">{$forum['name']}</a></strong></div><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read"  title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}">Forum Cat<a href="<?=get_forum_link($forum['pid'])?>"></a></div>

I have removed the table from the "forumbit_depth2_forum" and created divs that contain the forums, inside those divs I have created two divs in the top of this div. One for the forum name, and the other for the cat name.
How can I put the suitable category name for every forum? (I cannot use the {$forum['name']} function, it gives me the forum name, and not the category name). Any plugin that I can use for this purpose? 

I want to change the "CatName" text to the category name.

[Image: 54WsBTz.jpg]