MyBB Community Forums

Full Version: [Tutorial] How to remove on off icons from the index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In this tutorial you'll find how to remove on , off and locked icon found at the bottom of your index.

A screenshot for icons we are going to remove:-

[Image: rkbwi0.png]


Its pretty simple,
1. Log in your ACP

2. goto templates & style

3. Your theme template, then its index template

4. Now click index, it will open index template in a editor

5. goto its end and you'll see this code



<dl class="forum_legend smalltext">
    <dt><img src="{$theme['imgdir']}/on.png" 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.png" 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.png" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
    <dd>{$lang->forum_locked}</dd>
</dl> 



6. Remove (delete) the above code from your index.

7. Save changes


That's it , You're done Big Grin


(2011-10-11, 05:34 AM)nadlerz Wrote: [ -> ]Thanks!
http://www.google.com.hk/search?&q=How+t...index+mybb

Yeah I searched too, But there was not a tutorial for that in mybb official web Wink

Thanks
(2011-10-12, 04:38 AM)Bapun Raz Wrote: [ -> ]Oh so simple one but nice Smile

Very helpful! thanks Smile
(2011-11-20, 04:08 PM)Crystal31 Wrote: [ -> ]Very helpful! thanks Smile

Welcome
Wow!! Thanks!

Thanks
(2011-11-26, 07:36 PM)John J. Wrote: [ -> ]Wow!! Thanks!

Thank tutorial simply!