View Single Post
  #1  
Old 10-20-2005, 04:17 PM
 
chrisinoz chrisinoz is offline
 

eXpert
  
Join Date: Aug 2004
Location: Australia
Posts: 248
 

Default 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
Reply With Quote