Quote:
Originally Posted by Emad ELsayed
This code is for blocking ads in specific channels
He was working at vb4
How to use it with vBulletin 5
I changed [forumid] to [nodeid] but did not work
I hope to find the solution
Best Regards
|
Try this:
<vb:if condition="!in_array($page['nodeid'], array(5,47,2))">
Ads Here
</vb:if>
If you use a hook you have to put page=page into the arguments