Hi,
is possible to do a vb:if that verifies if the topic which the user is reading is in a specific category?
--------------- Added [DATE]1438172087[/DATE] at [TIME]1438172087[/TIME] ---------------
Is this correct? I need to insert this in headinclude_bottom
PHP Code:
<vb:if condition="THIS_SCRIPT == 'showthread'">
<vb:if condition="$thread[forumid] == 1770">
[here my script]
</vb:if>
</vb:if>