snowname
04-30-2013, 03:22 PM
I would like hide similar thread if the thread is closed.
I put the flowing code, but it remove similar thread in all thread. I think it is because the value $show['closethread'] is not registered. How to register that?
<vb:if condition="$show['closethread']">
<vb:if condition="$similarthreadbits">
<div id="similar_threads">
<h4 class="threadinfohead blockhead">{vb:rawphrase similar_threads}</h4>
<div id="similar_threads_list" class="thread_info_block blockbody formcontrols">
<ol class="similar_threads">
{vb:raw similarthreadbits}
</ol>
</div>
</div>
</vb:if>
</vb:if>
I put the flowing code, but it remove similar thread in all thread. I think it is because the value $show['closethread'] is not registered. How to register that?
<vb:if condition="$show['closethread']">
<vb:if condition="$similarthreadbits">
<div id="similar_threads">
<h4 class="threadinfohead blockhead">{vb:rawphrase similar_threads}</h4>
<div id="similar_threads_list" class="thread_info_block blockbody formcontrols">
<ol class="similar_threads">
{vb:raw similarthreadbits}
</ol>
</div>
</div>
</vb:if>
</vb:if>