Quote:
Originally Posted by ldma
Can anyone tell me how to do this...
Code:
Show in only one file: Look for define('THIS_SCRIPT', 'calendar'); in the top of the php file you want it to show in.
Code:
<vb:if condition="THIS_SCRIPT == 'calendar'">Show this only on calendar.php</vb:if>
...but want to do it to my VBadvance Portal page which is index.php but on my domain root, not the forum root.
|
I think it's the same. Just find out what index.php is setting THIS_SCRIPT equal to.