Log in

View Full Version : A small question regarding Ads


Neo_Angelo
12-04-2006, 07:23 PM
Well basically all i need to know is what code do i put in before my add to make it only show for certain user groups.

for example $show[member] would show all members.

basically i would like to know the IF statement that IF the user is apart of X group (or x,y,z groups) then it'll show the code. if they aren't it won't show anything.

Thanks in advance for any help.

RedTyger
12-04-2006, 09:08 PM
<if condition="is_member_of($bbuserinfo, 2,3,4)">Adcode</if>

Neo_Angelo
12-04-2006, 09:19 PM
ahh thank you so much. i'll try this out ^_^. your a star *give medal*