MattIS
03-22-2010, 11:58 PM
Hey guys I'm trying to finish off some custom coding I was hired to do and I'm pretty new to VB4 but from reading around I have learned how to "hide" certain objects on pages and have them display on those with the below line.
<vb:if condition="THIS_SCRIPT != 'index'">
Code to be removed
</vb:if>
Now my question how do I include multiple pages in that? In this case it is an ad that should only display on the main page (CMS) and then should not display on the Blog, Forum, and 1 Custom Page.
<vb:if condition="THIS_SCRIPT != 'index'">
Code to be removed
</vb:if>
Now my question how do I include multiple pages in that? In this case it is an ad that should only display on the main page (CMS) and then should not display on the Blog, Forum, and 1 Custom Page.