MyBB Community Forums

Full Version: subforum question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I delete subforum's icons so that there is no box where that icon should go?
Also, how can I delete "[icon] Forum Contains New Posts " things?
Bump.
I didnt get your first query, what box you are referring to. Can you post a screenshot.

For the second one,
In admin cp, goto templates, index page templates, index, and find and remove this
<dl class="forum_legend smalltext"><dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt><dd>{$lang->new_posts}</dd><dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt><dd>{$lang->no_new_posts}</dd><dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt><dd>{$lang->forum_locked}</dd></dl>
(2012-11-06, 05:18 PM)mmadhankumar Wrote: [ -> ]I didnt get your first query, what box you are referring to. Can you post a screenshot.

For the second one,
In admin cp, goto templates, index page templates, index, and find and remove this
<dl class="forum_legend smalltext"><dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt><dd>{$lang->new_posts}</dd><dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt><dd>{$lang->no_new_posts}</dd><dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt><dd>{$lang->forum_locked}</dd></dl>

My problem is this :


[Image: i1P26vaGcjawU.PNG]