Quote:
Originally Posted by John Lester
|
Ok I do not want it to show on the home page though. I want it to show on the nodeid page 114 only and no where else, what code do I use for that? I've tried all the code above and variations of those and nothing has worked. I've made a slider widget and I want it to only show on one page. The code for the template of the widget is:
Code:
<vb:if condition="(THIS_SCRIPT == 'vbcms' AND !$_GET['r'])"><div class="cms_slider">{vb:raw static_html}</div></vb:if>
That code will show it only on the front page, but I want to move it to show only on the nodeid page of 114. How do I do that?