Page 1 of 1
Custom Page for each member
Posted:
September 1st, 2011, 4:12 pm
by pedrohdiehl
Hello!
I am developing a web site for a swimming club. Is there any way I display a custom page for each member? For example showing your monthly bills?
Hugs
Re: Custom Page for each member
Posted:
September 1st, 2011, 6:37 pm
by bsowards
Have you tried using BuddyPress with s2member? There a lot of themes, probably one that has that.
Re: Custom Page for each member
Posted:
September 1st, 2011, 11:20 pm
by Cristián Lávaque
Or you can us the Login Welcome Page and customize it for each member using PHP. WP Admin -> s2Member -> API / Scripting
The payments history will be available in the payment gateway (e.g. PayPal), s2Member doesn't store that information.
Re: Custom Page for each member
Posted:
September 2nd, 2011, 7:08 am
by pedrohdiehl
Thanks! I'll try and post here the result.