Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-18T13:50:25-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14187 2011-08-18T13:50:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=32289#p32289 <![CDATA[Re: Specific Post/Page Access Restrictions]]>
Regarding welcome screen - there will have to be more tweaking than just a link. I'm thinking about Custom Capability in the buy button and then using s2if on the welcome screen... That will do for my plan :)

Statistics: Posted by martin — August 18th, 2011, 1:50 pm


]]>
2011-08-18T13:28:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=32287#p32287 <![CDATA[Re: Specific Post/Page Access Restrictions]]>
martin wrote:
[*]Will your solution (php with sp_access_link_gen) work for logged-in members, whom I want to gift a Specific Post/Page? (As I created one link and placed into membership area and I'm getting "Too many IPs error" to support - now I understand why...) :roll:

Yes, you'll want to create the link dynamically for each User/Member, that way you don't have everyone sharing the same link. Yes, you can create a link regardless of login status. In other words, it doesn't matter if they're logged in or not, because Specific Post/Page Access works independently from Membership. All they need is a link.


Is there an ability to add Specific Post/Page Access to new (recurring) members' PayPal buy button?
Not into the Button Code itself, but you can create the link for them on the Login Welcome Page, so they'll have access.

Statistics: Posted by Jason Caldwell — August 18th, 2011, 1:28 pm


]]>
2011-08-17T09:51:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=32137#p32137 <![CDATA[Re: Specific Post/Page Access Restrictions]]>

  1. Will your solution (php with sp_access_link_gen) work for logged-in members, whom I want to gift a Specific Post/Page? (As I created one link and placed into membership area and I'm getting "Too many IPs error" to support - now I understand why...) :roll:
  2. Is there an ability to add Specific Post/Page Access to new (recurring) members' PayPal buy button?

Statistics: Posted by martin — August 17th, 2011, 9:51 am


]]>
2011-08-02T18:59:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=29665#p29665 <![CDATA[Re: Specific Post/Page Access Restrictions]]> Thanks for the heads up on this thread.
hapke wrote:
Hi, my question is very special.
I use Specific Post/Page Access Restrictions wihtout any membership.
I generated a PayPal button to get users access to some of my posts.
How can I make some "special" users get access to these posts without paying?
I cannot add members manually because there is no membership.

Is there a possibility to create a coupon field or so?

Altogether I can say: This plugin is great.
Thanks for the KUDOS. You could use the Special Post/Page Link generator that Cristián mentioned, or if you need to do this programatically/dynamically, you can use this function that comes with s2Member, via PHP code. This might get integrated into a custom plugin that you write, or into your theme perhaps.
Code:
<?php
$post_or_page_id 
= 123;
$access_link = c_ws_plugin__s2member_sp_access::sp_access_link_gen($post_or_page_id);
wp_redirect($access_link);
exit();
?>
See also: viewtopic.php?f=40&t=12862&src_doc_v=110710#src_doc_sp_access_link_gen%28%29

Statistics: Posted by Jason Caldwell — August 2nd, 2011, 6:59 pm


]]>
2011-07-31T02:26:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=29516#p29516 <![CDATA[Re: Specific Post/Page Access Restrictions]]> Statistics: Posted by hapke — July 31st, 2011, 2:26 am


]]>
2011-07-30T22:15:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=29502#p29502 <![CDATA[Re: Specific Post/Page Access Restrictions]]> Statistics: Posted by Cristián Lávaque — July 30th, 2011, 10:15 pm


]]>
2011-07-30T02:39:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=29486#p29486 <![CDATA[Re: Specific Post/Page Access Restrictions]]> Statistics: Posted by hapke — July 30th, 2011, 2:39 am


]]>
2011-07-29T16:18:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=29464#p29464 <![CDATA[Re: Specific Post/Page Access Restrictions]]>
Why don't you use Levels to sell your content? Then you'll have more flexibility to add content in the future.

You can make the registration really painless asking only for username and email; first or last name wouldn't be required and password could be generated and sent to them (this works as an account confirmation step too). WP Admin -> s2Member -> General Options -> Custom Registration Fields/Options -> Collect First/Last Names during Registration and Allow Custom Passwords during Registration

