Quote:
Originally Posted by jscieza
Thanks kh99 but unfortunately I have tried and it also isn't working 
|
Hmm...it works for me. I put this in threadbit as a test:
Code:
<if condition="$thread['open']">
Thread open
<else />
Thread closed
</if>
and it correctly tells whether or not the thread is open. Maybe I misunderstood what you're trying to do.
ETA:...also, in showthread.php there is:
Code:
$show['closethread'] = iif($threadinfo['open'], true, false);
which is why I think $thread['open'] is equivalent to $show['closethread'].