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)
 Email addresses showing
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

cydoniax
New Member

57 Posts

Posted - 17 April 2001 :  10:35:03  Show Profile  Send cydoniax a Yahoo! Message
Hi,

I'm trying to prevent the members email addresses from showing when they post (you can click on their name and their profile comes up with the email). I've looked around this forum and found this old message that instructed the following:


In pop_profile.asp at around line 162, look for:


<tr><td bgColor=<% =strPopUpTableColor %> align=right width="10%" nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Email Address: </font></b></td> <td bgColor=<% =strPopUpTableColor %><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"> <a href="JavaScript:openWindow('pop_mail.asp?id=<% =rs("MEMBER_ID") %>')"><% =ChkString(rs("M_EMAIL"), "display") %></a> </font></td></tr>

And replace it with this:


<tr><td bgColor=<% =strPopUpTableColor %> align=right width="10%" nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Email User: </font></b></td><td bgColor=<% =strPopUpTableColor %>><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="JavaScript:openWindow('pop_mail.asp?id=<% =rs("MEMBER_ID") %>')"><% =ChkString(rs("M_NAME"),"display") %></a></font></td></tr>



I did this and uploaded the pop_profile.asp but the email addresses are still showing. Can anyone give me some advice? I opened the file in Notepad+ and the lines weren't numbered, but I'm pretty sure I replaced the correct code.

My forum is at:

http://www.reevesdrive.com/forums/forum.default.asp

Thank you!!

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 17 April 2001 :  11:32:33  Show Profile
There are 2 places in pop_profile.asp that you would need to modify. If you do a search for "Email Address:" in your pop_profile.asp file you should find the second one and do the same modifications to it as you did the first.

Go to Top of Page

cydoniax
New Member

57 Posts

Posted - 17 April 2001 :  12:20:55  Show Profile  Send cydoniax a Yahoo! Message
Okay - thank you. Sorry, I guess I didn't see that there were two places. I'll give it a try when I get home from work. If I mess it up again, I'll give out a shout for help. Hopefully that won't happen

Thanks again!



Edited by - cydoniax on 17 April 2001 12:21:48
Go to Top of Page

cydoniax
New Member

57 Posts

Posted - 17 April 2001 :  23:06:44  Show Profile  Send cydoniax a Yahoo! Message
I tried it and it works like a charm. Thanks again!

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