Tag: tips
-
Modifying default error messages that are not editable in the dialogs tab
When I first developed the admin panels for the plugin, I added editable dialogs for most of the various error messages. Since then, some additional dialogs have been added for form validation (as well as the ability to add your own validation and messages). However, most of those were not included in the dialogs tab.…
-
Use an invitation code with the PayPal subscription extension
When running the PayPal subscription extension, you might have some users you want to give a free account to. Or you might want to offer a discount to users with a specific code. Here is are some code snippets that will allow you to validate a promotion code in the registration form and if it…
-
Multiple Selection Checkboxes – Add A Section Heading (Advanced)
As of WP-Members 3.1.0, multiple selection checkbox support is an included feature in the plugin. That makes custom implementation such as described here unnecessary for most applications. I am leaving this post here however as there may continue to be users who (1) need a high level of customization that may utilize some or all…
-
Multiple Selection Checkboxes – Add A Section Heading (Basic)
This tutorial is an extension of the tutorial on creating Multiple Selection Checkboxes. This tutorial will add a little snippet to one of the functions in that tutorial to show you how to add a section heading to your group of checkboxes. This is a basic tutorial. There is also a more advanced tutorial that…
-
Add a custom tab to the WP-Members admin panel to send test emails to the administrator
I had a user request some time ago to allow the plugin to send test emails to the administrator so that so a site owner could test both email functionality and view the content of each email without going through the hassle of doing a test registration each time. I thought that sounded like a…