Page 1 of 1

Welcome Page based on a user field

PostPosted: June 17th, 2011, 2:18 pm
by artbutcher
I'm an new user of s2m.

I have created a field called group in user registration. I've added values and it works fine.

Now I would like to have a user welcome page based on the value in the group field the member selected at registration.

Any ideas?

Thank you
Art

Re: Welcome Page based on a user field

PostPosted: June 17th, 2011, 7:51 pm
by Cristián Lávaque
Hi Art.

You could use a series of if conditions or a switch to decide what to show to them in the Login Welcome Page depending on the group they picked.

http://mx.php.net/manual/en/control-str ... switch.php
viewtopic.php?f=40&t=9015&src_doc_v=110605#src_doc_get_user_field%28%29

I hope that helps. :)