PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
Cristián Lávaque wrote:I'll ask Jason to confirm.
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.
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();
?>
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...)
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?
Users browsing this forum: No registered users and 3 guests