Thanks, I made a few more important items bold, as I think some of the links should stand out more than they currently do. For example, in ubbthreads.tmpl find:<br /><br /><pre><font class="small">code:</font><hr>{$forum[$c][$f]['Title']}</pre><hr><br />and change that to:<br /><pre><font class="small">code:</font><hr><b>{$forum[$c][$f]['Title']}</b></pre><hr><br /><br />You can see a working example of that here:
www.michiganjeepers.com/forums/ubbthreads.php<br /><br />And also the subject link in postlist.php. So look in postlist.tmpl for:<br /><br /><pre><font class="small">code:</font><hr>{$postrow[$i]['Subject']}</pre><hr><br />and change that to:<br /><pre><font class="small">code:</font><hr><b>{$postrow[$i]['Subject']}</b></pre><hr><br /><br />This may not suit everyone, but most forums I've seen have these bold, and IMO are easier to see as important items <img src="/forum/images/graemlins/smile.gif" alt="" />