![]() |
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 |
Open threadbit template
Find Code:
{vb:raw thread.prefix_rich} Code:
<vb:if condition="$thread[open] == 0"><b>Closed </b></vb:if> |
thanks. How do I do if I want to change the font color of the title once the thread is closed?
again, thanks |
Are you looking to change the entire markup of the thread or only the "Closed" text?
|
Use this:
HTML Code:
<vb:if condition="!$thread[open]"><div style="color:#AD0002;font-weight: bold">Closed </div></vb:if> |
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 /> |
Quote:
--------------- Added [DATE]1312577824[/DATE] at [TIME]1312577824[/TIME] --------------- Thanks. :) Quote:
|
All times are GMT. The time now is 10:15 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|