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)
 Hiding Members Email Address
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 3

Aaron S.
Average Member

USA
985 Posts

Posted - 28 March 2002 :  11:42:57  Show Profile  Visit Aaron S.'s Homepage
quote:

Hi Aaron

Yeh, I did notice that. I just checked the link again on your post and it worked this time, but on the previous three or four attempts it just dumped me onto the default page.

Oh well,... I sometimes forget the Internet isn't perfect! (LOL)






I think the ARCHIVE section was down for a while...



Go to Top of Page

mark d
Starting Member

Australia
18 Posts

Posted - 29 March 2002 :  09:08:09  Show Profile
Thanks Aaron.

Hi El Matador
Glad to hear you got the problem sorted out. I think Richard (and the other guys) deserve the credit for that.

Do you think you could send me the changes you made to your 'pop_mail', or maybe send a link to your 'pop_mail' file in .txt?

It would be greatly appreciated.

mark d
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 29 March 2002 :  09:17:31  Show Profile
Lines 45 to 47 are now:

'## Forum_SQL
strSql = "SELECT M.M_EMAIL, M.M_NAME FROM " & strMemberTablePrefix & "MEMBERS M"
strSql = strSql & " WHERE M.MEMBER_ID = " & Request.QueryString("ID")


Change line 46 to:

strSql = "SELECT * FROM " & strMemberTablePrefix & "MEMBERS M"


Lines 82 to 85 are:

if (Err_Msg = "") then
strRecipientsName = Request.Form("Name")
strRecipients = Request.Form("Email")


Change line 85 to:

strRecipients = rs("Email")


Line 174 to 177 are:

<tr>
<td bgColor=<% =strPopUpTableColor %> align="right" nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Send To Email:</FONT></b></td>
<td bgColor=<% =strPopUpTableColor %>><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =rs("M_EMAIL") %><input type=hidden name="Email" value="<% =rs("M_EMAIL") %>"></font></td>
</tr>


Remove those.

Before editing your files, always make a backup copy just in case something goes wrong!



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

mark d
Starting Member

Australia
18 Posts

Posted - 29 March 2002 :  09:41:42  Show Profile
Thanks for that Roland.

Much appreciated!

quote:

Before editing your files, always make a backup copy just in case something goes wrong!


Good Advice!

Anyway, it's after midnight 'Down Under'. Think I might have an early night for once!

Happy Easter to all!

mark d

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 29 March 2002 :  09:46:18  Show Profile
You're welcome, good night and Happy Easter to you too



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

Net-Admin
Starting Member

3 Posts

Posted - 07 May 2002 :  15:45:54  Show Profile
1st) The Hide Email mod is great...
2nd) I would like to change the default setting to be hidden "yes" for new members. Would someone be so kind to point me in the right direction?

Thanks

NA

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