Quote:
Originally Posted by joeychgo
this did nothing either - am I suppose to do this alone or in conjunction with the other???
|
try this:
1) edit the threadbit template
2)find :
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></a>
3) replace with:
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost']"><strong><if condition="$thread[forumid] == xx"><font color="red">$thread[threadtitle]</font>
<else />$thread[threadtitle]</if></strong><else />$thread[threadtitle]</if></a>
then just replace the xx in $thread[forumid] == xx with the forum id of your choice