Raam Dev

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Sunday May 20th, 2012 at 11:58 pm #14044 | |
![]() |
|
Hi Rich, Have you verified that all your credentials are correct? Also, have you enabled logging (Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging)? If not, please enable logging and then check the log files for more details regarding the error. |
|
Posted: Sunday May 20th, 2012 at 11:56 pm #14043 | |
![]() |
|
Hi Amanda, The first part — multiple tiers, higher tiers having access to everything granted to lower tiers — is already a function of s2Member. The levels within s2Member are all cumulative, meaning higher levels have access to everything granted to lower levels. Regarding the second question about giving access to content for one specific user, you could either assign them their own unique Custom Capability (see Video » s2Member (Custom Capabilities)) and then tag their content with the Custom Capability, or you could use something like Client Portals (see Video » s2Member (Client Portals?)). |
|
Posted: Sunday May 20th, 2012 at 11:52 pm #14041 | |
![]() |
|
Technical support question, not Pre-Sale (wrong forum).
Moving this thread into Community Forum so you have a chance to receive assistance from other site owners. If you’d like priority support from s2Member®, please re-post this topic in our Customer Support Forum and we’ll take a closer look for you. For further details, please read our Support Policy. |
|
Posted: Sunday May 20th, 2012 at 11:50 pm #14039 | |
![]() |
|
Hi Ben, The problem is that the s2Member JavaScript that handles validation is only designed to work on the wp-login.php page. If you copy/paste the form code somewhere else, you’ll need to either modify the s2Member JavaScript or create your own validation for the form. As per our support policy, custom programming and custom modifications to s2Member are not supported (please see s2Member® » Support Policy » Outside Scope). |
|
Posted: Sunday May 20th, 2012 at 11:46 pm #14038 | |
![]() |
|
Hi Marlin, Yes, that is correct. |
|
Posted: Sunday May 20th, 2012 at 10:08 pm #14036 | |
![]() |
|
Hi Nick, Can you tell us what URLs you’re trying that are not working? |
|
Posted: Thursday May 17th, 2012 at 3:59 am #13741 | |
![]() |
|
Hi Mark, s2Member Pro comes with a Pro API, which can be used to create users of any level. Please see Dashboard -› s2Member® -› API / Scripting -› Remote Operations API. |
|
Posted: Thursday May 17th, 2012 at 3:57 am #13739 | |
![]() |
|
Hi Brad, It sounds like you’ve made some modifications to s2Member to make it work with your scenario. Could you please share those modifications so we can determine if the problem lies there? |
|
Posted: Thursday May 17th, 2012 at 3:55 am #13738 | |
![]() |
|
Hi Avi, There are no hook/filters necessary for this. You can use Dynamic Shortcode Attributes with the s2Member Pro-Forms (available with s2Member Pro). You’d simply use some PHP to calculate the trial amount (aka, the free period until their subscription should start) and then configure the Pro-Form shortcode appropriately. When s2Member displays the signup form to your visitor, it will already be configured with the correct attributes. You can read more about Dynamic Shortcode Attributes here. |
|
Posted: Thursday May 17th, 2012 at 3:52 am #13737 | |
![]() |
|
Hi Avi, You can manually add users and set their expiration date (Automatic EOT Time) while leaving the Payment Gateway blank. If you want to keep track of things like payment amounts, etc., you’ll need to use the Administrative Notes section on the user’s profile. |
|
Posted: Thursday May 17th, 2012 at 3:50 am #13736 | |
![]() |
|
Hi Phillip, You can use dynamic shortcode attributes along with PHP to calculate the TA time interval and then set the Pro-Form with the correct one. Please see this thread for more information. Otherwise, if you write some PHP code that calculates when the user’s account should expire, you can forcefully set the EOT by modifying the database directly (see here for more info). |
|
Posted: Thursday May 17th, 2012 at 3:45 am #13735 | |
![]() |
|
Hi Dave, s2Member is not designed to allow members to post content to the site. All the s2Member level role capabilities are based on the WordPress Subscriber role, which means they can only view posts/pages and post comments. You could potentially use a role editor plugin to modify the roles to allow posting capabilities, but this would not be supported by s2Member. |
|
Posted: Thursday May 17th, 2012 at 3:40 am #13734 | |
![]() |
|
Hi Susan, The only way to really do this is to use the s2Member Conditionals (Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals and Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals) to check if the person viewing the page is logged in. If they are logged in, you don’t show the page (you could redirect them somewhere else). Otherwise, you show the page. You can also use those conditionals in your theme files to hide certain pages from the menus if necessary. |
|
Posted: Thursday May 17th, 2012 at 3:36 am #13733 | |
![]() |
|
Hi Joseph, This isn’t currently possible with the s2Member Pro-Forms unless you modify the Pro-Form templates yourself and add the necessary JavaScript. Please see here for more info. |
|
Posted: Thursday May 17th, 2012 at 2:22 am #13726 | |
![]() |
|
Hi Joel, Your shortcode looks correct. Keep in mind that the Login Welcome Page is not the login page; the Login Welcome Page is the page that your members will see after they login. Since s2Member users are WordPress users, s2Member will use WordPress login screen to authenticate your members. If you want to provide a different place for your members to login, you can use the s2Member Pro Login Widget (Appearance -> Widgets -> Pro Login Widget). |
|
Posted: Thursday May 17th, 2012 at 12:07 am #13720 | |
![]() |
|
Hi Dan, Unfortunately they wouldn’t have access to any payment history. We understand the need for a payment history and we’re working on improving this aspect in the next major release of s2Member. |
|
Posted: Wednesday May 16th, 2012 at 11:50 pm #13718 | |
![]() |
|
Hi Joel, There are no copies of the emails saved anywhere, but if you wanted to CC yourself a copy of specific emails you could do that by hooking into the routines that send emails (see Hooks/Filters). For example, this thread shows how you can send an email when the role has been changed manually. |
|
Posted: Wednesday May 16th, 2012 at 11:04 pm #13717 | |
![]() |
|
Hi James, This could also be caused by using the wrong credentials or trying to connect to the Sandbox API URL using the Live credentials or vice versa. You should double-check that you’re using the correct API URL + account details. |
|
Posted: Wednesday May 16th, 2012 at 10:59 pm #13716 | |
![]() |
|
Hi Robert, You can certainly accomplish this using the s2Member Hooks/Filters. All of the s2Member source code is available, so you can make any changes that are necessary for your specific integration. As per our support policy, custom programming and modifications to s2Member are not supported (see s2Member® » Support Policy » Outside Scope), so you would need to hire a programmer to make the integration (we recommend jobs.wordpress.net). |
|
Posted: Wednesday May 16th, 2012 at 10:55 pm #13715 | |
![]() |
|
Hi Viktor, Please see my replies below:
Yes, after you purchase your single-site license, you will have the option to upgrade to an unlimited-site license from within your s2Member.com for the difference in the price.
Please see Pre Sale FAQs » Can I add support for other payment gateways?
Please see Dashboard -› s2Member® -› API / List Servers -› Other Integration Methods:
|
|
Posted: Wednesday May 16th, 2012 at 10:32 pm #13713 | |
![]() |
|
Hi Mark, All of this is certainly possible. Upgrading/downgrading a membership level programmatically involves simply changing the user role from s2member_level0 (free) to a membership level (e.g., s2member_level1). You can read more about doing that here. As per our support policy, custom programming and special modifications to s2Member is outside the scope of what we support (see s2Member® » Support Policy » Outside Scope). However, all the documentation you need to make this work can be found in the s2Member Codex. |
|
Posted: Wednesday May 16th, 2012 at 9:55 pm #13707 | |
![]() |
|
Hello Pushparaj, Please make sure you’re not using an account that already exists within s2Member. Also, please clear your browser cache and delete all your cookies when testing, otherwise s2Member might detect that you already registered. |
|
Posted: Wednesday May 16th, 2012 at 4:02 am #13635 | |
![]() |
|
Hello, When you click on Signup, there’s a link on the PayPal Login page that says “Don’t have a PayPal account?”. If you click on that link, you can pay with a Credit Card without signing into PayPal. |
|
Posted: Wednesday May 16th, 2012 at 3:59 am #13634 | |
![]() |
|
Hi Avi, This is certainly possible but it would require a little custom PHP programming to determine the current date and then set the properties of the signup form accordingly. So, if on a specific date (or between two specific dates) you wanted to offer 3 months free followed by a paid membership for 1 year, you could do that using the Free/Trial period on the Pro-Form shortcode (s2Member Pro is required for Pro-Forms). We don’t support the custom programming, so you’d need to hire a programmer to do that part. It wouldn’t be too much work as it’s really just manipulating the s2Member shortcode based upon various rules related to the current date. |
|
Posted: Wednesday May 16th, 2012 at 3:47 am #13633 | |
![]() |
|
Technical support question, not Pre-Sale (wrong forum).
Moving this thread into Community Forum so you have a chance to receive assistance from other site owners. If you’d like priority support from s2Member®, please re-post this topic in our Customer Support Forum and we’ll take a closer look for you. For further details, please read our Support Policy. |