Tag: str_replace
-
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.…
-
Reset password with just email
NOTE: if you are using version 2.9+, there is a new set of code snippets using some new filter hooks that make this process easier. One of the requests I get most often is how can I change the plugin to have the password reset only require the user to give their email address. This…
-
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 privacy policy or a terms of service in a textarea field
The plugin has a built-in process for adding a Terms of Service popup and that can be used in a number of different ways, or could be changed completely using some different filters. But what about adding a separate Privacy Policy in a textarea field? Or including your Terms of Service in the same way?…