MyBB Community Forums

Full Version: Forum icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Forum icon are showing up but theres i icon with a error image coming up how do i get rid of it?


http://monetizingmethodz.com/Forum_Icons/icon.gif


i erased the folder forum_icons because it was a plugin and it was stupid
I believe the folder CHMOD has to be 777.
Did you delete the mybb forum icons? copy the forum icons from mybb zip file

You can also use http://mods.mybb.com/view/pl9-forum-icons to set custom forum icons
okay got it fixed thanks and also........... do you see how its not lined up right?

why is it like that?
almost like its not even?


is this the correct code for

" forumbit_depth2_forum "


<tr>
<td class="{$bgcolor}" align="center" valign="middle" 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><td class="{$bgcolor}" align="center" valign="top" width="1"></td>
<td class="trow_h" valign="middle">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trow_h" valign="middle" align="right" style="white-space: nowrap">

<span class="lastpost">{$lastpost}</span>


<div class="test"><span style="float: left;">{$lang->forumbit_threads}:</span>{$threads}{$unapproved['unapproved_threads']}</div>
<div></div>
<div class="test"><span style="float: left;">{$lang->forumbit_posts}:</span>{$posts}{$unapproved['unapproved_posts']}</div>



</td>
</span>
</span>
</td>
</tr>