Raam Dev

My Latest Replies (From Various Topics)
Author | Replies | ||
---|---|---|---|
Author | Replies | ||
Posted: Monday Apr 16th, 2012 at 6:34 pm #10946 | |||
![]() |
|||
Hi Christian, You said that you have to add two lines to make it work… what two lines are those? |
|||
Posted: Monday Apr 16th, 2012 at 6:29 pm #10944 | |||
![]() |
|||
Hi Richard, You can add the following code to your theme’s functions.php file to send an email notification upon role change:
|
|||
Posted: Monday Apr 16th, 2012 at 6:25 pm #10942 | |||
![]() |
|||
Hi Albert, You can edit the theme’s page.php template file and comment out or remove the following lines:
|
|||
Posted: Monday Apr 16th, 2012 at 6:21 pm #10941 | |||
![]() |
|||
Awarded Gaper Ville the Helpful badge.
|
|||
Posted: Monday Apr 16th, 2012 at 6:18 pm #10940 | |||
![]() |
|||
Frank, glad to hear it’s working now! Philly, thank you for the help! :) |
|||
Posted: Monday Apr 16th, 2012 at 6:16 pm #10939 | |||
![]() |
|||
Hi Laura, Without further details it’s hard to say if s2Member could be used for your scenario. Could you please explain a bit more what types of content you’d be adding and what types of restrictions would be in place? |
|||
Posted: Monday Apr 16th, 2012 at 6:15 pm #10938 | |||
![]() |
|||
Hi George and Steve, Yes, s2Member can certainly work for your scenario. Please see the video below that explains how Client Portals would be set up:
|
|||
Posted: Monday Apr 16th, 2012 at 6:12 pm #10937 | |||
![]() |
|||
Hi Dave, You can disable s2Member’s Login customizations by adding the following code to wp-content/mu-plugins/s2hacks.php (create the file if it doesn’t already exist):
|
|||
Posted: Monday Apr 16th, 2012 at 5:55 pm #10935 | |||
![]() |
|||
Hi Mark, As per our support policy, customizations and hacks like these are unsupported (please see s2Member® » Support Policy » Outside Scope). However, I will send the lead developer an email to see if he can offer any insight. |
|||
Posted: Monday Apr 16th, 2012 at 5:53 pm #10934 | |||
![]() |
|||
Hi James, You can hide specific payment types from the Pro-Form by removing them from the accept= attribute. For example, to accept only PayPal, Visa, and MasterCard, you’d change the attribute to the following:
If you want to customize the Pro-Forms themselves, please see Pre Sale FAQs » Is it possible to modify s2Member® Pro Form templates?. |
|||
Posted: Monday Apr 16th, 2012 at 5:49 pm #10933 | |||
![]() |
|||
Hi Gaper, You’d need to write some PHP code to calculate the expiration date based upon the registration or payment date (you could use the s2Member PHP Constant S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS; see Dashboard -› s2Member® -› API / Scripting -› PHP/API Constants for more info). You could also use the s2Member Advanced/PHP Conditionals (Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals) to check which Custom Capability and/or Level the user currently has. Using PHP code inside a WordPress Post/Page requires the use of a plugin such as Exec-PHP Plugin. |
|||
Posted: Monday Apr 16th, 2012 at 5:44 pm #10932 | |||
![]() |
|||
Hi Tuhin, Yes, that’s correct. When configuring CloudFront in s2Member (Dashboard -› s2Member® -› Download Options -› Amazon® S3/CloudFront CDN Storage), just make sure you check the box that says Yes, I want s2Member to auto-configure using custom CNAMES that I’ll setup. and then enter your CNAMES in there. |
|||
Posted: Monday Apr 16th, 2012 at 5:39 pm #10931 | |||
![]() |
|||
Hi Chris, I can understand the desire for such a feature and as I mentioned we’re working to support that functionality in the next major release of the plugin. Currently, renewal or payment failure notifications are handled by the payment gateway (e.g., PayPal sends a reminder to the subscriber notifying them of renewal, expired credit card, failed payment, etc.). |
|||
Posted: Monday Apr 16th, 2012 at 5:37 pm #10930 | |||
![]() |
|||
Hi John, PayPal Website Payments Advanced is a new offering from PayPal. I’m sending a quick message to the lead developer (Jason) to see if he can shed any light on what the status is for s2Member support for PayPal Website Payments Advanced. Thank you for your patience. |
|||
Posted: Monday Apr 16th, 2012 at 5:06 pm #10927 | |||
![]() |
|||
Sharon, Thank you for updating the thread! :) |
|||
Posted: Monday Apr 16th, 2012 at 5:06 pm #10926 | |||
![]() |
|||
Thank you for updating the thread, Gaper. Glad to hear it’s working now. :) |
|||
Posted: Monday Apr 16th, 2012 at 5:05 pm #10925 | |||
![]() |
|||
You’re most welcome, Don! Glad to help. :) |
|||
Posted: Monday Apr 16th, 2012 at 5:05 pm #10924 | |||
![]() |
|||
Sharon, Thank you for updating the thread! Glad to hear it’s working now. :) |
|||
Posted: Monday Apr 16th, 2012 at 5:04 pm #10923 | |||
![]() |
|||
Hi Roger, Thank you for posting the solution! You can also use the following:
That would redirect you to a page called /goodbyepage/ on your site upon logout. |
|||
Posted: Monday Apr 16th, 2012 at 4:53 pm #10922 | |||
![]() |
|||
You’re welcome, Brian! Glad to help. :) |
|||
Posted: Monday Apr 16th, 2012 at 4:52 pm #10921 | |||
![]() |
|||
You’re most welcome, Tom! Glad I could help. :) |
|||
Posted: Monday Apr 16th, 2012 at 4:52 pm #10920 | |||
![]() |
|||
You’re most welcome, Jeff! Glad I could help. |
|||
Posted: Monday Apr 16th, 2012 at 4:51 pm #10919 | |||
![]() |
|||
Hi Brent, If you want those fields to show up on the s2Member Pro forms, you’ll need to add them manually yourself. There isn’t an option to simply “include” them; you’ll need to create Custom Registration fields called Website, AIM, Yahoo, etc., manually by clicking on the “Add New Field” link found at Dashboard -› s2Member® -› General Options -› Registration/Profile Fields. |
|||
Posted: Monday Apr 16th, 2012 at 2:12 pm #10909 | |||
![]() |
|||
Hi Elizabeth, You’ll need to use some PHP to do that check. This post explains the PHP that would be necessary. Keep in mind that you’ll need to install the Exec-PHP Plugin to run PHP code within your WordPress posts/pages. You can then incorporate other s2Member conditionals in addition to the date check. (For example, you may want to use s2If current_user_can(access_s2member_level2) to make sure only Level 2 members can see the content; please see Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals for more information.) |
|||
Posted: Monday Apr 16th, 2012 at 2:07 pm #10908 | |||
![]() |
|||
Great to hear, Gaper! Thank you for the update. |