Quote:
Originally Posted by Spyike
Are you looking to change the entire markup of the thread or only the "Closed" text?
|
I'm looking for the entire markup. Thanks
--------------- Added [DATE]1312577824[/DATE] at [TIME]1312577824[/TIME] ---------------
Thanks.
Quote:
Originally Posted by Sherif
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>
|