MyBB Community Forums

Full Version: HOW TO REMOVE THIS ,PLZ HELP ME
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: 1hcto5.png]

how to remove this sectio
What plugins do you have installed?
I INSTALLED PL9 FORUM ICONS . BUT NOW I HAVE REMOVED THIS PLUGIN. PLZ HELP ME
Hey, calm down no need to use CAPS. Hold on a sec and I'll have a solution.
Can you post a link to the plugin?
Go to your forumbit_depth2_forum template and find
<if $mybb->settings['enable_pl9ForumIcons'] then><if $forum['forum_icon'] then><img src="{$forum['forum_icon']}" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /><else /><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></if><else /><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></if>

Replace it with:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
i have done it . but not working
Can you post a link to your forum?
Also, make sure you are doing it for every theme you have.
Can you post the contents of your Apart forumbit_depth2_forum template?
Pages: 1 2