Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 MOD - turn of required email ?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pbo
Starting Member

Denmark
19 Posts

Posted - 17 June 2003 :  17:58:16  Show Profile
I'v been looking even searched for a piece of code to turn of required email in the Members Details Configuration and have'nt been able to find it.


1)Does anyone know if there is a MOD taking care of this issue?

2)If I just took it /comment it out of the code would i cause any trouble?

Thanks in advanced

Dave.
Senior Member

USA
1037 Posts

Posted - 17 June 2003 :  18:13:39  Show Profile
you mean "turn off"?

Admin Section --> E-Mail Server Configuration --> E-Mail Validation = NO

And if you want to turn off the ability to let users e-mail other users through your e-mail server, you can turn e-mail mode = OFF.
Go to Top of Page

pbo
Starting Member

Denmark
19 Posts

Posted - 17 June 2003 :  18:21:52  Show Profile
I would like to disable the e-mail field when registering.

I'v allready set all functions in the email server config to
"Off" but this does not give me what I'm looking for.

Running latest version of the Snitz
Go to Top of Page

Dave.
Senior Member

USA
1037 Posts

Posted - 17 June 2003 :  18:35:37  Show Profile
So do you want to leave the e-mail field there for users that want to enter it, but not make it a required field?
Go to Top of Page

pbo
Starting Member

Denmark
19 Posts

Posted - 17 June 2003 :  18:43:40  Show Profile
if both options is possible it would be good...

remove the field

or

leave the field as unrequired

Edited by - pbo on 17 June 2003 18:44:10
Go to Top of Page

Dave.
Senior Member

USA
1037 Posts

Posted - 17 June 2003 :  19:03:41  Show Profile
Register.asp Line 278:
			if Request.Form("Email") = "" then
				Err_Msg = Err_Msg & "<li>You Must give an e-mail address</li>"
			end if

Comment them out:
'			if Request.Form("Email") = "" then
'				Err_Msg = Err_Msg & "<li>You Must give an e-mail address</li>"
'			end if


inc_profile.asp Line 71:

				"                      <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""middle"" width=""10%"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><font color=""" & strHiLiteFontColor & """>*</font> E-mail Address: </font></b></td>" & vbNewLine & _

CHANGE it to this:
				"                      <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""middle"" width=""10%"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """> E-mail Address: </font></b></td>" & vbNewLine & _

This will leave the e-mail field there, but will not make it required, HOWEVER, If the e-mail addresses don't match, or are incorrect forum, they will be rejected. Leaveing them blank will not cause any errors.

Cheers.
Go to Top of Page

pbo
Starting Member

Denmark
19 Posts

Posted - 18 June 2003 :  08:55:23  Show Profile
cheers!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07