Statistics: Posted by Cristián Lávaque — July 29th, 2011, 4:18 pm


]]>
2011-07-29T08:21:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=29442#p29442 <![CDATA[Re: Specific Post/Page Access Restrictions]]>
hapke wrote:
2) When I offer a link today (in the PDF) that includes access to 10 posts, will the users have access to protected posts that I add tomorrow or next week? It would make sense because I sell a package of protected posts (called "specific") and add new ones from time to time. :?:

I think you did not answer because it is clear: It is not possible. Can you maybe add a feature that the link contains a category? So users have access to all future posts in a certain category.

Statistics: Posted by hapke — July 29th, 2011, 8:21 am


]]>
2011-07-27T05:51:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=29286#p29286 <![CDATA[Re: Specific Post/Page Access Restrictions]]> 1) Do you think that it works? Can users missuse this link?
2) When I offer a link today (in the PDF) that includes access to 10 posts, will the users have access to protected posts that I add tomorrow or next week? It would make sense because I sell a package of protected posts (called "specific") and add new ones from time to time. :?:

Statistics: Posted by hapke — July 27th, 2011, 5:51 am


]]>
2011-07-22T14:41:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=28928#p28928 <![CDATA[Re: Specific Post/Page Access Restrictions]]>

Statistics: Posted by Cristián Lávaque — July 22nd, 2011, 2:41 pm


]]>
2011-07-22T05:20:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=28911#p28911 <![CDATA[Re: Specific Post/Page Access Restrictions]]> Statistics: Posted by hapke — July 22nd, 2011, 5:20 am


]]>
2011-07-21T17:43:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=28877#p28877 <![CDATA[Re: Specific Post/Page Access Restrictions]]>

Statistics: Posted by Cristián Lávaque — July 21st, 2011, 5:43 pm


]]>
2011-07-21T17:27:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=28875#p28875 <![CDATA[Re: Specific Post/Page Access Restrictions]]>
Cristián Lávaque wrote:
I'll ask Jason to confirm.

Yes, even links generated within the Dashboard ( i.e. for Customer Service purposes ), are guarded by s2Member's Unique IP Restrictions exactly the same as if the Customer had received the link in the email, or been redirected after checkout. So not to worry, it can't be abused beyond the limitations that you configure in the s2Member Restrictions Options panel.

Statistics: Posted by Jason Caldwell — July 21st, 2011, 5:27 pm


]]>
2011-07-21T17:14:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=28870#p28870 <![CDATA[Re: Specific Post/Page Access Restrictions]]>
The IP restriction would prevent several people from using the same access, although I need to check if it will work with this link generated by you instead of those generated automatically after checkout. WP Admin -> s2Member -> Restriction Options -> Unique IP Access Restriction

I'll ask Jason to confirm.

Statistics: Posted by Cristián Lávaque — July 21st, 2011, 5:14 pm


]]>
2011-07-21T16:58:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=28867#p28867 <![CDATA[Re: Specific Post/Page Access Restrictions]]> Statistics: Posted by hapke — July 21st, 2011, 4:58 pm


]]>
2011-07-21T15:44:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=28849#p28849 <![CDATA[Re: Specific Post/Page Access Restrictions]]>

Yes, you can generate a link for him from WP Admin -> s2member -> PayPal Buttons -> Specific Post/Page Access Links.

Statistics: Posted by Cristián Lávaque — July 21st, 2011, 3:44 pm


]]>
2011-07-21T09:36:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14187&p=28816#p28816 <![CDATA[Specific Post/Page Access Restrictions]]> I use Specific Post/Page Access Restrictions wihtout any membership.
I generated a PayPal button to get users access to some of my posts.
How can I make some "special" users get access to these posts without paying?
I cannot add members manually because there is no membership.

Is there a possibility to create a coupon field or so?

Alltogether I can say: This plugin is great.

Statistics: Posted by hapke — July 21st, 2011, 9:36 am


]]>