View Single Post
  #4  
Old 02-03-2012, 02:23 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Pending membership

Alex is giving you the code - if $userinfo.membershipid is empty or 0 there is no membership assigned. If you know the exact membershipid you can use

{if $userinfo.membershipid eq x} where x is the memberhsipid OR if all memberhsips then

{if $userinfo.membershipid gt 0}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote