• Welcome to ForumKorner!
    Join today and become a part of the community.

Forum Help

Fury

Active Member
Reputation
0
Hey guys Im in need of some help can anyone help me

Well i just got the forum Ficons Plugin.

And I only want the icons not the on off and offlock things

How may i only get the icons ??

This is for MyBB

my site is http://callofgfx.com/ for anyone that does not understand on what i mean above
 

Conan

Power member.
Reputation
0
Quite simple to do, only requires a few template edits.


1. forumbit_depth2_forum

Find and remove:
Code:
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>


2. forumbit_depth1_cat

Find:
Code:
<td class="tcat" colspan="3">

Change it to:
<td class="tcat" colspan="2">


3. forumdisplay_subforums

Find and remove one of these:
Code:
<td class="tcat" width="2%">&nbsp;</td>

If you require any assistance with this, PM me and I can help you over TeamViewer.