Quote:
Originally Posted by radiofranky
thanks. How do I do if I want to change the font color of the title once the thread is closed?
again, thanks
|
ahh, its so simple, you should use your mind and try to get answer your self as i given u idea in prev post, else you won't learn it.
anyway
Open
Threadbit Template
Find:
Code:
{vb:raw thread.threadtitle}
Replace it with
Code:
<vb:if condition="$thread[open] != 0">{vb:raw thread.threadtitle}<vb:else />
<font color="red">{vb:raw thread.threadtitle}</font></vb:if>