I'm trying to have pop-up ads for my banned usergroup
Is this correct?
edited to add: I think I got it... I was trying to use it as a replacement variable, but that wouldn't work cause it would have to be parsed twice right... (I don't know much about PHP)

Is this correct?
Code:
<if condition="$bbuserinfo[usergroupid] == 9 OR $bbuserinfo[usergroupid] == 9"> <div> <script src="[url="http://www.burstnet.com/cgi-bin/ads/ad10372a.cgi/sz=0X0MN/v=1.1Y/RANDOM_NUMBER/RETURN-CODE/JS/"]http://www.burstnet.com/cgi-bin/ads/ad10372a.cgi/sz=0X0MN/v=1.1Y/RANDOM_NUMBER/RETURN-CODE/JS/[/url]"> </script> </div> </if>
edited to add: I think I got it... I was trying to use it as a replacement variable, but that wouldn't work cause it would have to be parsed twice right... (I don't know much about PHP)

Comment