Yes, I would like that too.
At this moment I have done this manualy.
Everywhere in my forum i have the same ads, exept for forum X, Y, Z...
These forums have each there own ads.
I edit the ad template and placed 4 conditionals in it.
1: Show the ads everywhere exept forum 774,775,776,785
Code:
<vb:if condition="!in_array($GLOBALS['forumid'], array(774,775,776,785))">
2, 3 and 4: Show other ads if forum is 1 of those 4.
Code:
<vb:if condition="in_array($GLOBALS['forumid'], array(774))">
Only this result in a huge advertising script.