Great tutorial, but it seems like my template bit doesn't have that.
This is what mine looks like:
Disregard what I just said, I found it, it just wasn't the exact same as the one you posted.
Thanks for the tutorial!
This is what mine looks like:
Code:
<tr>
<td class="{$bgcolor}" align="center" 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}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong> <a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}&limit=15"><img src="{$mybb->settings['bburl']}/rss.png" alt="RSS" /></a>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor} smalltext" align="right" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']} {$lang->forumbit_posts}<br />{$threads}{$unapproved['unapproved_threads']} {$lang->forumbit_threads}</td>
<td class="{$bgcolor}" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr>
Disregard what I just said, I found it, it just wasn't the exact same as the one you posted.
Thanks for the tutorial!