Page 1 of 1

Client Portal Part 2

PostPosted: May 6th, 2011, 6:13 am
by wesleysoccer
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

Re: Client Portal Part 2

PostPosted: May 6th, 2011, 4:36 pm
by Cristián Lávaque
Isn't your URL missing a slash before the username?

You'll need to create a gallery page for each user, and give it the username's custom capability. Pretty much follow the same idea you did for the login welcome pages to create the portal, but extended to other areas.

If you protect those gallery pages, though, only the user will see them, but no one else. Is that what you want?

Re: Client Portal Part 2

PostPosted: May 6th, 2011, 5:45 pm
by wesleysoccer
Yes, this is what i want...but does not work...It works but everyone can still see it...here is a test url http://www.vinitasalomeblog.com/demo/ryanmuntz/

Tell me if you can see this page...you should not be able too...?
Plus in the sidebar you will see a link to client viewing (this is set the same way as logging in)

I don't have members options page set though...that's not working either.

Re: Client Portal Part 2

PostPosted: May 6th, 2011, 8:22 pm
by Cristián Lávaque
I was sent to this page, which seems to be set as the Membership Options Page:

http://www.vinitasalomeblog.com/demo/co ... evel_req=1

Re: Client Portal Part 2

PostPosted: May 6th, 2011, 8:26 pm
by wesleysoccer
Why is it sending to the contact page - there should be no restrictions on my home page...this is the issue?