The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to display a "closed" message at the end of title?
hi,
I was wondering if there is mod that add "closed" to the thread title when is closed? thanks |
#2
|
|||
|
|||
Open threadbit template
Find Code:
{vb:raw thread.prefix_rich} </span> </vb:if> Code:
<vb:if condition="$thread[open] == 0"><b>Closed </b></vb:if> |
#3
|
|||
|
|||
thanks. How do I do if I want to change the font color of the title once the thread is closed?
again, thanks |
#4
|
|||
|
|||
Are you looking to change the entire markup of the thread or only the "Closed" text?
|
#5
|
||||
|
||||
Use this:
HTML Code:
<vb:if condition="!$thread[open]"><div style="color:#AD0002;font-weight: bold">Closed </div></vb:if> |
#6
|
|||
|
|||
Quote:
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> |
#7
|
|||
|
|||
Quote:
--------------- Added [DATE]1312577824[/DATE] at [TIME]1312577824[/TIME] --------------- Thanks. Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|