Showing content related only to a membership Group
Hi
When a Premium member logins i would like them to see pertinent information for only them.
I created a test user and assigned them as Premium Membership.
Checked the database and it designates member as usertype =c and membership = Premium.
Therefore I thought this code work. Anyone logged in as a Premium member would see "Test"
{if $membership eq "Premium"}
Test{/if}
Anyone know what I might be missing?
Thanks
Chris
4.016
|