Raam Dev

My Latest Replies (From Various Topics)
Author | Replies | ||
---|---|---|---|
Author | Replies | ||
Posted: Monday Apr 30th, 2012 at 4:39 pm #12226 | |||
![]() |
|||
Hi Andrew, That is correct. If you want the PROFILESTARTDATE to occur on the 1st of the month, you’ll need to calculate the number of days between today (now) and the end of the month and then use that number in the tp= attribute (make sure that tt=”D” for ‘Days’). For example, if today was the 20th, you’d calculate that there are 10 days remaining in the month and then set tp=”10″ tt=”D” and that will cause s2Member to set the PROFILESTARTDATE to 10 days from today (i.e., the 1st of the next month). You’ll need to make use of PHP to do these calculations. |
|||
Posted: Monday Apr 30th, 2012 at 4:25 pm #12225 | |||
![]() |
|||
Hi Deann, s2Member does not allow members to edit or post to the WordPress blog. All s2Member Levels use the WordPress Subscriber role capabilities, which means members can only view posts/pages, not edit. The s2Member Client Portals video that you watched explained how an admin could edit the pages of members to update information they see — the members themselves cannot edit the pages. You could certainly get around this by manually customizing the capabilities of s2Member Levels using a 3rd party plugin, but that would introduce a few security concerns that you’d need to be aware of since s2Member was not designed for that scenario (please see this thread). |
|||
Posted: Monday Apr 30th, 2012 at 3:16 pm #12224 | |||
![]() |
|||
Hi Chris, s2Member (Free or Pro) does not have a feature whereby it maintains a balance and allows users to “refill” their s2Member account. We integrate with various payment gateways to provide access to recurring subscriptions and one-time payments. |
|||
Posted: Monday Apr 30th, 2012 at 2:06 pm #12222 | |||
![]() |
|||
Hi Andres, This is caused by some conflicting JavaScript code, possibly introduced by another plugin or by your WordPress theme. To figure out which one is causing the problem, we recommend disabling all plugins except s2Member and switching to the default WordPress theme (TwentyEleven). If you’ve already tried disabling plugins with Plugin Organizer, there’s a good chance the problem is with your WordPress theme and in that case we would recommend that you contact the theme developer. |
|||
Posted: Monday Apr 30th, 2012 at 2:01 pm #12221 | |||
![]() |
|||
Hi James, s2Member currently integrates with AWeber and MailChimp. Additional custom integrations are possible using our Notifications API (Dashboard -› s2Member® -› API / Notifications). As for affiliate program integrations, we currently integrate with iDevAffiliate and ShareASale. Again, custom integrations are possible using our Notifications API. |
|||
Posted: Monday Apr 30th, 2012 at 1:57 pm #12220 | |||
![]() |
|||
Hi Mike, Using custom capabilities, you can address all of the scenarios that you described. Once you upgrade to s2Member Pro, you’ll find an upgrade link on your account dashboard where you can pay the difference to upgrade to the Multi-Site License. |
|||
Posted: Friday Apr 27th, 2012 at 12:38 pm #12062 | |||
![]() |
|||
Hello, There is no shortcode to handle this, however here’s a write-up that explains how such a redirect would be implemented: http://www.primothemes.com/forums/viewtopic.php?f=4&t=14947#p53487 |
|||
Posted: Friday Apr 27th, 2012 at 12:36 pm #12061 | |||
![]() |
|||
Hello, We do not offer programming or support services for hire. s2Member support is only available through the Support Forums (please see s2Member® » Support Policy). If you need to hire a programmer, we recommend posting a job at jobs.wordpress.net. |
|||
Posted: Friday Apr 27th, 2012 at 12:27 pm #12060 | |||
![]() |
|||
Hi Skyrie, This is related to a JavaScript conflict between s2Member and another plugin, or between s2Member and your installed theme. Please try disabling all other plugins to see if that fixes it and if not, please try switching to the default WordPress theme (TwentyEleven). You may also want to clear your browser cache. |
|||
Posted: Friday Apr 27th, 2012 at 12:23 pm #12059 | |||
![]() |
|||
Hi Emmanuel, Have you tried disabling all other plugins except s2Member? It sounds like another plugin may be interfering with s2Member. |
|||
Posted: Friday Apr 27th, 2012 at 12:21 pm #12058 | |||
![]() |
|||
Hi Shannon, We will be considering this for the next major release of s2Member, yes, but I can’t promise anything. |
|||
Posted: Thursday Apr 26th, 2012 at 8:15 pm #12013 | |||
![]() |
|||
Hi Rita, We’re working on adding this functionality to the next major release of s2Member. Until then, we recommend experimenting with the 3rd party plugins available: http://wordpress.org/extend/plugins/search.php?q=login+log |
|||
Posted: Thursday Apr 26th, 2012 at 8:11 pm #12012 | |||
![]() |
|||
Steinar, thank you for posting back with the solution! That’s absolutely correct. :) |
|||
Posted: Thursday Apr 26th, 2012 at 8:02 pm #12011 | |||
![]() |
|||
Hi Rurick, You should try changing == to just =; the former is used to compare values, whereas the latter is used to assign values. |
|||
Posted: Thursday Apr 26th, 2012 at 8:00 pm #12010 | |||
![]() |
|||
Hi Christine, While s2Member is compatible with WordPress Multisite Networking, the sites within a WordPress network are separate and not interconnected. That means you cannot share users, logins, or other data across the sites (including access control). Please see the following from WordPress.org:
The s2Member Multisite feature allows you to offer the s2Member plugin to sub-sites, giving your sub-sites the ability to setup and use s2Member on their own. When you upgrade s2Member on the primary site, the s2Member plugin is automatically updated for all your sub-sites. However, things like access restrictions on one WP installation are not shared across WP installations (again, the WordPress Multisite feature itself isn’t designed to work like that). There are plugins that allow you to get around these WordPress Multisite limitations, however they may or may not work with s2Member. Regarding the Headway theme: You should have no problems using s2Member with the Headway theme, but we recommend installing and using the free version with the theme just to be sure. |
|||
Posted: Thursday Apr 26th, 2012 at 7:55 pm #12008 | |||
![]() |
|||
Hi Mike, s2Member handles the scenario you describe using Custom Capabilities. Instead of using various levels, you’d use one level and then assign a specific Custom Capability to the user depending on what they purchased. If they purchase multiple items throughout the life of their account, each purchase would simply add a new Custom Capability, giving them access to that additional product. The video below explains custom capabilities further:
|
|||
Posted: Thursday Apr 26th, 2012 at 7:50 pm #12007 | |||
![]() |
|||
Hi Kieran, You shouldn’t have any problem using s2Member with the OptimizePress theme, but as Zoe suggested we recommend testing it with the free version of s2Member first. Regarding protecting non-WordPress content: Yes, this can be done, but you’ll need to include the necessary WordPress core files so that your external script has access to the WordPress functions. We recommend the WordPress.org Support Forums for help with this. This thread in particular may be helpful: http://wordpress.org/support/topic/authenticate-wordpress-login-from-external-php-script Regarding sending emails to members: We integrate with AWeber and MailChimp to provide email services. We recommend using one of those two services to automatically subscribe your users to a list (see Dashboard -› s2Member® -› API / List Servers). Then, you can easily send mass emails to all your members from within the list service. |
|||
Posted: Thursday Apr 26th, 2012 at 7:36 pm #12005 | |||
![]() |
|||
Hi Shannon, What happens when you cancel the subscription depends on your configuration in Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior: the options are to delete the member’s account or to demote them to a lower level. If you want to manually set when the account will expire (irregardless of a PayPal subscription cancellation), you can manually set the Automatic EOT time on a member’s account. s2Member will always listen to your manually set option instead of demoting/deleting when it receives an IPN message from PayPal. Regarding the installment payment plan: unfortunately s2Member does not currently support PayPal installment plans. |
|||
Posted: Thursday Apr 26th, 2012 at 7:28 pm #12002 | |||
![]() |
|||
Zoe, Thank you so much for stepping in here and offering to help! :) Very much appreciated! |
|||
Posted: Thursday Apr 26th, 2012 at 7:25 pm #12001 | |||
![]() |
|||
Hi Guillaume, That’s certainly a possibility and we will consider making it available in the next major release of s2Member. |
|||
Posted: Thursday Apr 26th, 2012 at 7:20 pm #12000 | |||
![]() |
|||
Hi Daniel, s2Member does not currently support Parallel Payments, however we will be considering support for this in the next major release of s2Member. |
|||
Posted: Thursday Apr 26th, 2012 at 7:10 pm #11998 | |||
![]() |
|||
Hi Emmanuel, Zoe is correct. It sounds like you have JavaScript disabled in your browser. You cannot create an account with the same email address as an existing account. |
|||
Posted: Thursday Apr 26th, 2012 at 7:08 pm #11997 | |||
![]() |
|||
Thank you for the update, Zoe! :) |
|||
Posted: Thursday Apr 26th, 2012 at 7:07 pm #11996 | |||
![]() |
|||
Hi Kath, When you say accessing domain/wp-admin doesn’t work, what happens? Do you get an error message? Have you tried manually deleting the s2Member folder from wp-content/plugins/ using an FTP program? Regarding the refund, please see s2Member® » Terms » Refund Policy. If you have any further questions regarding a refund, please contact us using the Private Contact Form. |
|||
Posted: Thursday Apr 26th, 2012 at 6:59 pm #11995 | |||
![]() |
|||
Glad to help! :) |