sadiq6210
03-22-2012, 03:23 PM
I want to display the adv. banners only in forumdisplay & showthread
I have two conditions
<vb:if condition="THIS_SCRIPT=='forumdisplay'">
+
<vb:if condition="THIS_SCRIPT=='showthread'">
How to merge it in one?
I tried this:
<vb:if condition="THIS_SCRIPT=='forumdisplay' || 'showthread'">
But it is not working
I have two conditions
<vb:if condition="THIS_SCRIPT=='forumdisplay'">
+
<vb:if condition="THIS_SCRIPT=='showthread'">
How to merge it in one?
I tried this:
<vb:if condition="THIS_SCRIPT=='forumdisplay' || 'showthread'">
But it is not working