Bruce

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Wednesday May 1st, 2013 at 12:56 am #48884 | |
![]() |
|
I see. You’ll have to use the information here to do this: Pre Sale FAQs » Is it possible to modify s2Member® Pro Form templates? That will allow you edit what’s shown in the Pro Forms. As far as getting the necessary information there, you might have to use some fancy JavaScript if you want it to update before they submit the form. |
|
Posted: Wednesday May 1st, 2013 at 12:25 am #48881 | |
![]() |
|
Thanks for your patience.I talked with the lead developer and (for PayPal) s2Member calculates tax in with everything else in this file:
The function that does this is |
|
Posted: Wednesday May 1st, 2013 at 12:19 am #48880 | |
![]() |
|
Glad to hear you figured out the first part of this. I’m going to take a look and see if I can get something for you on this right now. |
|
Posted: Tuesday Apr 30th, 2013 at 11:16 pm #48879 | |
![]() |
|
Thank you for your inquiry.And thank you for the information. I’m sending this to our development team for their input on this. |
|
Posted: Tuesday Apr 30th, 2013 at 10:59 pm #48878 | |
![]() |
|
Also note that if you do change your Roles and Capabilities with the Capability Manager plugin, you’ll need to lock your roles and capabilities with the information provided here: |
|
Posted: Tuesday Apr 30th, 2013 at 10:48 pm #48877 | |
![]() |
|
Cool. Let us know if you have any further questions/concerns. :-) |
|
Posted: Tuesday Apr 30th, 2013 at 10:47 pm #48876 | |
![]() |
|
Sorry, I forgot to mention this in my previous reply. s2Member will not allow the Membership Options Page to be restricted ever, because it would cause an endless loop. s2Member restricts content by sending Users to the Membership Options Page. If you’d like to stop Google from indexing this, you might take a look at editing your robots.txt file. See: http://wordpress.org/support/topic/how-to-edit-my-robotstxt-file |
|
Posted: Tuesday Apr 30th, 2013 at 10:29 pm #48874 | |
![]() |
|
If you have to store this information, then this video will be of use to you: |
|
Posted: Tuesday Apr 30th, 2013 at 9:37 pm #48863 | |
![]() |
|
Thank you for your inquiry.I think you’re looking for this section of your Dashboard: Dashboard -› Settings -› General -› Date Format |
|
Posted: Tuesday Apr 30th, 2013 at 9:20 pm #48862 | |
![]() |
|
Thank you for your inquiry.
No, we don’t have any direct integration with Constant Contact, sorry.
The ability to have multiple IPs log into a single account is something WordPress considers a “feature”. s2Member doesn’t stop this from happening, but we do have IP Restrictions for allowing a User to log in with a specific number of IPs during a specific time frame (default 1 month). See: Dashboard -› s2Member® -› Restriction Options -› Unique IP Access Restrictions
You could do this, but you’ll have to manually restrict it after the week is up. s2Member doesn’t have a timer for restriction.
You could do this, but you’ll have to restriction your content using Shortcode Conditionals. See: Knowledge Base » Simple Shortcode Conditionals
Yes. s2Member Pro makes it possible to access Credit Cards onsite with Paypal Pro. You can also accept credit cards with PayPal Express Checkout, but the User will be sent to PayPal.com to complete the transaction. |
|
Posted: Tuesday Apr 30th, 2013 at 9:08 pm #48861 | |
![]() |
|
Let us know if you have any further questions/concerns. :-) |
|
Posted: Tuesday Apr 30th, 2013 at 9:06 pm #48860 | |
![]() |
|
You can disable a lot of features of BuddyPress, but some will be available no matter what. I believe the main things are the registration page at /wp-login.php?action=register will become /register/ and integrate with your theme, and your members will be given a public profile. It’s not a perfect solution but if you’re looking for some of the solutions that BuddyPress offers that’s the quickest way to get what you need. |
|
Posted: Tuesday Apr 30th, 2013 at 9:02 pm #48857 | |
![]() |
|
You can send us site information here: |
|
Posted: Tuesday Apr 30th, 2013 at 9:01 pm #48856 | |
![]() |
|
This is to be expected, s2Member doesn’t need a billing address when you’re only using PayPal to checkout with. This only shows up when you’re checking out with PayPal. In the mean time could you please follow the instructions here again and make sure your PayPal IPN is set up correctly? See: Dashboard -› s2Member® -› PayPal® Options -› PayPal® IPN Integration |
|
Posted: Tuesday Apr 30th, 2013 at 8:59 pm #48855 | |
![]() |
|
Oh I’m very sorry, I posted the wrong link there. I meant this article: |
|
Posted: Tuesday Apr 30th, 2013 at 8:45 pm #48851 | |
![]() |
|
You would take the integration out of your API Tracking settings. You’ll be doing an external integration.
What you’re doing here is, instead of sending the data straight to iDevAffiliate from s2Member, is taking an s2Member API Notification (which provides more information), and using the information from that to send the data to iDevAffiliate. So your flow would be: Payment Received -> API Notification Fired -> Your API Notification Handler gets the data -> Your API Notification Handler sends the data to iDevAffiliate with a tracking pixel |
|
Posted: Tuesday Apr 30th, 2013 at 8:40 pm #48850 | |
![]() |
|
Thank you for your inquiry.The best way to accomplish what you’re looking for is to use s2Member’s Custom Capabilities. You can add a custom capability to sell at s2Member level 1, that will allow Users that are level 1 to upgrade and access more content without going all the way to level 2. You can sell Custom Capabilities in regular Pro Forms, or separately with these: Dashboard -› s2Member® -› PayPal® Pro Forms -› Capability (Buy Now) Forms For the easiest time you can use this plugin to give levels 2-5 access to this Custom Capability by default, so that your current users will be able to access the new stuff, too: http://wordpress.org/extend/plugins/capsman/
If you’re selling Custom Capability access_something, then this translate into WordPress Capability access_s2member_ccap_access_something. This is how you’d use Shortcode Conditionals as well.
See: Dashboard -› s2Member® -› API / Scripting -› Custom Capabilities |
|
Posted: Tuesday Apr 30th, 2013 at 8:35 pm #48849 | |
![]() |
|
I took a look and it looks like your problem is an invalid PayPal IPN setup. You have no paypal-ipn.log file, but do have a paypal-rtn.log file. In addition, s2Member is giving your an Unable to Verify $_POST vars error in your PayPal PDT/RTN log file. Looking at your shortcode it appears that your custom attribute is correct. Could you run this server scanner and let me know if there are any errors? |
|
Posted: Tuesday Apr 30th, 2013 at 8:30 pm #48847 | |
![]() |
|
Details Received.I’m taking a look now. |
|
Posted: Tuesday Apr 30th, 2013 at 8:27 pm #48846 | |
![]() |
|
Thank you for reporting this important issue.Do you have logging enabled? If not, please enable it here: Dashboard -› s2Member® -› Log Files (Debug) -› Logging Configuration Then send us a Dashboard Login here so we can take a look, please: |
|
Posted: Tuesday Apr 30th, 2013 at 8:26 pm #48845 | |
![]() |
|
You’ll want to use s2Member’s Shortcode Conditionals on this page. Something like this:
|
|
Posted: Tuesday Apr 30th, 2013 at 8:24 pm #48844 | |
![]() |
|
Currently s2Member does not support this field being Imported/Exported. I’ll ask our development team if there’s a chance this could be added in a future version but in the mean time it’s just not possible. Sorry about that. |
|
Posted: Tuesday Apr 30th, 2013 at 8:23 pm #48843 | |
![]() |
|
s2Member doesn’t have any way to do this natively, but I believe BuddyPress supports groups and forums for these groups. The only other way I can see you setting this up could be to edit the bbPress templates for your theme, and using the Advanced PHP Conditionals that s2Member gives you to protect specific forums. See: Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals |
|
Posted: Tuesday Apr 30th, 2013 at 8:21 pm #48842 | |
![]() |
|
Thank you for your inquiry.
Where exactly are you experimenting? What hook/file are you using to experiment? |
|
Posted: Tuesday Apr 30th, 2013 at 8:17 pm #48840 | |
![]() |
|
Thank you for your inquiry.This particular line has to be done using the information provided here. It’s not possible to change it through the Dashboard: |