OK...I have set up a user specific login for my client portal which works great! All users go right to their page...
Part 2
I need two other pages to be user specific too...So after they get to their welcome page there will be page links just for them:
For Example in my sidebar links I have:
<a href="http://example.com/gallery[s2Get constant="S2MEMBER_CURRENT_USER_LOGIN" /]"target="">Client Gallery</a>
When users click on this page it sends them to the Membership Options Page,,,,If I don't set a Membership Options Page, It works great but anyone can view it...I need it to go to their user specific gallery page...I set the page level restrictions to Level #0 and set custom capabilities with the user specific name (current user login)
How can I get them to their specific page I set for them without landing on membership options page and now one else can view their page?
Thanks