Bruce

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Monday Jan 14th, 2013 at 8:59 pm #37553 | |
![]() |
|
Thanks for the follow-up.You said here:
Because you’re setting a custom field dynamically, based on what the user inputs (or whatever else you’re needing to set up after the user registers), I would recommend using the information provided here on dynamically generated Profile/Registration Fields: Video » s2Member (Custom Fields Dynamically?) This will require some additional processing on your end to get this set up correctly.
Correct. Authorize.net will require credit card details but will not charge the user until the trial period has been reached.
s2Member uses Dashboard -› s2Member® -› Authorize.Net® Pro Forms -› Billing Update Forms, which do not function this way. You may want to check out the processes within s2Member Pro’s source code to find out how to get the necessary information here. Specifically the files within /s2member-pro/includes/classes/gateways/authnet/.
This isn’t something that’s supported by s2Member, or WordPress. The processes behind username validation within WordPress wouldn’t allow a username to be an email address. As far as the processes go for creating the streams and allowing users to create these streams go, this is outside of s2Member’s processes. I would recommend only using s2Member’s Profile/Registration Fields only for getting the neccessary data to generate what you need, and use your own processes to handle your other details. |
|
Posted: Monday Jan 14th, 2013 at 8:59 pm #37552 | |
![]() |
|
Thanks for your great questions2Member makes it possible to do this, through WordPress’s Hooks and Filters functionality. Find info on using Hooks and Filters here: Knowledge Base » Hacking s2Member® Via Hooks/Filters. You can find the filter to change the Membership Options Page link within the file /s2member/includes/classes/cache.inc.php at line 105.. An example of how this might look:
http://yoursite.com/my-membership-options-page/’; return $links; This is where s2Member gets all links for it’s processes, so if you’d like to dynamically set up the Login Welcome Page, Membership Options Page, or the File Download Limit Exceeded Page, this is the filter you need. [/note_box] |
|
Posted: Monday Jan 14th, 2013 at 7:37 pm #37546 | |
![]() |
|
Thanks for the great question.s2Member’s “Deactivation Safeguards” will need to be activated to keep your settings unchanged through deactivation. Make sure that you have your Deactivation Safeguards set to Yes ( safeguard all data/options ) under Dashboard -› s2Member® -› General Options -› Deactivation Safeguards. The only time you should disable Deactivation Safeguards should be when you’re looking to reset s2Member’s settings, or uninstall s2Member completely. Otherwise things like updates may cause you to lose your s2Member configuration. Once your Deactivation Safeguards are enabled, feel free to disable s2Member. |
|
Posted: Monday Jan 14th, 2013 at 6:48 pm #37540 | |
![]() |
|
Thanks for your great questions.You can accomplish all of this with s2Member® Pro’s Free Registration Forms, available under Dashboard -› s2Member® -› PayPal® Pro Forms -› Free Registration Forms. Here you can set up forms to give free access to any level, and set up End of Term (EOT) dates here with the tp and tt attributes. Information is provided on doing so within the Dashboard. After the user is registered, the EOT dates for users are fully editable from Dashboard -› Users when editing users. See: Video » s2Member (Free Registration On Multiple Levels?)
Providing membership this way provides access to all of s2Member’s core features, and restriction by level / custom capability, user import/export, and custom profile fields are all unaffected by this.
|
|
Posted: Monday Jan 14th, 2013 at 5:31 pm #37535 | |
![]() |
|
Thanks for your inquiry
This is advanced functionality, and I would only recommend trying to do this if you’re familiar with jQuery/JavaScript toggles and editing your theme’s template files.
The header.php file is what you’re looking to edit here. You’ll need to echo the Something like this:
At this point, you’ll want to create a button that will show/hide this box. If you’re loading jQuery into your theme, something like this would work:
There is no perfect way to set this up and I really can’t give you a cookie-cutter example here. If you’re uncomfortable working with this, we recommend posting a job on a site like http://jobs.wordpress.net, http://elance.com/, or http://odesk.com/.
Have you tried these Common Troubleshooting Tips? Usually occurrences like this are caused by theme incompatibilities. Could you post a link to the page in which this is happening? It may be that the button is being generated, but not displayed due to some CSS styling rules within your theme. |
|
Posted: Monday Jan 14th, 2013 at 5:09 pm #37533 | |
![]() |
|
Thanks for this great questionThe way I would recommend setting this up would be not to create a new Post/Page for each user, as this can lead to significantly slower loading times for your site, especially if you have many users. Instead I would recommend something along the lines of your alternative solution here:
s2Member provides most of what you’ll need here. You’ll want to check out Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals for info on grabbing this info. s2Member already requires the creation of a Login Welcome Page (sometimes referred to as the “My Account” page) which you can use to display this info. Users are automatically redirected to this page when they log in, which is the functionality I believe you are looking for. Alternatively, you can create a page protected at level 0/1 and link to this page from the Login Welcome Page just as easily. If you’d like to provide more information on how the “widget number, host page URL, etc.” is generated, I’d be happy to give you more information on this. |
|
Posted: Monday Jan 14th, 2013 at 4:55 pm #37530 | |
![]() |
|
Thanks for your great questions
s2Member® Pro does provide integration with PayPal®, PayPal® Pro, Authorize.Net®, ClickBank®, and Google® Checkout. These all integrations all support recurring billing. s2Member® Pro does not, however, support Stripe. There are plans for integration with Stripe in the future, but we do not have a set time frame for when this integration will be released. Check Pre Sale FAQs » What payment gateways does s2Member® support? for more info on this.
Authorize.net’s processes would notify the user that the payment failed. s2Member gives a 24-hour grace period to a user’s End of Term (the date that the user will be demoted/deleted) when a user pays for subscription. If the user does not modify his billing profile via Billing Modification Forms, they will be demoted/deleted depending on what you have set up under Dashboard -› s2Member® -› Authorize.Net® Options -› Automatic EOT Behavior.
When testing this functionality with Authorize.net, you may notice that when you refund a user, or stop a subscription, that the user is not demoted. This is to be expected, as Authorize.net does not send info to s2Member when a user stops subscription. Instead, Authorize.net’s processes set up an End of Term on every payment, and if this End of Term is not extended by receiving payment in the future, s2Member will demote the user.
This is outlined under Dashboard -› s2Member® -› Authorize.Net® Options -› Automatic EOT Behavior, which is available when you have installed s2Member® Pro. The above is NOT true for other payment gateways, such as PayPal®, and PayPal® Pro. |
|
Posted: Monday Jan 14th, 2013 at 4:21 pm #37528 | |
![]() |
|
Thanks for the follow-upYou mentioned above that Payment Notifications should fire much more often than Signup Notifications. It’s likely that there’s an invalid IPN setup. Could you please post the logs as Cristián mentioned above? Make sure logging is enabled under Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging, and run a test transaction. Then post the info from /wp-content/plugins/s2member-logs/paypal-ipn.log here. Make sure to xx out any sensitive data.
We do not have a list of incompatible plugins currently. The best way to troubleshoot this is just to disable all plugins and see if that fixes the issue. If it does, then you’ll need to reactivate plugins one by one until you find the culprit.
The commission starting should not be affected by this. The notifications to iDevAffiliate happen at the end of s2Member’s IPN processes, so they should be fired any time s2Member receives data from PayPal / any other gateway that you’re integrated with. To find the issue we will need your log files. If you’re having an issue with this please send us your details in our Private Contact Form so that we may take a look. If you do use the Private Contact Form, please send us an update here letting us know that you have sent these details. |
|
Posted: Monday Jan 14th, 2013 at 4:09 pm #37526 | |
![]() |
|
Thank-you for the detailed follow-ups
I was unaware that you were forcing WordPress to use your labels. The information provided in my above reply assumed that this was not the case. I’m updating this now to reflect that this may cause issues. The replacement value for the options row that I provided above did not take this into consideration. I’d like to
s2Member does support integration with bbPress, as we use bbPress here at s2Member.com. If you do decide to reinstall bbPress remember to check out Dashboard -› s2Member® -› Other Integrations -› bbPress®, and update your Roles/Capabilities from this panel before you start changing bbPress settings. If further issues arise, please let us know. We are currently unaware of any widespread issues regarding this, but we will keep an eye out for any other reports of issues with image functionality. |
|
Posted: Friday Jan 11th, 2013 at 8:15 am #36972 | |
![]() |
|
Thanks for the follow-up
s2Member does not currently support this exact functionality. However, you could put something like this together fairly simply with Custom Capabilities through s2Member. You’ll need some custom code to so so though. To get started I’d recommend checking out the video on custom capabilities: |
|
Posted: Friday Jan 11th, 2013 at 7:34 am #36963 | |
![]() |
|
Thanks for your great questionThere currently no german language files available as far we know. The best place to keep a lookout for these would be s2Member® » Community Forum » Translations. s2Member does not currently have a database of translations. |
|
Posted: Friday Jan 11th, 2013 at 7:22 am #36962 | |
![]() |
|
Thanks for the great questionThis is totally possible. You’ll want to check out Dashboard -› s2Member® -› PayPal® Buttons -› Subscr. Modification Buttons to do this. You’ll need to create two kinds of forms for s2Member to work correctly, and you can use the info provided under Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals to show one button or the other depending on if the user is logged in. If the user is not logged in, you can show one of the Dashboard -› s2Member® -› PayPal® Buttons -› Membership Level # Buttons or Dashboard -› s2Member® -› PayPal® Pro Forms -› Membership Level # Forms, while if the use is logged out, you’ll need to use Dashboard -› s2Member® -› PayPal® Buttons -› Subscr. Modification Buttons or Dashboard -› s2Member® -› PayPal® Pro Forms -› Billing Modification Forms. Does that make sense? |
|
Posted: Friday Jan 11th, 2013 at 7:13 am #36959 | |
![]() |
|
Thanks for the follow-up
As Cristián mentioned above, sharing logins is not the only thing that can cause this to happen. If he was using a mobile device, or multiple computers to access this, as he seems to have had been, this can get fired. However, the issue is not in the fact that he was locked out, but rather that he was revoked access for so long. What may have happened is that if you had not yet saved any of the options under Dashboard -› s2Member® -› Restriction Options, there was not any time period yet set up. I will contact Jason and ask if it is possible that this is the case. In the mean time, please go press the Save All Changes button at the bottom of Dashboard -› s2Member® -› Restriction Options, and keep an eye out for if any further issues persist. If you have any further issues, please reply here, or create a new topic linking here and we will take a look at your specific installation of s2Member. |
|
Posted: Friday Jan 11th, 2013 at 7:00 am #36956 | |
![]() |
|
Thanks for reporting this important issueThis has been addressed in the past, and Quick Cache does cache 404 pages for the sake of keeping robots from trying to access pages that don’t exist, and therefore this is the intended behavior. If, however, you’d rather not have this happen you can temporarily disallow caching through Quick Cache during runtime with the This would work:
file with your favorite text editor, and pasting the code snippet above into the file. Then, you’ll need to upload the file via FTP to your /wp-content/mu-plugins/ directory. If you do not have this directory already, create it. After the file is created, the code will automatically fire. |
|
Posted: Friday Jan 11th, 2013 at 6:40 am #36949 | |
![]() |
|
Thank-you for your detailed inquiry.Unlike many other parts of WordPress, the user roles are set up non-statically (or not recreated every time WordPress runs). Therefore, when a plugin like bbPress and/or s2Member comes in and creates/edits user levels, these changes stick until the permissions are changed again. What you need to do now is change your permissions back now. Note that to do this you’ll need access to your phpMyAdmin page, which should be available from your server’s control panel / back-end admin panel. You can use the steps below to do this.
This is very advanced, and if you are uncomfortable working with mySQL database tables and rows, you may want to find a freelance developer to fix this for you. We recommend http://elance.com/, http://jobs.wordpress.net/, and http://odesk.com/.
Deactivate All PluginsStart off by deactivating all plugins, so that you are again getting your permissions issue. This ensures that the problem that you were originally having your problem with does not immediately come back because your plugins are still activated.
Accessing the DatabaseOpen up your phpMyAdmin setup, and open the database that you’re running WordPress in.
You’ll then want to open up your wp_options table (may be called something different different if you changed the prefix while setting up WordPress).
If you’re unsure which database this is, you can check your wp-config.php file via FTP, and look for the line that starts with
define('DB_NAME', , which is near the top of the file.
Edit the FieldNow that you’re in the wp_options table, you’ll want to click on the Search tab at the top of your phpMyAdmin page, and search for wp_user_roles in the text input from the top (should be labeled option_name, leave the other options how they are).
Once you’ve found the wp_user_roles row, you’ll want to edit row, and replace the info with the following, which was taken from a controlled installation of WordPress running s2Member only. However, it is recommended that you first copy the current data in this entry before replacing the data. You may need to revert in the future.
Test it OutNow your permissions have been reset, and you should be able to access your website’s Dashboard once again. Reactivating s2Member and other plugins is okay at this point.
Please let us know if any problems persist after these steps are taken.
A similar phenomenon was reported in the WordPress forums here: http://wordpress.org/support/topic/lost-admin-privileges
The affected site owner used the permissions options row from another WordPress installation in a similar manner to the above.
To keep this from happening in the future, you may want to check out this article on Knowledge Base » Locking s2Member Roles/Capabilities.
In a recent version of s2Member, bbPress permissions were updated, check the s2Member® » Unified Changelog for details on this. If you are planning on reactivating bbPress in the future, make sure you have the most current version of s2Member installed before doing so.
|
|
Posted: Thursday Jan 10th, 2013 at 7:37 pm #36901 | |
![]() |
|
Thank-you for reporting this important issueWe have seen this happen in the past as a result of a low memory limit within WordPress. There is a post in the WordPress forums about how to fix this error here: You may also want to check out Knowledge Base » Common Troubleshooting Tips, and specifically the Server Check Tool before attempting to install s2Member once more. Please let us know if problems persist after taking those steps. |
|
Posted: Thursday Jan 10th, 2013 at 7:32 pm #36900 | |
![]() |
|
Thanks for your great questions
You can use the success attribute to do this. Find info on this at the bottom of Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes (Explained).
Because you are already selling access to this page, you can use the info provided under Dashboard -› s2Member® -› Download Options -› Advanced Download Restrictions to accomplish what you need. This way as long as the user can see the link, they can access your downloadable content. |
|
Posted: Thursday Jan 10th, 2013 at 7:07 pm #36895 | |
![]() |
|
Thanks for your great questionThough s2Member currently does not have a direct integration, it is definitely possible to integrate with Infusionsoft within s2Member. Using s2Member’s Dashboard -› s2Member® -› API / Notifications, you can set up an integration with Infusionsoft with just a bit a code. There’s a post in the old forums system that should help you set this up. We do also plan on providing direct integration with Infusionsoft in the future, but there is no set deadline for this yet. |
|
Posted: Thursday Jan 10th, 2013 at 6:56 pm #36894 | |
![]() |
|
Thanks for your great questionFirstly, you said here that you has this set up as your Membership Options Page?
This is an incorrect setup. This should be your Login Welcome Page (Dashboard -› s2Member® -› General Options -› Login Welcome Page), which will be restricted to users that are not logged in. the Login Welcome Page is the equivalent of the My Account Page. The Membership Options Page is where your s2Member buttons/Pro Forms should be at. Find more info on this in Dashboard -› s2Member® -› Quick Start Guide.
s2Member’s shortcodes generally are not meant to be put with other shortcodes into a page. This is because s2Member reuses the name/id attributes in one form to another. Therefore behavior like this is to be expected if you do put multiple Pro Form / Button shortcodes into one post/page. Instead of having both shortcodes in the same page, I’d recommend instead using the Popup s2Member Profile feature available under Dashboard -› s2Member® -› General Options -› Member Profile Modifications. You could also move your Billing Modification Form to a different page as well. Any way that you can get these two shortcodes separated should do fine. |
|
Posted: Thursday Jan 10th, 2013 at 7:23 am #36855 | |
![]() |
|
Hi Tammy, Thanks for reporting this important issues2Member does do this through Dashboard -› s2Member® -› Restriction Options -› Unique IP Access Restrictions. You can disable/change the settings for it there. To give your user access back, you can refresh his IP log by looking him up within the WordPress Dashboard under users. There is a checkbox there that will allow you to do this. Let us know if problems persist after you take those steps |
|
Posted: Thursday Jan 10th, 2013 at 7:21 am #36853 | |
![]() |
|
Hi Kenn, Thanks for your great questions2Member currently doesn’t support this, but you could add support to this by editing the template of the Authorize.net form. You can find the template under /s2member-pro/includes/templates/forms/ |
|
Posted: Thursday Jan 10th, 2013 at 7:02 am #36851 | |
![]() |
|
Hi Schott, Thanks very much for your detailed follow-upThe first thing I notice here is that the two pages that you’re attempting to redirect to do not actually exist (e.g. they are 404s when you navigate there). Regarding this URL:
This is not a default that’s set up with s2Member. It appears that this is meant to be the Membership Options Page, but is set up as the Login Welcome Page in your WordPress Dashboard (your site is redirecting to your My Account page, instead of this page right now. You’ll want to change this in your General Options. Switch the pages around in Dashboard -› s2Member® -› General Options -› Login Welcome Page and Dashboard -› s2Member® -› General Options -› Membership Options Page). The next steps I recommend you take are the following: 1) Create pages with the slugs /welcome-1/ and /welcome-2/ before continuing. This could be causing the error itself 2) Enable logging under Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging 3) Make sure that you are logged out before you try to register 4) Run another test transaction, and if problems persist, send us the log files that were generated under /wp-content/plugins/s2member-logs/ (you’ll need to access your server via FTP to get the files). |
|
Posted: Thursday Jan 10th, 2013 at 6:48 am #36850 | |
![]() |
|
Hi Emmanuel, Thanks for your great questionThis is definitely possible:
This method requires that you edit and replace the file /s2member/includes/templates/buttons/paypal-checkout-button.php every time a new version of s2Member is released, and you upgrade.
To do this, you’ll want to take a look at line 46 of /s2member/includes/templates/buttons/paypal-checkout-button.php. You’ll see there this line:
You’ll want to replace this with the button that you’d like. This can be any input that will submit the form when clicked. No fancy JavaScript is needed. You can do similar things to this with other template files within s2Member. For standard s2Member buttons, you’ll find the templates under /s2member/includes/templates/buttons/. Otherwise, you need to check out the files under /s2member-pro/includes/templates/. |
|
Posted: Thursday Jan 10th, 2013 at 5:35 am #36846 | |
![]() |
|
Thread closed.Resolution in this post. |
|
Posted: Thursday Jan 10th, 2013 at 5:32 am #36845 | |
![]() |
|
Hi there, Thanks for the follow-up
There are no set dates for when this might be available, and as these processes are recreated throughout the plugin, for each PayPal process separately, it’s a bit more of an issue to add than it may seem. My personal estimate would be mid-2013, when we are hoping to release the next major version of s2Member®. |