Quote:
Originally Posted by DeeperImage
No I will have to change it. I didn't realize they had updated the code.. this thread is moving to fast for me.. :devious:
|
LOL NP, after you do that you should be all set...now if you want ads to only be viewed by guest or by certain usergroups, you will need to add a conditional:
PHP Code:
<if condition="is_member_of($bbuserinfo,array(1,2,3))">
where 1,2,3 are the numbers of the usergroups you do not want to see the code.