Page 1 of 1

Link Protection

PostPosted: January 2nd, 2012, 6:36 am
by youracp
Hello,

Just a quick question not sure if this is availble in pro or free version

I have a page that is veiwable by every one, but on that page is a link that only a certain level member should have access too as it opens a new page is the thing that makes this slightly more difficult is that the page that then opens is within a plugin, and as not on my page list S2member can not be used to that extent

So is it possible to member level access verify a link on a page that is viewable by everyone?

exmaple http://www.mydomain.com/protectedlink so unless user is a certain level member the link will not work

Regards

Stuart

Re: Link Protection

PostPosted: January 3rd, 2012, 6:07 am
by Cristián Lávaque
The link could be shown/hidden using a conditional that checks for the user's level. WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals

That other page, if served by a plugin in WordPress, could be protected using the URI restriction. WP Admin -> s2Member -> Restriction Options -> URI

I hope that helps!