Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Add feature to display or hide email from users
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 5

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 April 2001 :  15:41:26  Show Profile
Huh? Hides email from the email server? It doesn't do that. It only hides it from the forum users. It doesn't go that deep in hiding the email address.

Go to Top of Page

Giapai
New Member

92 Posts

Posted - 07 April 2001 :  17:29:27  Show Profile  Visit Giapai's Homepage  Send Giapai an ICQ Message
oh well was a good attempt making a scenario lol


Go to Top of Page

nzsbc
Starting Member

Singapore
3 Posts

Posted - 07 April 2001 :  21:27:25  Show Profile
Thanks for posting code it works fine.

Cheers,
Paul

Go to Top of Page

Giapai
New Member

92 Posts

Posted - 08 April 2001 :  16:10:15  Show Profile  Visit Giapai's Homepage  Send Giapai an ICQ Message
Thank u very much Davio I got it running lol
well i wont bother you with more londe questions for a while lmao
Got everything installed that i wanted to, maybe in the future or when new mods come out ;-) (thats a hint Davio)
anyways again i wanna thank you for all the help so far. I think you deserve at least half of the compliments i received so far The other half is for all the creators of this messageboard


Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 08 April 2001 :  18:17:58  Show Profile
No no no. The lead programmers don't need any more compliments. They got enough already. It's me who needs them.
So I'll take their share on thier behalf.

Go to Top of Page

bjlt
Senior Member

1144 Posts

Posted - 09 April 2001 :  09:53:03  Show Profile
strange. I used this mode with kerry's reduce spam mode, in the if-then clause when user select to hide email, "hidden emai" is not shown but still the user name.

here is the link to the code I use, all modification is commented as "yx"



Well, then I just change the if then to use the modification in pop_mail.asp only, and let the user name be shown. However, I still don't know why the if then don't work.

btw, there are two instances of "Email Address: ......" in pop_profile.asp, should I change them all? In kerry's reduce spam mode, he said only to change the first one.http://hibj.51.net/pop_profile.txt

Go to Top of Page

Giapai
New Member

92 Posts

Posted - 09 April 2001 :  13:54:37  Show Profile  Visit Giapai's Homepage  Send Giapai an ICQ Message
quote:

No no no. The lead programmers don't need any more compliments. They got enough already. It's me who needs them.
So I'll take their share on thier behalf.


LOL OMG you are bad...
lol one more thing, i discovered an error...
when i click to send email to a user that has postted a message i get this error in a popup window:
Microsoft VBScript compilation error '800a03f6'

Expected 'End'

/mindvision/Giapai/inc_footer_short.asp, line 49

and this is my whole in_footer_short.asp:
%>
<p><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="JavaScript:onClick= window.close()">Close Window</A></font></p>
</font>
</center></div>
</td>
</tr>
</table>

</BODY>
</HTML>
<% my_Conn.Close %>
<% set my_Conn = nothing %>

sooooooo hehe show me you deserve the other part of the compliments too and solve this for little moi please





Edited by - Giapai on 09 April 2001 14:02:08
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 09 April 2001 :  19:33:02  Show Profile
"HA! I don'ts needs to proves nothings to ya's!" j/k

Well, if your inc_footer_short.asp file looks ok, then it's probably something in the pop_mail.asp page. If you can post a .txt version of your pop_mail.asp file I'll take a look at it.

Then you can give me the rest of the compliments.

Go to Top of Page

Giapai
New Member

92 Posts

Posted - 10 April 2001 :  04:27:50  Show Profile  Visit Giapai's Homepage  Send Giapai an ICQ Message
http://www.giapai.onthanet.net/popmail.txt

please take a look lol


Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 April 2001 :  16:03:10  Show Profile
hmmm, pop_mail.asp looks ok too. Did you start getting this error after adding the Hide email mod? Try taking away the hide email code from the pop_mail.asp page and see if it works ok like that.

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 April 2001 :  16:05:29  Show Profile
Oh wait, I see it. You see this code at the end of pop_mail.asp?
<% end if %>
' ######## Hide Email Mod #######
end if
' ##############################
<% set rs = nothing %>
Delete the ASP tags in red.

Go to Top of Page

Giapai
New Member

92 Posts

Posted - 10 April 2001 :  16:53:17  Show Profile  Visit Giapai's Homepage  Send Giapai an ICQ Message
quote:

Oh wait, I see it. You see this code at the end of pop_mail.asp?
<% end if %>
' ######## Hide Email Mod #######
end if
' ##############################
<% set rs = nothing %>
Delete the ASP tags in red.


saw it deleted it and uploaded it....
WOOHOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

Its working!!!!!!!!!!!
Sorry, This user does not want to receive email from the Forum !

owk you just deserved the other half of the compliments too
lol
now lets see what else i can find that need to be fixed lol j/k lol
can i ever thank you enough for all your help?







Edited by - Giapai on 10 April 2001 16:54:51
Go to Top of Page

dssww
Junior Member

USA
182 Posts

Posted - 15 April 2001 :  08:37:36  Show Profile  Visit dssww's Homepage
When members register I would like the default for hide email to be "no". What do I have to change, i'm asp dumb so go easy on me! lol
Go to Top of Page

Huntress
New Member

USA
96 Posts

Posted - 18 April 2001 :  06:51:04  Show Profile  Visit Huntress's Homepage
Silly me... but wouldn't it be better to just remove the email image link in topic if the user doesn't want to receive email? Why waste the "email sending user's" time?

Just a thought.



Edited by - huntress on 18 April 2001 06:53:12
Go to Top of Page

Shep
New Member

74 Posts

Posted - 06 May 2001 :  21:00:53  Show Profile
quote:

When members register I would like the default for hide email to be "no". What do I have to change, i'm asp dumb so go easy on me! lol



I would like to know this also.....

Shep

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