MyBB Community Forums

Full Version: Glitter Effects for Thread titles ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to give your thread Title a little glitter/glow effects like for the names ?
go to ACP
Home » Template Sets »  your theme » Edit Template: forumbit_depth2_forum

Find
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>

Replace
<td class="{$bgcolor}">
<strong><a href="{$forum_url}"><span style="color: red; text-shadow: 0px 0px 5px red;background:url(http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif);"><strong>{$forum['name']}</span></a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>