Quote:
Originally Posted by mcyates
What is the code to use on my forum which will make sure 1 usergroup (the paid people) do not see the adverts:
<if usergroup=2>
something like the above one but i've forgot it
ould anyone give me the correct code please
|
this forum is for mod hints & tips, m8.
To answer your question, the condition should be as following:
HTML Code:
<if condition="!is_member_of($bbuserinfo, 2">Your Ads Go Here</if>
all usergroups see the ads except usergroupid 2