Quote:
Originally Posted by UKBusinessLive
Not sure if this would be any good to you but heres a way of turning new unread posts red in the forum home...
In your threadbit find
HTML Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold" </if>>$thread[threadtitle]</a>
replace that with
HTML Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"><if condition="$show['gotonewpost']"><span style="color: red; font-weight:bold;"></if>$thread[threadtitle]<if condition="$show['gotonewpost']"></span></if></a>
Remember to backup your threadbit before changing anything
Not sure about adding the word "New" tho', perhaps a coder might like to shed some light here :erm:
|
thank you so much ive been looking how to do that for ages cheers aye :up: