Raam Dev

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Friday Mar 9th, 2012 at 5:53 pm #7804 | |
![]() |
|
Hi Kevin, I’m not sure what you’re referring to, as s2Member doesn’t add any buttons to the WordPress TinyMCE editor. Could you post a screenshot? |
|
Posted: Friday Mar 9th, 2012 at 5:47 pm #7803 | |
![]() |
|
Hello Ohm, You’ll need to make some customizations to achieve that exact functionality, but yes, it’s possible. To limit the amount of customization, I would recommend requiring visitors to register before downloading files and then have them login to your site and choose from the downloads they want. With s2Member, you can restrict WordPress posts/pages to specific levels. In your scenario, you could create a post/page that lists all of the downloads and then restrict that page to Level 0 (free subscriber). Then when a user registers and logs in, they will gain access to that download page. |
|
Posted: Friday Mar 9th, 2012 at 5:42 pm #7802 | |
![]() |
|
Hello, The Pro-Forms can be used for both recurring and non-recurring (Buy Now) transactions. You’ll see all the Pro-Form generators listed in the PayPal Pro-Forms section: Dashboard -› s2Member® -› PayPal® Pro Forms |
|
Posted: Friday Mar 9th, 2012 at 5:39 pm #7800 | |
![]() |
|
Hi Paul, Please see this thread: https://www.s2member.com/forums/topic/different-new-user-email-based-on-member-leve/ |
|
Posted: Friday Mar 9th, 2012 at 5:27 pm #7797 | |
![]() |
|
Hi Ryan, WordPress requires a username, however you can work around this by dynamically generating a username based on the email address and then hide the Username field (so when the user registers, they will actually get a username — they just won’t know what it is and they won’t see that field). Then, you can use the WP Email Login plugin to allow your users to login with their email address. You’ll also need to tweak any emails that go to the user so they don’t mention the username. Please see this thread from the old forum that explains how I achieved this: http://www.primothemes.com/forums/viewtopic.php?f=4&t=15672&p=49082#p49082 To do something similar on the Pro-Forms during checkout, you can hook into the Pro-Form as follows (this would go in a .php file inside your mu-plugins folder, as described in the aforementioned thread):
|
|
Posted: Friday Mar 9th, 2012 at 5:08 pm #7785 | |
![]() |
|
Hi Bendix, There is no “button version” of the Pro-Forms. However, the Pro-Forms should automatically fill in with the existing users information during checkout; there should be very little (if any) input needed from the user. Also, the Pro-Forms do not require PayPal Pro; see below:
|
|
Posted: Friday Mar 9th, 2012 at 3:46 pm #7747 | |
![]() |
|
You’re most welcome! :) |
|
Posted: Friday Mar 9th, 2012 at 3:46 pm #7746 | |
![]() |
|
Hi Eric, A quick clarification: I wasn’t suggesting that you “deactivate” the theme; I was suggesting that you change your active theme to one of the defaults that comes with WordPress (e.g., TwentyEleven). However, if you’re using the s2Clean Theme, then it’s most likely not the theme that’s causing the problem. A sever-side cache only exists if you’re running a caching plugin in WordPress (such as QuickCache or WP SuperCache). If you’re not running a caching plugin, you can ignore that suggestion. It could be a problem with mod_security on your server. Could you please try the suggestion here related to adding SecFilterEngine Off and SecFilterScanPOST Off to an .htaccess file in the web root. : Knowledge Base » Mod Security, Random 503/403 Errors |
|
Posted: Friday Mar 9th, 2012 at 3:41 pm #7745 | |
![]() |
|
In that case I would suspect a conflicting plugin. Have you tried disabling all other plugins? |
|
Posted: Thursday Mar 8th, 2012 at 8:14 pm #7676 | |
![]() |
|
Hi Dina, That would be in Dashboard -› s2Member® -› API / Notifications -› Payment Notifications. |
|
Posted: Thursday Mar 8th, 2012 at 7:50 pm #7669 | |
![]() |
|
Hi Roger, You can do that by redefining the function that sends the new user email. First, you’ll need to disable the existing function, wp_new_user_notification() by creating the following file and adding the code below: /wp-content/mu-plugins/disable-new-user-notify.php
Now inside your theme’s functions.php file (e.g., /wp-content/themes/theme_name/functions.php), you can add a function like the following:
|
|
Posted: Thursday Mar 8th, 2012 at 7:01 pm #7667 | |
![]() |
|
You’re most welcome! Thank you for the KUDOS, Zets! :) |
|
Posted: Thursday Mar 8th, 2012 at 7:16 am #7614 | |
![]() |
|
Hi Angela, Does the EMail Log plugin show the New User email being sent by WordPress? If not, can you please enable logging (WP Admin -> s2Member -> PayPal Options -> PayPal Account Details -> Enable Logging Routines?), conduct another test, and then share any relevant log entires related to the transaction(s) in question? Please x-out any private information before posting the logs here (e.g., email addresses). Also, can you verify that you’re running the latest versions of WordPress and s2Member?
|
|
Posted: Thursday Mar 8th, 2012 at 7:11 am #7613 | |
![]() |
|
Lee, Could you please enable logging (WP Admin -> s2Member -> CCBill Options -> CCBill Account Details -> Enable Logging Routines?), conduct another test, and then share any relevant log entries from /wordpress/wp-content/plugins/s2member-logs related to the transaction(s) in question? Please x-out any private information before posting here (e.g., email addresses). |
|
Posted: Thursday Mar 8th, 2012 at 7:05 am #7612 | |
![]() |
|
Hi Zets, Please see below:
s2Member can sell downloadable/digital content through the sale of Specific WordPress Posts/Pages. You provide the download link on a specific WordPress post/page (s2Member can protect downloads from being reused as well) and then visitors can purchase those posts/pages. After they’ve made the payment, they will receive an email with a special URL that gives them limited access to that post/page (depending on what access you’ve defined). While s2Member has many shopping cart features, it’s designed as a membership plugin for WordPress. There are no separate tables for products and it’s not possible to track within s2Member how many products were sold. We’re working on improving this functionality in the next major release of the plugin.
s2Member supports real-time streaming through Flash along with several fallback options if the real-time streaming doesn’t work for the visitor. If you force real-time streaming and leave out the fallback options, you can prevent people from downloading the videos. Please see Video » s2Member® File Downloads (Amazon S3/CloudFront/JW Player) for more details.
s2Member supports recurring payments, yes, but s2Member does not have an affiliate system. The recurring payments option is designed for members who signup through s2Member for access to some content on the site.
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. 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. Things like access restrictions on one domain are not shared across domains (again, the WordPress Multisite feature itself isn’t designed to work like that). When you upgrade s2Member on the primary site, the s2Member plugin is automatically updated for all your sub-sites. Since the s2Member plugin availability is extended to the sub-sites, and the plugin on each site would operate independently from each other, you’d need to install bbPress/BuddyPress separately on each of the sub-sites and then integrate it with s2Member. |
|
Posted: Wednesday Mar 7th, 2012 at 11:02 pm #7599 | |
![]() |
|
Hi Phillip, s2Member does not currently have any sort of daily reporting functionality. However, EOT reminders (notifications of when a member is going to expire) is something we have in the works for the next major release of the plugin. You could certainly write your own plugin that extracts the member information from the database and then generates a report. The data you’ll need to extract can be found in the wp_usermeta table. (You’ll want to search for rows that begin with a meta_key of wp_s2member.) |
|
Posted: Wednesday Mar 7th, 2012 at 10:54 pm #7598 | |
![]() |
|
Hi Joe, s2Member does not keep a running log of user logins or show a history of logins/access. This is something we will be looking to possibly include in the next major release of the plugin. |
|
Posted: Wednesday Mar 7th, 2012 at 10:52 pm #7597 | |
![]() |
|
Hi Eric, I’ve only seen that problem caused by conflicting plugins and/or themes that contain conflicting JavaScript. It can also occur if the browser’s cache of the JavaScript files somehow becomes corrupt or if there’s a server-side cache that’s holding a corrupt copy of the page. The things to try in that case would be clearing your browser cache, clearing any server-side cache you may be running with a plugin, disabling all plugins except s2Member, and switching to the default WordPress theme. If none of those work, then I would suspect either malware on your local computer that’s causing issues with your browser or something strange going on with the plugin files themselves on your server or even a problem with the server configuration. |
|
Posted: Wednesday Mar 7th, 2012 at 2:01 pm #7566 | |
![]() |
|
Hi Zets, There are several features you describe that can be achieved with s2Member (coupon codes, premium memberships, recurring payments, selling digital downloads), however there are many features that your scenario would require lots of custom coding and/or integration with other plugins to achieve (both of which we do not support).
s2Member does not have any built-in affiliate system, but we do support iDevAffiliate and ShareASale. Your scenario sounds like it involves heavy integration between the membership plugin on the main site, an affiliate system, and possibly other plugins on the sub-sites. In this case, s2Member would not be an all-in-one solution for your scenario.
It’s not currently possible to ‘force’ the usage of a coupon during registration. Also, the integration between the coupon and the making of the correct affiliate payment to the sub-site admin would require custom integration with whatever affiliate software makes those payments.
s2Member allows the sale of digital downloads through the sale of Specific Pages/Posts (see Dashboard -› s2Member® -› PayPal® Buttons -› Specific Post/Page (Buy Now) Buttons) and you can use the s2Member Tracking API (see Dashboard -› s2Member® -› API / Tracking) to alert a 3rd-party system (such as an affiliate system; we support iDevAffiliate and ShareASale) about those transactions. Again, s2Member is not an affiliate system, so the splitting of payments and payments to affiliates would need to be handled elsewhere.
Based on your requirements it sounds like you need more of an affiliate system than a membership system. As you’re already aware, s2Member isn’t designed to restrict access to content on sub-domains (due to the way WordPress Multisite works, there is no heavy integration between sub-sites). |
|
Posted: Wednesday Mar 7th, 2012 at 1:36 pm #7565 | |
![]() |
|
Hi James, You can find an example of the CSV export/import fields here: Pre Sale FAQs » Can I import Users/Members from software I was using previously? While it is possible to export/import custom fields, there are no options for filtering what gets exported. You’ll need to export all users and then do your sorting/filtering from within a spreadsheet program. |
|
Posted: Wednesday Mar 7th, 2012 at 1:33 pm #7564 | |
![]() |
|
You’re most welcome! Happy to help. :) |
|
Posted: Wednesday Mar 7th, 2012 at 1:32 pm #7563 | |
![]() |
|
Thank you for the suggestion, Jean-Michel. That’s a great idea! |
|
Posted: Wednesday Mar 7th, 2012 at 1:30 pm #7562 | |
![]() |
|
Hi Erin, Please try following these steps: Knowledge Base » Troubleshooting Email Delivery Problems |
|
Posted: Wednesday Mar 7th, 2012 at 1:29 pm #7561 | |
![]() |
|
Hi Stephen, – Are you using any URI Access Restrictions? (Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions) |
|
Posted: Wednesday Mar 7th, 2012 at 1:21 pm #7559 | |
![]() |
|
Hi Penny, I’m not sure which image you’re referring to. Could you take a screenshot and/or describe it some more? |