Raam Dev

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Tuesday Jul 10th, 2012 at 2:25 am #18775 | |
![]() |
|
Hi, Please see Dashboard -› s2Member® -› API / Scripting -› Pro Login Widget (via PHP). |
|
Posted: Tuesday Jul 10th, 2012 at 2:24 am #18774 | |
![]() |
|
Hi, You can do this:
Also, you may want to look at Dashboard -› s2Member® -› API / Scripting -› Member Profile Modifications. |
|
Posted: Tuesday Jul 10th, 2012 at 2:04 am #18773 | |
![]() |
|
Hi Tim, You need to make sure that when you create the Custom Registration Fields that you set “Applicable Membership Levels” to all, or to the Level Pro-Form that you want the field to show up on. |
|
Posted: Tuesday Jul 10th, 2012 at 2:02 am #18772 | |
![]() |
|
Hi Zoe, Yes, you can use this technique to check if the s2member_seeking variable in the URL matches the Page/Post ID you want to redirect. If it matches, you do the redirect away from the Membership Options Page. If it doesn’t match, you do nothing and the Membership Options Page loads as usual. |
|
Posted: Tuesday Jul 10th, 2012 at 1:58 am #18771 | |
![]() |
|
Hi Jeffry, You could use Payment Notifications (see Dashboard -› s2Member® -› API / Notifications -› Payment Notifications) to retrieve the total payment amount for each transaction. Will that work? |
|
Posted: Tuesday Jul 10th, 2012 at 12:40 am #18770 | |
![]() |
|
Hi Alex, I cannot access http://salearnerslicense.co.za/paypal-test/ because it requires a login (the page redirects to the Membership Options page when I’m not logged in). However, if you want to hide the subscribe to newsletter checkbox, you can add some CSS to the page that hides it. Since I can’t see the page, I can’t tell you what the CSS would be. If you want me to give you the CSS, please provide a test login so I can access that page. |
|
Posted: Tuesday Jul 10th, 2012 at 12:32 am #18769 | |
![]() |
|
Hi Stuart, This is not currently possible with the Pro-Coupon codes. However, we will take that feature into consideration for a future version of the plugin. |
|
Posted: Tuesday Jul 10th, 2012 at 12:30 am #18768 | |
![]() |
|
Got it. Thank you for the update, Stuart! :) |
|
Posted: Tuesday Jul 10th, 2012 at 12:28 am #18766 | |
![]() |
|
Hi Hamid, The first thing I noticed is that you have two extra double-quotes on the success= attribute. This:
should be:
Regarding the email issue: Can you tell me what “Allow Custom Passwords during Registration?” is set to in Dashboard -› s2Member® -› General Options -› Registration/Profile Fields? Regarding passing Custom Registration Fields in the success URL: You should be able to use %%gender_title%%. Please see Dashboard -› s2Member® -› PayPal® Pro Forms -› Custom Return URLs Upon Success. |
|
Posted: Tuesday Jul 10th, 2012 at 12:18 am #18765 | |
![]() |
|
Hi Paolo, If you want to have users register and then checkout at PayPal, you should be using the s2Member PayPal Pro-Forms: Dashboard -› s2Member® -› PayPal® Pro Forms -› Quick Start Guide. The Pro-Forms do not require PayPal Pro. Try generating one of the Pro-Form shortcodes and then placing that on a new WordPress page. |
|
Posted: Tuesday Jul 10th, 2012 at 12:14 am #18764 | |
![]() |
|
Hi Kevin, 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: Tuesday Jul 10th, 2012 at 12:08 am #18760 | |
![]() |
|
We don’t currently have a release date for the next version but we will announce it as soon as we can. Thank you for your patience. |
|
Posted: Tuesday Jul 10th, 2012 at 12:04 am #18758 | |
![]() |
|
Hi John, Please see the example script (/s2m-pro-extras/paypal-central-ipn.php) inside s2m-pro-extras.zip. The comments in that file contain instructions for setting this up. |
|
Posted: Monday Jul 9th, 2012 at 11:54 pm #18757 | |
![]() |
|
Hello, s2Member doesn’t provide any features for providing users “different sets of plugins and themes” nor does it have any way to configure privileges for “custom domain usage or upload quota”. For controlling access to BuddyPress please see Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions. |
|
Posted: Saturday Jul 7th, 2012 at 7:41 am #18550 | |
![]() |
|
Hi Alexander, Another support member gave me a few ideas for how you’d be able to make this scenario work with s2Member: You could use Custom Capabilities and create a Custom Capability for each music file. You’d need to create an upload feature for the musicians that uploads their song into a folder in plugins/s2member-files/ so that the song is protected by s2Member. Then, you’d have your musicians create PayPal buttons using their own PayPal accounts but following these instructions to integrate their button with your s2Member installation (they’ll also need to add the Custom Capability for that song to the PayPal button when they create it). When a purchaser uses one of those PayPal buttons to purchase a song, the IPN message from PayPal indicating the purchase was complete will also include the Custom Capability for that song and the Custom Capability will be added to that users account, thereby giving them access to download the song (you’d have a page set up with a download link for the song that requires the Custom Capability for that song). You could use Advanced Download Restrictions to protect the download links on the download pages (see Dashboard -› s2Member® -› Download Options -› Advanced Download Restrictions). |
|
Posted: Saturday Jul 7th, 2012 at 7:19 am #18548 | |
![]() |
|
Hi John, I updated the original post with the location of the text you were trying to modify. If you want to disable file download confirmations altogether, you can add this to your wp-content/mu-plugins/s2-hacks.php file:
|
|
Posted: Saturday Jul 7th, 2012 at 7:17 am #18547 | |
![]() |
|
I’m not sure why it’s not working, but I found where you can remove it manually: plugins/s2member/includes/s2member-min.js You’ll want to make a backup of your changed file so that you can restore it after s2Member upgrades. If you want to disable file download confirmations altogether, you can add this to your s2-hacks.php file:
|
|
Posted: Saturday Jul 7th, 2012 at 6:22 am #18545 | |
![]() |
|
No problem. Glad to help! :) |
|
Posted: Saturday Jul 7th, 2012 at 6:21 am #18544 | |
![]() |
|
Hi Greg, The is_singular() conditional tag checks if a singular page is being displayed. The code above will only ever return a singular page, so there really isn’t any point in checking that. I’m not sure where the has_media_embed() function comes from (it’s not a WordPress function), but if you needed to add it, you’d do the following:
|
|
Posted: Saturday Jul 7th, 2012 at 6:09 am #18543 | |
![]() |
|
Hi Shelley, We have many customers running s2Member (free and Pro) on a shared server, many of whom have hundreds (if not thousands!) of users inside s2Member. If your web host really says that s2Member is too much for your server, you should probably look into switching to another web host. Regarding the 503 errors: there are lots of different things that could cause that. If you could tell us the exact error message, we might be able to point you in the right direction. Otherwise, we recommend starting with the suggestions in this KB article: Knowledge Base » Mod Security, Random 503/403 Errors |
|
Posted: Saturday Jul 7th, 2012 at 6:06 am #18542 | |
![]() |
|
Hi Stéphane, s2Member does not handle the creation of sub-sites, this is handled by WordPress itself. 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. If you wanted to automatically create a sub-site upon the completion of a new s2Member membership on your primary site, you could certainly add that functionality by hooking into s2Member (you’d probably use one of the s2Member PayPal hooks). Just to clarify: the s2Member Multisite integration extends usage of the s2Member plugin to your sub-sites, giving those sub-sites the opportunity to set up a membership site of their own. The s2Member Multisite integration does not handle the configuration or creation of your sub-sites in a multisite installation. |
|
Posted: Saturday Jul 7th, 2012 at 6:01 am #18541 | |
![]() |
|
Glad to help! :) |
|
Posted: Saturday Jul 7th, 2012 at 5:57 am #18540 | |
![]() |
|
James, I took a look at your site and here’s what I discovered: The JavaScript that prefills the fields on your upgrade form is not loading the logged-in user’s details. That would indicate there is a JavaScript conflict somewhere, most likely caused by one of your other plugins but even possibly by your theme. I noticed you’re running the Shortcodes Ultimate plugin. That plugin is known to conflict with s2Member (a quick search will turn up several threads about this). I recommend disabling the Shortcodes Ultimate plugin and testing again to see if the upgrade form prefills. |
|
Posted: Saturday Jul 7th, 2012 at 5:25 am #18539 | |
![]() |
|
Hi Artel, s2Member is not designed to allow posting of new content (i.e., WordPress posts or pages). Users can leave comments, but they’re not allowed to access the WordPress admin side. All the s2Member Levels are based on the WordPress Subscriber role capabilities, which only allows viewing of content. It is possible to override this using a 3rd party plugin like the Role Editor plugin, which would allow you to manually change the capabilities of the s2Member Levels. s2Member supports subscriptions for specific lengths of time and the renewing of subscriptions, however there is no “maximum amount of reactions” feature. If you wish to hire a programmer to add such a feature, you can post a job on jobs.wordpress.net. All the source code is made available for both the free and the paid version of the plugin. |
|
Posted: Saturday Jul 7th, 2012 at 4:46 am #18535 | |
![]() |
|
Glad to help! :) |