This code is for blocking ads in specific channels
He was working at vb4
<vb:if condition="!in_array($GLOBALS[forumid], array(5,47,2))">
Ads Here
</vb:if>
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 the variable $page['channelid']
If you want to select the channel only the $page['channelid'] have to be equal to $page['nodeid']