Statistics: Posted by martin — August 18th, 2011, 1:50 pm
Not into the Button Code itself, but you can create the link for them on the Login Welcome Page, so they'll have access.
Is there an ability to add Specific Post/Page Access to new (recurring) members' PayPal buy button?
Statistics: Posted by Jason Caldwell — August 18th, 2011, 1:28 pm
Statistics: Posted by martin — August 17th, 2011, 9:51 am
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.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.
<?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();
?>
Statistics: Posted by Jason Caldwell — August 2nd, 2011, 6:59 pm
Statistics: Posted by Cristián Lávaque — July 29th, 2011, 4:18 pm
Statistics: Posted by hapke — July 29th, 2011, 8:21 am
Statistics: Posted by hapke — July 27th, 2011, 5:51 am
Statistics: Posted by Cristián Lávaque — July 22nd, 2011, 2:41 pm
Statistics: Posted by Cristián Lávaque — July 21st, 2011, 5:43 pm
Statistics: Posted by Jason Caldwell — July 21st, 2011, 5:27 pm
Statistics: Posted by Cristián Lávaque — July 21st, 2011, 5:14 pm
Statistics: Posted by Cristián Lávaque — July 21st, 2011, 3:44 pm
Statistics: Posted by hapke — July 21st, 2011, 9:36 am