Python Forum

Full Version: Registration issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I noticed 2 minor issues:

1) During registration, there is an (unchecked) box saying "Hide your email from other members". I found that somewhat irritating. Will the email be shown somewhere in a users profile to all users visiting her? Or is this only referring to the standard contact box which will then proceed to send an email to the user's (still secret) address?

2) After saving the registration form, the user will be taken to the next page automatically, and this is the following link:
http://python-forum.io/misc.php?page=action=help
That page is empty. Correct link seems to be: http://python-forum.io/misc.php?action=help
1)
https://docs.mybb.com/1.6/User-CP/
Quote:Hide your email from other membersĀ 
Would you like to be able to be contacted by other members of the forum using the "Email user" form? (Note: Your email address is NEVER shown publicly, regardless of this setting.)

2) This should be fixed now. ThanksĀ  :)
Thanks, and for 1) I would suggest to rename the option analogous to the surrounding ones:

Now:
[v] Receive emails from the Administrators.
[ ] Hide your email from other members.
[v] Receive private messages from other users.

Future:
[v] Receive emails from the Administrators.
[v] Receive emails from other users.
[v] Receive private messages from other users.

That should make it clear and remove any future doubts like that.