Vivvo CMS Support Forums
>
Code and Template Customizations
>
Customizations & Templates
> Hide ads for Premium members
PDA
View Full Version :
Hide ads for Premium members
kovacs
04-02-2008, 10:28 AM
Is there a simple <vte:if> statement to test if a user is a Premium Member? I need to hide ads for that user group.
Micha
04-02-2008, 12:33 PM
You can try with this one:
<vte:if test="!{CURRENT_USER.is_premium_member}">
That should do the trick :)
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.