XenForo How can I hide Viglink code from a specific page?

  • Thread starter Thread starter PumpinIron
  • Start date Start date
P

PumpinIron

Guest
In my PAGE_CONTAINER template I have the following code right before the </body> tag:

Code:

Code:
        <xf:if is="$forum.node_id != 243">
            <script type="text/javascript">
                var vglnk = {key: 'e2eee0d0dd1241da592e3a37e126fb93'};
                (function(d, t) {
                    var s = d.createElement(t);
                        s.type = 'text/javascript';
                        s.async = true;
                        s.src = '//cdn.viglink.com/api/vglnk.js'...

Read more

Continue reading...