
03-01-2008, 02:30 PM
|
 |
|
|
Join Date: Mar 2006
Location: my house
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by glorify
Usergroups are simple, I use this and it should work with the hack no problem:
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(4,7,2,5,1,3,26,8,24,25,23))>
<---!Ad Code--->
</if>
Just replace the red with the usergroups you want to see the ads.
|
Don't mean to be too technical but you're missing a closing quote and so the code does not work.
It should be:
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(4,7,2,5,1,3,26,8,24,25,23))">
<---!Ad Code--->
</if>
|