MyBB Community Forums

Full Version: Forum Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Do this:
Go to Admin CP -> Templates & Style -> Templates -> Theme Name -> Options -> Expand Templates -> Edit forumbit_depth2_cat

Find:
<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>

Replace With:
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
(2010-07-23, 03:47 PM)Winford F. Wrote: [ -> ]Do this:
Go to Admin CP -> Templates & Style -> Templates -> Theme Name -> Options -> Expand Templates -> Edit forumbit_depth2_cat

Find:
<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>

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

Thank you Big Grin
you still need ftp if you want to make that work, as you have to edit the js
I had to edit forumbit_depth2_forum too for it to work, but it works (MyBB 1.6) - Tnx!
Pages: 1 2