Nope, no kinks. This code works:
Code:
<if condition="!in_array($GLOBALS['forumid'], array(32,48,34,44,41,49,53,58,61,79,82,81,80,46,52,36,40))"> AND <if condition="!is_member_of($vbulletin->userinfo, 1,2)">
Zachary at vb.com helped me out. He said to make them two separate conditionals like this:
Code:
<if condition="!is_member_of($bbuserinfo, 14)>
<if condition="!in_array($GLOBALS[forumid], array(32,48,34,44,41,49,53,58,61,79,82,81,80,46,52,36,40))">
ADD CODE HERE
</if>
</if>
I haven't tried the last code, but will a little later on. I'll let you know how it goes. Thanks!!!
--------------- Added [DATE]1296779481[/DATE] at [TIME]1296779481[/TIME] ---------------
Oh, the problem was that the ads were showing up in the forums I didn't want them to show up in. They were also showing up to the usergroups I didn't want them showing up to. The "page cannot be displayed" was just a glitch with one of the image ads. That's all that was.