vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Making email address optional on registration? vB 3.8.7 (https://vborg.vbsupport.ru/showthread.php?t=306071)

Max Taxable 12-19-2013 04:31 PM

Making email address optional on registration? vB 3.8.7
 
I have spent most of the morning searching to see if this has ever been done and come up Butkus.

I don't bother with email verification at all, (useless to stop spam and only annoys legitimate would-be members) and I want to also make the email address on registration a option rather than a requirement. So that, if someone chooses to leave the fields blank the registration still goes thru without a hitch.

Anyone have any ideas on this?

ozzy47 12-19-2013 09:19 PM

In your register.php file find and remove:
line 292
Code:

OR empty($vbulletin->GPC['email'])
That just might do it. If not we will go further.

Zachery 12-19-2013 09:24 PM

I don't think I'd go down that path, personally.

ozzy47 12-19-2013 09:27 PM

Why is that?

Max Taxable 12-19-2013 09:45 PM

I can see issues with it - what if a person forgets his password? I had planned to strongly word the option to let them know a valid email address is vital for password changes and remainders, and we don't spam you. Or some such.

Lots of my users get their alerts via email, for their subscribed threads. They would need to record a valid email address still, for this to work.

But really, there's no reason anymore to require email on registration. They can fill it out and validate it later, when they feel like it.

Quote:

Originally Posted by ozzy47 (Post 2469537)
In your register.php file find and remove:
line 292
Code:

OR empty($vbulletin->GPC['email'])
That just might do it. If not we will go further.

Would need "OR confirm" commented out as well, right? Line 293?

ozzy47 12-19-2013 09:49 PM

Yes. :)

ForceHSS 12-19-2013 10:34 PM

Not a good idea to remove this option

Max Taxable 12-19-2013 11:44 PM

Quote:

Originally Posted by ForceHSS (Post 2469566)
Not a good idea to remove this option

Please elucidate.

ForceHSS 12-20-2013 01:14 AM

Quote:

Originally Posted by Max Taxable (Post 2469579)
Please elucidate.

Really you need to ask why think about it

Max Taxable 12-20-2013 01:19 AM

Quote:

Originally Posted by ForceHSS (Post 2469617)
Really you need to ask why think about it

I need to ask YOUR opinion of why it's a bad idea. Since I haven't perfected mind reading as yet.


All times are GMT. The time now is 09:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01037 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete