Page 1 of 1

Just a general Membership question

PostPosted: April 29th, 2011, 11:05 am
by cassel
As i am working with the developper to customize my Custom Capabilities and such, i got myself a bit confused because of the the redirects i needed to set. So at this point, the question is not exactly technical, but logical:
When a member logs in, would it be logical to direct him/her to an INDEX page instead of a set "welcome back" page associated with a specific package or sales page, or such?

The reason i am wondering that is that if Member X has already purchased Package A, i might think of redirecting him to the first page of package A, but if he bought packages A, B and C, then i am stuck!

Unless there is a way to code something so that the member is redirected where he was or the page he was trying to reach when asked to log in? Is that possible?

(i hope my question makes sense)

Re: Just a general Membership question

PostPosted: April 29th, 2011, 1:33 pm
by Cristián Lávaque
I understand your question.

Since each member may have access to more than one area, what I'd probably do is use the Login Welcome Page and display there links to the areas he does have access to, and maybe links to purchase the others he doesn't. This can be achieved with conditionals in that page to choose how/what to display. WP Admin -> s2Member -> API / Scripting -> Using Simple Conditionals

Re: Just a general Membership question

PostPosted: April 29th, 2011, 1:43 pm
by cassel
Great! That is pretty well what i was wondering! I guess it was not such an odd question afterall!