Membership Listing Qtn

3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: June 1, 2010   (RSS)

By (Deleted User) - May 29, 2010

Hello,

I am currently building a site for a gym. I would like to create a site that gives members different experiences depending on their membership level.

You mention in the readme file:


<?php if ($CURRENT_USER['gold']): ?>
Only gold members would see this.
<?php endif ?>


How can I set it so that there are say 4 levels of membership

Registered
Bronze
Silver
Gold

When people register they are auto added as Registered. In the Admin a member of the gym staff can give a higher membership level.

Thanks Jono

Re: [gkornbluth] Membership Listing Qtn

By (Deleted User) - June 1, 2010

Hi Jerry,

I have your CMSB Cookbook and you are right - everything I needed to know was in there - should have looked there first!!!

Thank you!

Jono