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="http://www.burstnet.com/cgi-bin/ads/...ETURN-CODE/JS/"> </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