MyBB Community Forums

Full Version: Category description
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The description of the category is crossed by a line.

Help me remove/fix it please.
[attachment=22769]

My test forum is this

Regards.
I guess thead image is small in height. You can remove the line break in order to make it on one line. (Since thead image is small so I guess this is the only solution left behind)

Go to: ACP > Templates > Your theme's template > Forumbit templates > forumbit_depth1_cat > and find;
{$forum['name']}</a></strong><br />
and Change it into;
{$forum['name']}</a></strong>&nbsp;-&nbsp;
I found the line :
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br&nbsp;/><div class="smalltext">{$forum['description']}</div></div>
And i changed to
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong>&nbsp;-&nbsp;<div class="smalltext">{$forum['description']}</div></div>
And i got only a line near the category title.

" Beta forum - "

And the description it's still there.
So you want to remove description of the Category ? Edit it in its Forum's Settings.
No, i want the description the be under that line. Not crossed by the line (from the thead image)
Or to remove the line. NOT the description.
Then increase the size of cat.gif image using any photo editing software like Photoshop or Gimp.