Fury Active Member Joined Jan 3, 2014 Posts 1,283 Reacts 0 Reputation 0 Credits 0 Jan 25, 2014 #1 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
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. Joined Jun 9, 2013 Posts 198 Reacts 0 Reputation 0 Credits 0 Jan 26, 2014 #2 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"> Click to expand... 3. forumdisplay_subforums Find and remove one of these: Code: <td class="tcat" width="2%"> </td> If you require any assistance with this, PM me and I can help you over TeamViewer.
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"> Click to expand... 3. forumdisplay_subforums Find and remove one of these: Code: <td class="tcat" width="2%"> </td> If you require any assistance with this, PM me and I can help you over TeamViewer.
Fury Active Member Joined Jan 3, 2014 Posts 1,283 Reacts 0 Reputation 0 Credits 0 Jan 26, 2014 #3 http://www.callofgfx.com/ I think i messed it up but it should be working :/