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 / Current Version (Old)
 hidding email address
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

TimSinnott
Starting Member

USA
16 Posts

Posted - 03 December 2001 :  15:10:18  Show Profile
Roland,

That's good news. I was confused. Thanks for clearing that up.

Tim Sinnott
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 03 December 2001 :  15:14:55  Show Profile
You're welcome
Go to Top of Page

blizkrieg bop
Starting Member

27 Posts

Posted - 08 December 2001 :  02:35:06  Show Profile  Visit blizkrieg bop's Homepage  Send blizkrieg bop an ICQ Message
Hi,
I found a problem with the zip file I downloaded (http://www.frutzle.com/snitz/HideE-MailAddressMODv3.3.zip). The problem occurs when a user registers and selects the yes hide email radio button. If the user clicks submit and is forced to go back because they forgot to enter a required field neither of the radio buttons are selected. This causes problems if the user tries to submit without selecting any radio button. Hope this makes sense! Here is what I changed (works for me):
Around line 65 change inc_profile.asp to this

<tr valign="center">
<td bgColor=<% =strPopUpTableColor %> align="right" valign="center" width="10%"" nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Hide Email: </font></b></td>
<% if RS("M_EMAIL") = "" then %>
<td bgColor=<% =strPopUpTableColor %> valign="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Yes: <input type="radio" class="radio" name="HideMail" value="1">  No: <input type="radio" class="radio" name="HideMail" value="0"" checked></font></td>
<% else %>
<td bgColor=<% =strPopUpTableColor %> valign="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Yes: <input type="radio" class="radio" name="HideMail" value="1"<% if RS("M_HIDE_EMAIL") <> "0" then Response.Write(" checked") %>>  No: <input type="radio" class="radio" name="HideMail" value="0"<% if RS("M_HIDE_EMAIL") = "0" then Response.Write(" checked") %>></font></td>
<% end if %>
</tr>

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 08 December 2001 :  06:43:59  Show Profile
What is the exact error you got? Also a link to your forums would help so I can test it too.

Roland

- here to help when possible -

http://www.frutzle.com
Go to Top of Page

blizkrieg bop
Starting Member

27 Posts

Posted - 08 December 2001 :  12:59:39  Show Profile  Visit blizkrieg bop's Homepage  Send blizkrieg bop an ICQ Message
I got a Data type mismatch in criteria expression.
/forum/register.asp, line 315

The problem is fixed with the change to inc_profile.asp I mentioned.
www.mybirthcare.com/forum
-Ian



Edited by - blizkrieg bop on 08 December 2001 13:00:49

Edited by - blizkrieg bop on 08 December 2001 13:03:45
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 08 December 2001 :  13:10:08  Show Profile
Oh, I think I get it now... The default setting was that neither radio buttons was selected?
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 08 December 2001 :  13:18:38  Show Profile
Thanks for e-mailing me about that problem. I had no idea. It must be something they overlooked when the MOD was written.

I'll change it in the ZIP and let the author of the MOD know about it too.

Roland
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07