MyBB Community Forums

Full Version: BlackEvo4 Theme problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Screenshots-

[Image: 2qj8t38.jpg]

[Image: 2vi5avn.jpg]

[Image: 2h39aw5.jpg]

[Image: ixs1li.jpg]

I am having this(pics above) problem. When i write something in description section in the category i can't see it properly bcoz there is "forum" written previously. And its in the theme, I can't remove it from edit forum page. I am using BlackEvo4 theme.

Please tell me how to remove it, please help me.
Nobody here to reply to this thread...problem still unsolved...plz help me...
You're right. It's a problem with the theme, but it can be fixed. Just find this piece of code in the forumbit_depth1_cat template:
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>


And replace it with this:
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong> <span class="smalltext">{$forum['description']}</span></div>
thank you very much problem solved......