Page 1 of 1

How can I make a "My Account" page like s2member?

PostPosted: January 16th, 2012, 10:36 pm
by jlamarferren
I want to show my users which level of membership they have like s2member does.

A page called "My Account" would be ideal.

I want it to show the following for basic members:

"You are a Basic Member. Upgrade to Premeir"

and for Premeir members I want it to say:

"You are a Premier Member. No Upgrades Available"

Something to that effect. How would I make this page?

Re: How can I make a "My Account" page like s2member?

PostPosted: January 17th, 2012, 9:59 am
by Eduan
You could try s2Member conditionals, they allow you to decide which user level sees what content, you can find the shortcode versions under WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals.

You can find the PHP versions under WP Admin -> s2Member -> API / Scripting -> Advanced/PHP Conditionals. For these you will need the Exec-PHP plugin or any other WordPress plugin that allows you to insert PHP into posts/pages.

Hope this helps. :)

Re: How can I make a "My Account" page like s2member?

PostPosted: January 17th, 2012, 10:57 am
by jlamarferren
Thanks Eduan. I'll give this a try.

Re: How can I make a "My Account" page like s2member?

PostPosted: January 17th, 2012, 11:51 am
by Eduan
OK, please tell us how it goes.

Re: How can I make a "My Account" page like s2member?

PostPosted: January 24th, 2012, 2:00 pm
by jlamarferren
Conditionals worked out perfectly!! I love conditionals now. lol Thanks for your help Eduan

Re: How can I make a "My Account" page like s2member?

PostPosted: January 24th, 2012, 2:09 pm
by Eduan
Cool! :)

Glad I was able to help. :)