Your cart is currently empty!
Category: Tips and Tricks
Block Posts After a Set Number of Page Views
On occasion, the question of how to only prompt to login after a specific number of page views or an amount of time has passed. While there is no real fool proof way to implement this type of process, there are some ways you can implement it if this is right for you. This demonstration…
How to restrict categories to a defined user group
This concept is similar to the process outlined in How to add multiple user levels by category. However, the difference here is that we will restrict each category to a specific group (or level), but those users will not have access to the other categories. In the other example, higher level users have access to…
Integrating Really Simple CAPTCHA
Really Simple CAPTCHA can be used with the WP-Members plugin in place of the default reCAPTCHA. Note: This method of adding Really Simple CAPTCHA is no longer necessary as it is now supported directly within the plugin. Install and activate the Really Simple CAPTCHA plugin, enable it in the WP-Members options, and customize using the…
Confirm password at registration and have password meet specific criteria
I’ve shown other code snippets for similar things – password validation at registration and having a password meet specific criteria. However, the password requirements example was geared toward a setup that was requiring this when a user changes their password (they were not allowing it to be set at registration). So here is an example…