Raam Dev

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Thursday Apr 26th, 2012 at 6:55 pm #11994 | |
![]() |
|
Bendix, Thank you for the suggestion! We’re always looking for ways to improve and we greatly appreciate your feedback! :) |
|
Posted: Thursday Apr 26th, 2012 at 6:50 pm #11993 | |
![]() |
|
Glad to help! :) |
|
Posted: Thursday Apr 26th, 2012 at 6:49 pm #11992 | |
![]() |
|
Yes, that would make sense. You can use the current_user_is(“s2member_level1”) to check that with a conditional (see Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals). |
|
Posted: Wednesday Apr 25th, 2012 at 11:29 pm #11894 | |
![]() |
|
Hi James, Yes, that is possible by editing the CSS. |
|
Posted: Wednesday Apr 25th, 2012 at 11:21 pm #11893 | |
![]() |
|
s2Member does not currently support PayPal Website Payments Advanced, however we’re adding support for it in the next major release of s2Member, which we’re working hard to release as soon as possible. |
|
Posted: Wednesday Apr 25th, 2012 at 11:01 pm #11890 | |
![]() |
|
Hi Mike, The best way around this is to duplicate the content and then provide an option for non-members to purchase the protected content using Specific Post/Page restrictions. |
|
Posted: Wednesday Apr 25th, 2012 at 10:53 pm #11889 | |
![]() |
|
Hello, Yes, you can simply use the WordPress is_user_logged_in() function within a conditional:
|
|
Posted: Wednesday Apr 25th, 2012 at 10:50 pm #11888 | |
![]() |
|
Hello, No, that’s not possible using widgets. However, you could use the s2Member conditionals (Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals in your sidebar to show/hide specific content to users depending on their level. |
|
Posted: Wednesday Apr 25th, 2012 at 10:44 pm #11887 | |
![]() |
|
Hi Malin, You could use either method, but I would recommend using s2Member to automate the MailChimp subscription. That way, you can redirect them straight to the video page after they login. If you want to use the second method, you’ll need to find a plugin that creates a popup over the page. Then you’ll add the MailChimp signup box to the popup. However, that might get tricky too because the visitor will probably be directed to another page after signing up. They’ll also need to verify their subscription by clicking the link in the email they receive. If you sign them up using the free membership option, you can disable the confirmation email that gets sent out and subscribe them silently (see here). |
|
Posted: Wednesday Apr 25th, 2012 at 10:28 pm #11886 | |
![]() |
|
Hi Phil, Please do post your exact code and specs. I will send Jason an email to see if he can offer any insight here. Thank you for your patience. |
|
Posted: Wednesday Apr 25th, 2012 at 10:24 pm #11885 | |
![]() |
|
Hello, Yes, this is possible using dynamic shortcode attributes: You’ll need to set up a page to act as the first step where the user inputs their price and then pass that value to the next page where you dynamically configure the shortcode with the price they submitted. The shortcode will then generate a Pro-Form that is pre-configured for that price. |
|
Posted: Wednesday Apr 25th, 2012 at 10:11 pm #11884 | |
![]() |
|
Hi Eric, 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. |
|
Posted: Wednesday Apr 25th, 2012 at 9:58 pm #11883 | |
![]() |
|
Hi Harriet, The login timeout is handled by WordPress and by default I believe it’s set to 48 hours. There are WordPress plugins that you can install to manually configure the login timeout. Please try searching the WordPress plugin repository for “login timeout”. |
|
Posted: Wednesday Apr 25th, 2012 at 9:55 pm #11882 | |
![]() |
|
Hi Guillaume, The EOT Time is not an available variable when using the API Notification. We recommend obtaining the value from the database as you’re currently doing. |
|
Posted: Wednesday Apr 25th, 2012 at 9:52 pm #11881 | |
![]() |
|
Hi Dave, Yes, s2Member Pro is required for AliPay integration and we currently support only Buy Now transactions with AliPay. Let us know if you have any further questions. |
|
Posted: Wednesday Apr 25th, 2012 at 9:48 pm #11880 | |
![]() |
|
Hi William, s2Member handles restricting WordPress content (posts/pages). It doesn’t handle restricting the number of views per video stream or controlling the length of time a stream can be viewed. For that you’d want to look into streaming software and/or plugins that contains such features. |
|
Posted: Wednesday Apr 25th, 2012 at 6:51 pm #11870 | |
![]() |
|
Hi Alex, s2Member does not support Post Affiliate Pro or SolidTrustPay. You would need to manually integrate s2Member with these, which would require custom programming. You could utilize the s2Member Notifications API for integrating with Post Affiliate Pro (see Dashboard -› s2Member® -› API / Notifications), but integrating with an unsupported payment processor will require a lot of work. If you’re not comfortable with programming, we recommend searching jobs.wordpress.net for someone who could do the job for you. |
|
Posted: Wednesday Apr 25th, 2012 at 1:34 pm #11851 | |
![]() |
|
Excellent! Thank you for the update. |
|
Posted: Wednesday Apr 25th, 2012 at 1:33 pm #11850 | |
![]() |
|
Hi Chris, The s2Member levels use the same capabilities as the WordPress subscriber role, which means members who signup through s2Member won’t have permission to edit or create posts/pages. s2Member is designed to restrict access to content, not give members the ability to post things to WordPress. You could certainly edit the s2Member roles to include such capabilities, but we don’t support that. |
|
Posted: Wednesday Apr 25th, 2012 at 1:29 pm #11848 | |
![]() |
|
That sounds like it should work. |
|
Posted: Wednesday Apr 25th, 2012 at 1:28 pm #11847 | |
![]() |
|
You’re most welcome, Ken! :) |
|
Posted: Tuesday Apr 24th, 2012 at 4:04 pm #11749 | |
![]() |
|
Thank you again for the update, John! :) When you say “it no longer sends a notification by email when a new member registers”, are you referring to the email that gets sent to the user upon new WordPress user registration or something else? Your code above looks like it interacts with an existing user and simply updates their role. You might want to install the Email Log plugin mentioned in this article to see if the WordPress is sending the email, but it’s not being received: Knowledge Base » Troubleshooting Email Delivery Problems
Awarded user ‘John Prusinski’ the Advanced badge.
|
|
Posted: Tuesday Apr 24th, 2012 at 3:56 pm #11745 | |
![]() |
|
Hi Daniel, Unfortunately there is not currently a simple way to do this. I would recommend writing some custom PHP that uses WordPress and s2Member functions to generate such a dashboard. |
|
Posted: Tuesday Apr 24th, 2012 at 3:54 pm #11744 | |
![]() |
|
Hi Ken, I believe this is simply a result of how s2Member handles Buy Now memberships and that there isn’t a way around it. However, I’m going to consult with another support rep to see if he can shed any additional light. Thank you for your patience. |
|
Posted: Tuesday Apr 24th, 2012 at 3:49 pm #11743 | |
![]() |
|
Hi KenM, Please see my replies below:
That’s hard to say without looking at the logs. If you haven’t already, please enable logging (Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging) and when this happens again please search the logs in wp-content/plugins/s2member-logs/ for the related transaction# and then share those entries here for us to look at (please remove any private customer information, such as email addresses).
Yes, absolutely. If you manually fill in those details, s2Member will simply handle those accounts as it would any other account when it receives an IPN message from PayPal (e.g., upon receiving an EOT IPN message from PayPal, s2Member will search for the matching Subscriber ID and then set the EOT). The important thing to keep in mind is that if you’re dealing with recurring subscriptions (i.e., non Buy Now transactions), then you should not set the Automatic EOT Time field. s2Member will set that field on its own when it receives an EOT IPN message from PayPal. You can override this if you want by manually entering in a date here (see my next answer).
Yes, if you manually enter an EOT time in the Automatic EOT Time field, s2Member will always listen to the date you entered, even if it receives an IPN message from PayPal indicating an EOT. This means that if, for example, you manually set the EOT to a date to 6 months from now, but their PayPal subscription is canceled 1 month from now for some reason (for example because of a payment failure), s2Member will continue giving that account access until the date you specified in the Automatic EOT Time field. Here’s some more information:
|