Quote:
Originally Posted by Konstantinos
this is cool but it whould be cool if the warning is not displayed on sticky and closed threads. any idea how ?
|
guess this worked
Code:
<!-- Inactive thread warning start -->
<if condition="$show['oldthread']">
<if condition="$thread['sticky'] != 1">
<if condition="$show['closethread']">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td align="center" style="background-color:#DEF3BD;color:black" width="100%"><span class="smallfont"><strong>$vbphrase[oldthread_warning]:</strong> <phrase 1="$vboptions[oldthread_days]">$vbphrase[oldthread_warning_message]</phrase></span></td>
</tr>
</table>
</if>
</if>
</if>
<!-- Inactive thread warning stop -->