Raam Dev

My Latest Replies (From Various Topics)
Author | Replies | ||
---|---|---|---|
Author | Replies | ||
Posted: Friday Apr 13th, 2012 at 11:46 am #10739 | |||
![]() |
|||
Hi Joanne, Showing us the code from functions.php that you’re referring to would be very helpful. Also, if you could copy/paste the URL that you’re being redirected to when logging out (the one with all the MOP variables; please show us the full URL), that would also be helpful. The only reason s2Member should redirect you to the Membership Options Page after logout is if the page you’re being redirected to is protected by s2Member (i.e., the now-logged-out user doesn’t have access to the page). |
|||
Posted: Friday Apr 13th, 2012 at 11:42 am #10738 | |||
![]() |
|||
Hi Donald, Philly’s suggestion is correct. Set your Login Welcome page to your home page using the Special Redirection URL box at the bottom of that section. Then create a One-Time Offer (Dashboard -› s2Member® -› General Options -› One-Time Offers (Upon Login)) that points to another page where you have your video. |
|||
Posted: Friday Apr 13th, 2012 at 11:36 am #10736 | |||
![]() |
|||
Hi Michael, You could use a Specific Post/Page transaction (Dashboard -› s2Member® -› PayPal® Pro Forms -› Specific Post/Page (Buy Now) Forms) to “sell” access to a page that contains the form. You’d then need to implement your own method of determining whether the user has already submitted the form, possibly using some kind of one-time token tied to the IP address of the person submitting the form. That second part would be a custom feature that you’d need to implement on your own. As per our support policy (please see s2Member® » Support Policy » Outside Scope), we are unable to assit with custom features. |
|||
Posted: Friday Apr 13th, 2012 at 11:27 am #10735 | |||
![]() |
|||
Hi Brian, s2Member supports iDevAffiliate and ShareASale for affiliate software. If you simply need link tracking, you may want to look into something like Google Analytics. As this is the forum for s2Member plugin support, you may have better luck posting this question on the Community Forum. |
|||
Posted: Friday Apr 13th, 2012 at 11:23 am #10734 | |||
![]() |
|||
You’re most welcome, Andrew! Glad to help. :) |
|||
Posted: Friday Apr 13th, 2012 at 11:22 am #10733 | |||
![]() |
|||
Hi Jeff, s2Member does not create subdomains or sites. The plugin is designed to protect WordPress content (e.g., posts, pages, downloadable files) and sell access to that content through the form of memberships and one-time purchases (i.e., Buy Now transactions). 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: Friday Apr 13th, 2012 at 11:19 am #10732 | |||
![]() |
|||
When you import users into s2Member, you can specify in the CSV file an Automatic EOT Date. This is the date that s2Member will automatically end their membership (exactly what happens is determined in Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior). If you don’t currently have Automatic EOT Dates for those users but you do have their registration date and their term, then you can calculate their EOT dates using that information (e.g., if a member registered on January 1st, 2012 and has a 12-month term, their Automatic EOT Date would be January 1st, 2013). s2Member uses the WordPress users database, so all information is stored there. If you want to create a free registration form, you can do so in Dashboard -› s2Member® -› PayPal® Pro Forms -› Free Registration Forms (requires s2Member Pro). If you want to create a coupon code to provide a discount on a signup form, you can do so in Dashboard -› s2Member® -› Pro Coupon Codes (required s2Member Pro). To create a coupon code for a free registration, please see Knowledge Base » Offering a Free Coupon Code (100% Discount). The s2Member import features require s2Member Pro. If you wish to utilize the importation of s2Member-specific features, such as Automatic EOT Times, you most likely won’t be able to use a 3rd-party plugin. |
|||
Posted: Friday Apr 13th, 2012 at 11:12 am #10731 | |||
![]() |
|||
No problem, Jana! Glad to help. :) |
|||
Posted: Friday Apr 13th, 2012 at 11:11 am #10730 | |||
![]() |
|||
Hi Doug, You could probably use ws_plugin__s2member_during_paypal_notify_during_subscr_payment. Please see the PayPal Hooks/Filters for a complete list of hooks. That page also shows where in the s2Member code the hook exists, so you should be able to figure out from there which hook makes the most sense for your scenario. |
|||
Posted: Friday Apr 13th, 2012 at 11:04 am #10729 | |||
![]() |
|||
Hello, Yes, you can add those additional fields through Dashboard -› s2Member® -› General Options -› Registration/Profile Fields. |
|||
Posted: Friday Apr 13th, 2012 at 11:02 am #10728 | |||
![]() |
|||
You can certainly have the secondary membership signup form add a Custom Capability to those secondary accounts, that way you as the administrator and differentiate between primary and secondary accounts. As for the problem with people giving out the password, the only solution I can think of is to create authentication codes that can only be used one time. If the code has already been used to access the signup form, present a message saying that it has expired. Then you can offer each Primary Member a fixed number of codes (e.g., 5 access codes) and then require them to contact you if they need more. |
|||
Posted: Friday Apr 13th, 2012 at 10:54 am #10727 | |||
![]() |
|||
Hi Tom, If you’re referring to canceling the payment subscription, you’ll need to handle that from within your payment gateway’s dashboard (e.g., PayPal’s Recurring Payments Dashboard, which allows you to cancel subscriptions manually). If you want their login details to remain intact when you cancel their payment subscription, you’ll want to first make sure that the Automatic EOT Behavior setting for the gateway is configured to demote users and not delete them (for the PayPal gateway, that would be found in Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior). |
|||
Posted: Friday Apr 13th, 2012 at 10:51 am #10726 | |||
![]() |
|||
Hi John, Yes, this is possible using s2Member conditionals. Please see Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals for more information. |
|||
Posted: Friday Apr 13th, 2012 at 10:49 am #10725 | |||
![]() |
|||
Hi Ruan, s2Member BuddyPress integration works by protecting URI fragments (URLs) that point to various aspects of BuddyPress. Please see the note at Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions:
With this, you could, for example, restrict the /groups/ URL to only those with Level 2 access. Regarding Affiliate Royale: s2Member currently supports iDevAffiliate and ShareASale. Other affiliate plugin integrations may be possible (see Dashboard -› s2Member® -› API / Tracking -› Other Tracking Methods), but you would need to handle such custom integration. |
|||
Posted: Friday Apr 13th, 2012 at 10:34 am #10724 | |||
![]() |
|||
Hi Kath, I looked at your log files and I noticed several instances where the logs indicated the following:
Could you please re-test, making sure that you’re fully logged out and that you’ve cleared your browser cookies? I also noticed some log entires that indicated s2Member should’ve sent the signup confirmation email. If you never received a signup confirmation email during your tests, could you please confirm that you’ve installed and configured the WP Mail SMTP plugin as described here? |
|||
Posted: Thursday Apr 12th, 2012 at 12:30 pm #10672 | |||
![]() |
|||
Hi Candi, What you’re describing is certainly possible with s2Member, but keep in mind that the s2Member roles are cumulative, meaning that Level 2 has access to everything granted to Level 1 and Level 0. If you need more granular control, we recommend using Custom Capabilities instead of Levels. |
|||
Posted: Thursday Apr 12th, 2012 at 12:25 pm #10671 | |||
![]() |
|||
Hi Angela, Have you tried using a snippet of PHP instead of the shortcode to see if the problem only exists with shortcodes?
(You’ll need to have the Exec-PHP Plugin installed for this to work inside pages/posts.) |
|||
Posted: Thursday Apr 12th, 2012 at 12:25 pm #10670 | |||
![]() |
|||
Hi Angela, Have you tried using a snippet of PHP instead of the shortcode to see if the problem only exists with shortcodes?
(You’ll need to have the Exec-PHP Plugin installed for this to work inside pages/posts.) |
|||
Posted: Thursday Apr 12th, 2012 at 12:20 pm #10669 | |||
![]() |
|||
Hi Nic, Have you taken a look at the video tutorials? This series on file downloads in particular should help:
|
|||
Posted: Thursday Apr 12th, 2012 at 12:17 pm #10668 | |||
![]() |
|||
Hi Dimitrios, The problem is that s2If is_user_logged_in() will match anyone who is logged in, including Level 2 users. What you want to do is change that to s2If current_user_is(s2member_level1). |
|||
Posted: Thursday Apr 12th, 2012 at 12:13 pm #10666 | |||
![]() |
|||
Hi Jana, Are you referring to the Zip Code field that shows up when you select a Credit Card on the Pro-Form (i.e., the billing zip code)? Or is this a Custom Registration Field that you added through Dashboard -› s2Member® -› General Options -› Registration/Profile Fields? |
|||
Posted: Thursday Apr 12th, 2012 at 12:09 pm #10665 | |||
![]() |
|||
Another thing to try is changing the email address to something else, saving, and then changing it back to the correct one and saving again. It sounds like the database itself has the wrong email address, which would indicate there was a problem saving the new one. |
|||
Posted: Thursday Apr 12th, 2012 at 12:04 pm #10664 | |||
![]() |
|||
You’re most welcome! :) s2Member currently integrates with iDevAffiliate and ShareASale. It is possible to integrate with other affiliate programs (see Dashboard -› s2Member® -› API / Tracking -› Other Tracking Methods), but the integration would be up to you. |
|||
Posted: Thursday Apr 12th, 2012 at 12:01 pm #10662 | |||
![]() |
|||
Hi Kath, You can use the Private Contact form to send us your log files. Please attach all of the log files, not just the ClickBank ones. |
|||
Posted: Thursday Apr 12th, 2012 at 11:57 am #10661 | |||
![]() |
|||
Mike, Does the Email Log plugin show any emails sent to MailChimp for new subscribers? Could you please double-check the MailChimp List IDs that you added to Dashboard -› s2Member® -› API / List Servers -› MailChimp® and confirm they are correct. For testing purposes, keep in mind that you can edit an existing user and check the box that says “Re-process List Servers”. When you click Update User, s2Member will reattempt the list subscription for that user. |