Print Page | Close Window

Default registration values.

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=1284
Printed Date: 30 March 2026 at 4:29am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Default registration values.
Posted By: vdub
Subject: Default registration values.
Date Posted: 24 March 2003 at 11:23am

How do I change the default values of?

 

Notify me of replies to posts – From no to yes

&

Notify me by email when I receive a Private Message – From no to yes

 

Thanks




Replies:
Posted By: WebWiz-Bruce
Date Posted: 24 March 2003 at 11:25am
Change the HTML check box value to checked.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: vdub
Date Posted: 24 March 2003 at 12:09pm

I tryed that but it has some code around it that will not let me.

Heres the code

<input type="radio" name="replyNotify" value="True" <% If blnReplyNotify = True Then Response.Write "checked" %>>&nbsp;&nbsp;<% = strTxtNo %><input type="radio" name="replyNotify" value="False" <% If blnReplyNotify = False Then Response.Write "checked" %>

 



Posted By: vdub
Date Posted: 24 March 2003 at 1:04pm

How do I change the default value of (blnPMNotify) and (blnReplyNotify)

I looked at the page source after the ASP is processed and the default value of both is false and I would like to make it true. I tryed entring this line in just to see what the value was <%=blnReplyNotify%> and it was nothing.



Posted By: vdub
Date Posted: 24 March 2003 at 1:09pm

I got it you need to add these lines to the Initalise variables

'Initalise variables
blnUsernameOK = True
blnEmailOK = True
blnShowEmail = False
blnAutoLogin = True
blnAccountReactivate = False
blnWYSIWYGEditor = True
blnAttachSignature = True
blnPMNotify = True
blnReplyNotify = True

blnPasswordChange = False
blnEmailBlocked = False
blnAdminMode = False
lngUserProfileID = lngLoggedInUserID




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net