MyBB Community Forums

Full Version: Add Forum Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hai
Need some help

and yes ive been searching and searching soon 2 hours
tried some including Ficons v3.0

But they dont work for some reason, can anyone link me a plugin that will work for myBB 1.6x
Ficons works perfectly. You have to edit your forumbit templates properly for them with their plugin call. Try Ficons again... and look at your forumbit templates.
Hey thanks for taking time, yes i tried following those Troubleshoot guides.
But some of the Codes i need to find and replace isnt in the Forumbit and im kinda new to MyBB so cant really figure out why they aint in there.

What it tells me to do:

Template Troubleshooting:
There are 4 total template edits.

forumbit_depth1_cat
Find <td class="thead" colspan="5">
Change to <td class="thead" colspan="6">

Find <td class="tcat" colspan="2">
Change to <td class="tcat" colspan="3">

forumbit_depth2_forum
Find <td class="{$bgcolor}" valign="top">
Before it add 
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>

But the <td class="tcat" colspan="2">
and <td class="{$bgcolor}" valign="top"> aint in there
What theme are you using? Those directions are for the default MyBB theme only... the code you really need is:
<img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" />
you put that where you want your forum icons... with a little bit of html knowledge you'll get them showing where you want in no time.
The template locations are the same for any theme. Forumbit is where you'll need to put them as in the directions.. just don't relay on the unrelated code since it's referring to the default MyBB theme.
I fixed it THANKS !