1
I'd like to have some code in my banner that only displays the ad if a user is registered not a premium user.
I enclosed my banner info (Googles AdSense) between this IF statement:
Quote:
<{if !in_array(4,$xoops_usergroups)}>
<{/if}>
However the IF statement wasnt rendered but merely shown as "plain text."
Anyone have any suggestions on how to accomplish this?
Kurt