Print Page | Close Window

Defaults for new registered Users

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=19560
Printed Date: 12 April 2026 at 4:05am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Defaults for new registered Users
Posted By: jckruger
Subject: Defaults for new registered Users
Date Posted: 26 April 2006 at 6:15am
The:
Notify me of replies to posts
and
Notify me by email when I receive a Private Message
are both set to "No" as s default
 
In the register.asp file I have seen the variables "blnReplyNotify" and "blnPMNotify" but can't find where that are being set as False
 
For receiving private messages this is the line I am talking about:
 
<td width="50%" valign="top"><% = strTxtYes %><input type="radio" name="pmNotify" id="pmNotify" value="True" <% If blnPMNotify = True Then Response.Write "checked" %> />&nbsp;&nbsp;<% = strTxtNo %><input type="radio" name="pmNotify" id="pmNotify" value="False" <% If blnPMNotify = False Then Response.Write "checked" %> /></td>
   </tr><%.
 
I understand what it is doing but can't backtrack it to where it is set to true or false.
 
Or could I just remove the checking like this:
 
<td width="50%" valign="top"><% = strTxtYes %><input type="radio" name="pmNotify" id="pmNotify" value="True" checked />&nbsp;&nbsp;<% = strTxtNo %><input type="radio" name="pmNotify" id="pmNotify" value="False"  /></td>
   </tr><%
 
or something like that.
 
Please advise
 
Cheers
 
Justin



Replies:
Posted By: WebWiz-Bruce
Date Posted: 26 April 2006 at 10:57am
If you where to change it in the way you suggest then it wouldn't be updated by the database to what the user has set it to.

-------------
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: jckruger
Date Posted: 26 April 2006 at 12:39pm
How would you recommend it can be done. The reason I wanted it to be like that is so that it is defaulted to use the PM notification and reply notifications when a new user registers


Posted By: WebWiz-Bruce
Date Posted: 27 April 2006 at 9:54am
It can be done, but I'm afraid I don't have the time at present to go through the code and workout how to make this change and test it, as it not just a simple quick change as it needs to be tested as changing the code on such a colpex page could course other issues.

-------------
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: jckruger
Date Posted: 27 April 2006 at 10:08am
Righto. Just thought I would check.



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