Print Page | Close Window

Mail Problem

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=18820
Printed Date: 12 April 2026 at 8:42pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Mail Problem
Posted By: GeorgeB
Subject: Mail Problem
Date Posted: 21 March 2006 at 12:29pm
Hi,
 
Notify me of replies to posts
Sends an email when someone replies to a topic you have posted in. This can be changed whenever you make a post.
Yes< id=replyNotify = value=True name=replyNotify>  No< id=replyNotify = value=False name=replyNotify>
 
I want to change the settings of the above preference as YES by default.
How can i do this?
 
My code:
 
 'If email notify is on give them a choice to receive mail or not
 If blnEmail = True Then
  %>
     <tr bgcolor="<% = strTableColour %>" background="<% = strTableBgImage %>">
         <td width="50%"  class="text" background="<% = strTableBgImage %>"><% = strTxtNotifyMeOfReplies %>
          <br /><span class="smText"><% = strTxtSendsAnEmailWhenSomeoneRepliesToATopicYouHavePostedIn %></span></td>
         <td width="50%" valign="top" class="text" background="<% = strTableBgImage %>"><% = strTxtYes %><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" %> />
         </td>
     </tr>
 
Thank you.



Replies:
Posted By: GeorgeB
Date Posted: 21 March 2006 at 6:40pm
Are there anybody to help me? Is it diffucult?


Posted By: WebWiz-Bruce
Date Posted: 21 March 2006 at 7:12pm
Try the mods and add-ons forum.


Posted By: dpyers
Date Posted: 22 March 2006 at 12:37am
Just switch the value=false and value=true attibutes for that set of radio buttons in register.asp

-------------

Lead me not into temptation... I know the short cut, follow me.



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