Cristián Lávaque
My Latest Replies (From Various Topics)
| Author | Replies |
|---|---|
| Author | Replies |
| Posted: Tuesday Mar 13th, 2012 at 5:47 am #7960 | |
|
|
|
|
Thanks cassel! Hi Fender. She’s right, you can use ccaps. This video can help understand them: If you still prefer to use levels, you could do it using conditionals in posts, but you wouldn’t have a way to protect downloads from users with a higher level. I hope that helps! |
|
| Posted: Tuesday Mar 13th, 2012 at 5:35 am #7958 | |
|
|
|
|
The sharing would only share the link to the page, not the content. It’s like getting a backlink, not posting your page elsewhere. If someone without access followed the link, s2Member would treat them as any other visit. Since the content won’t be available even to the service, e.g. Facebook, make sure you have a snippet and image that will be used for the share, or it’ll just be empty. Let us know how it goes if you try it, please. :) |
|
| Posted: Tuesday Mar 13th, 2012 at 5:32 am #7957 | |
|
|
|
|
Hi Gerard. Right, you should be able to do that with the free version. The Notification API is what you may want to use. About the registration and payment part, you can have them pay first and register second, or the other way around. If you want to have them register and pay in the same step, you would need the Pro add-on to use a pro-form. I hope that helps! :) |
|
| Posted: Tuesday Mar 13th, 2012 at 5:26 am #7956 | |
|
|
|
|
Hi Sunny. Nothing specific to phpBB in the current s2Member, but we are working on the new major release of s2Member, which may make it possible to do something with it. I can’t go into details about it right now, though. I know I’m not saying much, but I hope it’s not a long wait, hopefully a month or so. :) |
|
| Posted: Tuesday Mar 13th, 2012 at 5:24 am #7955 | |
|
|
|
|
Hi Kent. Great question. This is really up to Google. I think you’ll have to ask them about it. I’m not sure if they have a system to update the payment info or if they’ll need to create a new subscription for the new card. Please let us know what they tell you! :) |
|
| Posted: Tuesday Mar 13th, 2012 at 5:20 am #7954 | |
|
|
|
|
Hello Sher. Thank you so much for the kudos! We’re glad you’re developing with s2Member. :) I’ll email Jason your question, in case he has a suggestion to make for your develper. |
|
| Posted: Tuesday Mar 13th, 2012 at 5:12 am #7952 | |
|
|
|
|
Hi José. I don’t know about shopping carts to recommend. Maybe you can search the old forums to see if you find mentions of particular scripts that other users reported as compatible with s2Member. s2Member doesn’t have shopping cart features yet, I’m sorry. :/
|
|
| Posted: Tuesday Mar 13th, 2012 at 5:08 am #7951 | |
|
|
|
|
This is part of a conversation I had with Jason some months ago regarding JavaScript conflicts.
I hope it helps you recognize what the theme is doing wrong and fix it. :) |
|
| Posted: Tuesday Mar 13th, 2012 at 5:00 am #7950 | |
|
|
|
|
Ah, sorry I didn’t understand earlier. Yeah, if the recurring ones are prefixed with an I-, then your code should be fine. About suggesting a variation, it’d probably be to make it shorter, if you care about that: [hilite pre_code]if (strstr(S2MEMBER_CURRENT_USER_SUBSCR_ID, '-', true) == 'I') echo 'you are a recurring payer.'; else echo 'You are a single payer.'; [/hilite] |
|
| Posted: Tuesday Mar 13th, 2012 at 4:38 am #7949 | |
|
|
|
|
Hi Joanne. This is a bit over my head, so I’m emailing Jason. That said, have you tried raising the IPs limit in your settings? |
|
| Posted: Tuesday Mar 13th, 2012 at 4:36 am #7948 | |
|
|
|
|
Hi David. Could you post the URL you’re using that’s giving the 403? Thanks! |
|
| Posted: Tuesday Mar 13th, 2012 at 4:30 am #7947 | |
|
|
|
Hmm… I only remember having seen that error come up for a user that had trouble with parsing in the page where the button’s shortcode was. It could be a plugin or the theme doing it. As a test to find which is causing the problem, you could try the default theme and see if now it works and if not, deactivate other plugins and try after each. Another option would be to generate a button over at PayPal, integrated with s2Member following these instructions: I hope that helps! |
|
| Posted: Tuesday Mar 13th, 2012 at 4:24 am #7946 | |
|
|
|
|
So you have a multisite network? Will you be giving blogs to your users or just using it that way to organize your site? s2Member will be usable in all the blogs if you activate that, but each instance will be independent of the rest. Not because you have s2Member set up in one, will it share its settings with s2Member in another. I’m not very familiar with advanced multisite setups, but have seen some users find this thread useful: You may also want to search the old forum for buddypress in multisite, you may find helpful posts. I hope that helps. |
|
| Posted: Tuesday Mar 13th, 2012 at 4:09 am #7945 | |
|
|
|
|
I don’t think it can work with the current s2Member, of I believe Jason would have mentioned it in the past. Yes, it’s planned to add it to the PayPal integration after the new major release of s2Member, but I don’t have no date for it. |
|
| Posted: Tuesday Mar 13th, 2012 at 4:02 am #7944 | |
|
|
|
|
Hi Lee. I’m emailing Jason to remind him of this, it probably slipped through the cracks in his inbox. |
|
| Posted: Sunday Mar 11th, 2012 at 11:40 pm #7880 | |
|
|
|
|
:) |
|
| Posted: Saturday Mar 10th, 2012 at 1:40 pm #7835 | |
|
|
|
|
Nice solution. Thanks for sharing it. I’m glad you sorted it out. :) The major release may be in a month, but it’s not certain yet. We are working on it right now, it’s the main development focus. |
|
| Posted: Saturday Mar 10th, 2012 at 2:04 am #7825 | |
|
|
|
|
Hi! Thanks for the kudos! :) I think you can do the conditional checking if the subscr ID is empty or not. If not, then the user has a subscription going. Something like this maybe: [hilite pre_code]if (current_user_can('access_s2member_level1') { if (empty(S2MEMBER_CURRENT_USER_SUBSCR_ID)) // Button for single payment user else // Button for recurring payment user } [/hilite] I hope that helps. :)
|
|
| Posted: Friday Mar 9th, 2012 at 9:47 pm #7824 | |
|
|
|
|
Who knows why that caused a problem, but I’m glad you fixed it. I hope it doesn’t give you trouble again. :) |
|
| Posted: Friday Mar 9th, 2012 at 9:46 pm #7823 | |
|
|
|
|
:/ |
|
| Posted: Friday Mar 9th, 2012 at 7:18 pm #7816 | |
|
|
|
|
If you make BuddyPress work with the same WordPress installation you have s2Member running on, it should be fine. |
|
| Posted: Friday Mar 9th, 2012 at 7:16 pm #7815 | |
|
|
|
|
I understand. I suggest that you look at how you could use the Membership Options Page variables so you know what file the person tried to download before logging in. You could store this in a cookie and check it right after login to know what to give him. |
|
| Posted: Friday Mar 9th, 2012 at 6:25 pm #7811 | |
|
|
|
|
Hi Ohm. You can protect the downloads at s2Member Level 0, which will make the non-logged in users to be redirected to the Membership Options Page. There you can tell them to login if they have an account, or register if they don’t. Free registration gives them that level of access, so they’ll be able to go back and download the files. You don’t need s2Member Pro for this. The customization Raam mentioned would be required to make the download start automatically after registration. I hope that helps. :)
|
|
| Posted: Friday Mar 9th, 2012 at 6:12 pm #7809 | |
|
|
|
|
Hi Nola. It is possible with the pro-forms. Are these levels being sold or you’re just letting people register free? There’s the free registration pro-form, which you can use to register users at any level. If you’re selling, you’d use one of the other pro-forms for the right level, but they’ll require PayPal Pro to work best, although you can do with just Express Checkout but it’ll require all users to have a PayPal account. You could sell with the PayPal button the level and use the free pro-form for the registration: Sell access to a specific page and in it use the free registration pro-form. I hope that helps. :) |
|
| Posted: Friday Mar 9th, 2012 at 5:40 pm #7801 | |
|
|
|
|
Not. The thing is that the Specific Page restriction sales are buy-now transactions (one-time payment), not subscriptions (recurring). In the coming major release it may be possible to sell Specific Page access with a subscription, but not yet. |
|








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
