NTLDR, i made small add-on for hack (template modification), wich make threads with new post bold and threads without no. May be someone likes it:
in template
forumhome_latestthreadbit find:
HTML Code:
<a href="showthread.php?$session[sessionurl]threadid=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a>
and replace with:
HTML Code:
<if condition="$show['firstnew']"><a href="showthread.php?$session[sessionurl]threadid=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a><else /><a href="showthread.php?$session[sessionurl]threadid=$thread[threadid]" title="$thread[preview]">$thread[title]</a></if>
Is any chanse to make bold sticky threads and show sticky sign or icon for them?
Good Luck