Quote:
Originally Posted by Qwest
How do you modify it to display on ALL pages except vbadvanced homepage?
|
This is only designed for showing on forumhome, however, if you make the first template edit in the bottom of the header template, and the second one at the start of the footer template then it will show on all pages.
To stop it showing on vbadvanced, put
Code:
<if condition="THIS_SCRIPT!='cmps_index'">
before the template edits and
after them. You will need to do this to both template edits.