Register Plus problems
-
Greetings Beautiful WP people
Set-up
I’m running (or hope to run) ‘Register Plus’ along with ‘Member Access’.Objective
My aim is to have some premium content restricted to registered members only; and also to capture user contact info, so that I can communicate with them.My Background and Gratitude
I’m not a coder, although I’m quite enjoying trying to figure it out as I deal with each prob in turn! (Maybe I should take a course). So, apologies if my queries are a bit noddy (inane), and thanks so much in anticipation of your patience, attention and help.Problems Overview
Anyway, okay… I have the following probs with Register Plus.
1) Email / Admin Verification
2) Invitation Code
3) Captcha
4) Disclaimer / License Agreement / Privacy Policy
5) Auto-Complete Queries
6) Custom user notification email
7) Custom admin notification emailYep, that’s almost everything, (I’m not going to bother with the CSS)!
1) Email / Admin Verification
I would like to operate both these: email verification is good for preventing fake registrations, and I’d also like to manage/moderate users.But I think, from reading others’ probs with this, that you can’t. Is that right? If so what’s the best option?
2) Invitation Code
I have no idea what this is or might mean, so I don’t know what to do with it (or not). I can’t find any definition of this on WP.3) Captcha (simple)
For now I can’t test register on my site since captcha doesn’t recognise the correctly entered password.I see that I have to insert the code
<?php session_start(); ?>into the top line of the wp_login.php file. But where is the wp_login.php file?It’s not in my editor, nor can I find it among any of my site’s folders and files. Again I can’t find this info anywhere in WP.
4) Disclaimer / License Agreement / Privacy Policy
Can anyone suggest some good models for these, that work for blogs? (I’m thinking that once I’m set up I will add bbPress, which might be relevant).5) Auto-Complete Queries
I can (as a non-coder) work out what this does, and I suppose it’s desirable rather than necessary… but it would be nice to work out what the heck to do with the suggestion! 🙂What’s a query and how do I link it to the registration page? Where’s the registration page for that matter?
6) Custom user notification email
In order to work out how I can personalise this I need to know what a wordpress email verification looks like. I have no idea what it contains so I don’t know what I can or should write.But I can’t fnd any examples either in WP or on the net. I could try registering on someone else’s site, but then how do I know I’m getting a WP email verification? And as described above, neither can I register on my own site myself after logging out.
7) Custom admin notification email
Where it says (on the CMS) ‘Replacement Keys’ – what’s that all about? If I want to send myself an email to alert me that someone has registered, why would I need to write a special message (other than the supplied username and email addy?Am I missing the point here?
Like I say, apologies if these are a bit dull as queries go, but who knows? Since WP is such an amazing tool, I guess more non-coder folk like me will be arriving here.
Perhaps complete answers to all these points will be helpful for others like me in the future.
Anyway, thanks very much for your help.
Bestest
S
The topic ‘Register Plus problems’ is closed to new replies.