I’m working on a site which is mostly static content and one main blog. Because of this, WordPress looks like the best option to construct this site. However, the client is now looking for the following feature:
- There needs to be a “members only” section, with sub-pages, containing some slightly sensitive information
- Users need to be able to request an account and have their email address verified
- After verification, the admin wants to manually say “yes” or “no” to each registration request before the users are added as members
- Members shouldn’t ever have access to the backend, but should stay on the site after registerring and logging in
Is there some plugin, or series of plugins, which makes this more straightforward? Does anyone have advice on how this is best set up?
Thanks!
Take a look at theme my login which covers:
out based upon their role
confirm e-mail address upon
registration
and in order to create you member only pages you can use your regular pages and simply add this function to your theme’s functions.php is_user_logged_in()
usage:
[member_only]content to show your members[/member_only]
There’s a few plugins that you can look at. There’s a few of these that you can look at and write your own membership plugin catered to your client’s needs.
Hope these help. If I come across any more, I’ll throw them in this response for you.
I’m using Theme My Login in combination with Members for that.