hello guys
I wonder How to use THIS_SCRIPT
the template i need to use the condition is headinclude
this condition
its in all the pageكود PHP:
<vb:if condition="THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'threads'">
code
</vb:if>
i need the condition in the first post only
i tried this but not work
كود PHP:
<vb:if condition="$post['isfirstshown'] && $thread['firstpostid']==$post['postid']">
code
</vb:if>
also this
كود PHP:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
code
</vb:if>
so that i need help to make my code work in first post only