I don't know if somebody mentioned it before, but i will post it anyway. Sry if somebody did it already. This is what i wanted to do and how i did it.
I wanted to reward the donors by several ways, one way was to stop showing ads to them.
So by wrapping the ad codes with the following if tag i achieved that.
Code:
<if condition="$bbuserinfo['donor'] != '1'">
<!-- AD CODE -->
</if>
Sorry if somebody posted it before.
Hope it helps