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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Help - how do I change the auto value for e-mail?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Glisborg
Starting Member

9 Posts

Posted - 02 October 2004 :  13:34:59  Show Profile
When a user register it asks if you want to allow other members to send you e-mails. if you do noting, it is put to say yes.
Where can I change it, so that it will say no?
What file should I open to make this change??

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 October 2004 :  14:58:52  Show Profile
it's in inc_profile.asp

around line #83 find the following:
		if strMode = "Register" then
			Response.Write	"                      <td bgColor=""" & strPopUpTableColor & """ valign=""middle""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
					"                      <select name=""ReceiveEMail"">" & vbNewLine & _
					"                      	<option value=""1"" selected>Yes</option>" & vbNewLine & _
					"                      	<option value=""0"">No</option>" & vbNewLine & _
					"                      </select></font></td>" & vbNewLine
		else
to change the default to no, change line #'s 86 and 87 to look like this:
					"                      	<option value=""1"" >Yes</option>" & vbNewLine & _
					"                      	<option value=""0"" selected>No</option>" & vbNewLine & _
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.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07