Cristián Lávaque
My Latest Replies (From Various Topics)
| Author | Replies |
|---|---|
| Author | Replies |
| Posted: Sunday Jul 15th, 2012 at 7:46 am #19298 | |
|
|
|
|
Hi Stephanie. These will help you with that: [hilite path]Dashboard -› s2Member® -› API / Scripting -› PHP/API Constants[/hilite] |
|
| Posted: Sunday Jul 15th, 2012 at 7:26 am #19296 | |
|
|
|
|
Hi Stephanie. Your login form has this hidden field: [hilite pre_code][/hilite] This is what’s causing the redirection you experienced. You can change that URL to the one for the resource that sent him to the Membership Options page. If you look at the URL of the Membership Options page, you’ll notice a lot of variables, including the page the user was redirected from. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars)[/hilite] So try using those variables to update your login redirection dynamically. I hope that helps. :) |
|
| Posted: Sunday Jul 15th, 2012 at 7:15 am #19293 | |
|
|
|
|
Hi Jordan. If you apply the discount to the regular (recurring) amount, then it’ll be that way for all the coming payments, since that’s the regular amount the user is subscribed with. If you apply the discount to the initial amount only, then the regular (recurring) payments won’t have the discount. What you can do, is have an initial term that’s as long as the regular ones. Then the first one can have a discount applied to it without affecting the recurring ones. If you do yearly payments, then make the initial term 1 year for the same amount as the regular 1 year terms. Then the coupon code would have ta-only (trial/initial amount only), e.g. [hilite code]5-OFF|5.00||ta-only[/hilite]. I hope that helps. |
|
| Posted: Sunday Jul 15th, 2012 at 7:07 am #19292 | |
|
|
|
Actually, I think they can’t be unencrypted. That’s why the lost password tool will generate a new one instead and send it by email to the user. I agree that this is a WordPress question, since this is handled by WP, not s2Member at all. I don’t know if you can get the existing user’s password in one site to use in another. Like Eduán said, you can try getting it on registration and sending it to the other site to create his account there. You can probably use the Registration Notification in your first site, and the Remote Operations API in the other. I hope that helps. |
|
| Posted: Sunday Jul 15th, 2012 at 7:00 am #19291 | |
|
|
|
|
Hi Christian. s2Member needs that info for the integration, so you should always use the shortcode to generate the ClickBank order link. If you need to use the button outside the WP installation where you have s2Member, then you’ll need a hack so you can point the order button to your WP site with s2Member, output the URL with the shortcode and redirect the user to it. Please read this post: http://www.s2member.com/forums/topic/using-clickbank-and-paypal/#post-11438 I hope that helps. :) |
|
| Posted: Sunday Jul 15th, 2012 at 6:52 am #19290 | |
|
|
|
Are you selling a subscription? Are you using Express Checkout only, or are you also accepting cards on your site? If you’re selling a subscription receiving payments on your site, you’ll need their recurring billing service. If not DPRP, then it’ll be the PayFlow one. Check with your PayPal support guy what you should have and enable it. If you get the PayFlow one you’ll need to configure this in s2Member as mentiond in my reply to Frank. I hope that helps. :) |
|
| Posted: Sunday Jul 15th, 2012 at 6:49 am #19289 | |
|
|
|
I see. Your account seems to have PayPal Pro (PayFlow Edition), then. If so you’ll need to configure the PayFlow integration. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› PayFlow[/hilite] This video may help with that: |
|
| Posted: Sunday Jul 15th, 2012 at 6:43 am #19288 | |
|
|
|
The description of what you are trying to set up is a bit confusing for us, remember that we’re not seeing what you see, and from the written description we still haven’t got a clear picture.
The only way I’m making sense of this is if you have all the different languages in the same page, and then protecting the whole page with the custom capability “english”. Is that what it is? If so, then it’s clear that someone without the ccap “english” wouldn’t be able to see the other languages either, he wouldn’t see that page at all and instead be redirected to the Membership Options page, because the whole page is protected, not just the English section. Forgive me if I have it wrong and please explain as clearly as possible how you’re setting this up so we understand and can assist you better. Thanks! |
|
| Posted: Sunday Jul 15th, 2012 at 6:35 am #19287 | |
|
|
|
|
Hi Sheila. You can try customizing your members directory and add those fields yourself. These will come handy: I hope it helps. :) |
|
| Posted: Sunday Jul 15th, 2012 at 6:30 am #19286 | |
|
|
|
|
Got the email. Thanks! I just tried opening the site, but get an error about it being offline. Tried a couple more times and it’s still down. I’ll retry tomorrow.
|
|
| Posted: Sunday Jul 15th, 2012 at 6:23 am #19285 | |
|
|
|
|
Okay, so you want the custom profile field to show up in the pro-form when the user upgrades his account from Level 0 back to the paid Level, right? The thing is that custom profile fields only show up in registration forms, so the upgrade doesn’t have the custom fields since it’s just for payment, the user is already registered. :/ Can do you do without this custom field in the upgrade pro-form? |
|
| Posted: Saturday Jul 14th, 2012 at 6:57 am #19242 | |
|
|
|
| Posted: Saturday Jul 14th, 2012 at 6:49 am #19240 | |
|
|
|
|
Simon, I’m not sure at this point, since Google changed their Checkout service into the Wallet one, and it seems to work with the customer having his payment methods in a Wallet account. So it looks like it doesn’t just take cards without the user logging in, but I’m not sure. Did you contact the Google Wallet support people? I’m gonna try contacting them myself and will let you know what they reply when they do. |
|
| Posted: Saturday Jul 14th, 2012 at 6:27 am #19235 | |
|
|
|
|
Hi Benny. I don’t have experience with VWO, but I don’t see how s2Member would affect it, I think you’d use it the same as if you didn’t have s2Member. If you have the tracking code in a page, even if the page were protected by s2Member, the tracking code would work. With s2Member, though, you can probably add the tracking code to the Tracking API and use the replacement codes to get more info, if that’s useful to you. [hilite path]Dashboard -› s2Member® -› API / Tracking[/hilite] I hope that helps! :) Maybe others with some experience using these tools together, can give you good tips here. |
|
| Posted: Saturday Jul 14th, 2012 at 6:15 am #19233 | |
|
|
|
|
Ah, I see. Well, yes, you can give custom capabilities to users manually editing their profiles, not just them purchasing them. So you were talking about email subscriptions actually, right? Are you trying to manage their access and restrict it unless they subscribe to it? Well, you can protect the posts with the custom capabilities, then when they try to open them they won’t be able, unless you gave their accounts the custom capability you protected the post with. Another thing you can do is use WP tags, then they can subscribe to the RSS feed of the tag, if I’m not mistaken. One of these plugins may help you emailing the users based on tag feeds: http://wordpress.org/extend/plugins/tags/rss-to-email I hope that helps. :) |
|
| Posted: Saturday Jul 14th, 2012 at 6:01 am #19227 | |
|
|
|
|
Hi Justin. No, we don’t have a list, but you may find decent developers in sites like jobs.wordpress.net, for example. Some developers visit these forums and one may contact you, too. Why don’t you post what you need, maybe we can give you some pointers to achieve it. |
|
| Posted: Saturday Jul 14th, 2012 at 5:58 am #19225 | |
|
|
|
|
Hey there. Yeah, you can sell access to specific posts, either using custom capabilities or the specific post/page restriction. Video » s2Member (Custom Capabilities) These, though, don’t support subscriptions, only one-time payments. To sell subscriptions you’d have to use s2Member Levels, but these give incremental access, which may not work for your site. And s2Member currently only supports a single subscription per user, so selling multiple subscriptions for access to different content, would not be possible yet. I hope that answers your question. Let me know if you have any more. :) |
|
| Posted: Saturday Jul 14th, 2012 at 5:53 am #19224 | |
|
|
|
|
I don’t really know what is causing your problem… In the other installation without s2Member, you’re obviously using other roles than s2Member’s because you don’t have it installed, and I don’t know what capabilities the other roles have or not, compared to the s2Member role. s2Member doesn’t have to do with role editing, I suggested that solution to achieve what you wanted, but it’s not something the plugin supports yet. So you need to test this to find what works, I don’t have experience with it to give more specific advice. :/ |
|
| Posted: Saturday Jul 14th, 2012 at 4:38 am #19210 | |
|
|
|
|
Lee, I imagine their system uses cookies to track who the affiliate for that transaction is, just like other affiliate systems do. So the user arrives through the affiliate link, is cookied, then even if browses around, when he purchases, as long as he didn’t clear his cookies or they expired, the affiliate will be credited. You should ask the ccBill guys about this to confirm it if it worries you, though. |
|
| Posted: Friday Jul 13th, 2012 at 7:59 am #19161 | |
|
|
|
|
Eric, I’m a bit confused. What custom field are you referring to? The custom attribute from the shortcode (the one with your domain name) or a custom profile field you created with s2Member? |
|
| Posted: Friday Jul 13th, 2012 at 7:41 am #19160 | |
|
|
|
|
Thanks for the heads up! I’ll keep it in mind if someone reports a weird case of users locked out because of those IP restrictions. |
|
| Posted: Friday Jul 13th, 2012 at 7:37 am #19158 | |
|
|
|
|
Hi Lama. Sorry, I’m not familiar with how the BuddyPress account activation works to hack it. I suggest that you ask this in the BuddyPress forums, or search their plugins, there may be one that does what you need. :) |
|
| Posted: Friday Jul 13th, 2012 at 7:35 am #19157 | |
|
|
|
|
Right, if you deactivate s2Member, then the s2Member shortcodes for conditions won’t be parsed anymore. If this worries you, you can use PHP conditions instead. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals[/hilite] |
|
| Posted: Friday Jul 13th, 2012 at 7:15 am #19156 | |
|
|
|
|
Lee, are you talking about this ccBill service? http://www.ccbill.com/online-merchants/marketing-services/affiliate-program.php If so, we’re not familiar with it, but you can probably use the Tracking and Notification APIs to integrate with it. I hope that helps. |
|
| Posted: Friday Jul 13th, 2012 at 7:11 am #19155 | |
|
|
|
|
Thanks for sharing that, Nathan. Here it is inside code tags: [hilite pre_code]// Added to extend to the Author role capabilities to s2 member default roles add_role('s2member_level2', 'S2 Member Level 2'); $author = get_role('author'); $s2member_level2 = get_role('s2member_level2'); if ($admin->capabilities){ foreach ($author->capabilities as $cap => $bool) { if ($bool) $s2member_level2->add_cap($cap); } } [/hilite] So you add the Author role’s capabilities to the s2Member Level 2 role, right? And you use the hack once and then remove it? But why are you creating the s2member_level2 with [hilite mono]add_role[/hilite] if the role already exists? |
|








Pre-Sale FAQs
Video Tutorials
Community Forum
Knowledge Base
News/Updates
s2 Codex / Docs
GPL v2 License
Contact A Human
About Us
Our Customers
Support Policy
Privacy Policy
