Author |
Topic |
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 06 December 2000 : 18:48:53
|
As the title suggests, this gives you a couple of tables which allow you to remove the email notification from Topics and/or replies.
Just add a link to cancel_replies.asp wherever you want it to appear
cancel_replies.asp
'Resistance is futile' |
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 06 December 2000 : 20:03:15
|
this for public, or admin?
<font color=red>Da_Stimulator</font id=red> <font color=red>http://aokingdom.com</font id=red> <font color=blue>response.write("I know what you coded last summer!")</font id=blue> http://www.tek-tips.com - The community where computer proffesionals meet and talk. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 07 December 2000 : 03:12:06
|
designed for users, gives you a list of all the Topics/replies where you have checked the notify by mailand allows you to remove it
<font color=blue>'Resistance is futile'</font id=blue> |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 December 2000 : 03:20:12
|
HuwR,
On line 112 you have this: <font size=1><pre id=code><font face=courier size=2 id=code><b>Created by " & rsReply("R_AUTHOR") & "</b></font id=code></pre id=code></font id=size1>
R_AUTHOR is actually the Member's ID # not their name.
So it show's like this:
<b>Created by 1</b>
instead of:
<b>Created by Admin</b>
Just thought I'd let you know... Great tool btw. <img src=icon_smile.gif border=0 align=middle>
(same thing with T_AUTHOR on line #185)
Edited by - Richard Kinser on 07 December 2000 03:24:55 |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 07 December 2000 : 03:24:14
|
Ooops, I noticed that too, but forgot to change it, should be strDBNTUserName
<font color=blue>'Resistance is futile'</font id=blue> |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 07 December 2000 : 03:26:53
|
A bit further down it does the same with created by rs("T_AUTHOR")
Oh the joy's of cut and paste.
<font color=blue>'Resistance is futile'</font id=blue>
It's actualy irrelevant as it should always be you
Edited by - huwr on 07 December 2000 03:27:59 |
|
|
tilttek
Junior Member
Canada
333 Posts |
Posted - 07 December 2000 : 16:16:28
|
Once again, will this be add in a future release (version 3.x or SP or V 4.0).
Hum, you could have a list of which new feature (or mods) will be add... I realy wolud like to know what is coming.
Philippe Gamache http://www.tilttek.com http://www.lapageamelkor.com |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 07 December 2000 : 16:20:46
|
Yeah I agree, have a list of all the features to be implemented in version 4 final.
<font color=red>Da_Stimulator</font id=red> <font color=red>http://aokingdom.com</font id=red> <font color=blue>response.write("I know what you coded last summer!")</font id=blue> http://www.tek-tips.com - The community where computer proffesionals meet and talk. |
|
|
ISJX_YICK
New Member
France
68 Posts |
Posted - 08 December 2000 : 02:51:02
|
i have thought on another idea, however as i'm not an asp coder i only can suggest that :
when you receive the email that say ... <font color=red> Hello "member"
"member2" has replied to a topic on Snitz Forums that you requested notification to. Regarding the subject - "subject"
You can view the reply at "topic link" </font id=red>
i think what would be nice is to add the following on the mail :
<font color=blue> if you don't want to be mailed again on that subject, then click that link "auto_uncheck_for that email send for that topic _ link" </font id=blue>
that's the other way that can be nice ... (like for being removed from mailing lists) may be we'll have to make sure that the user is logged so that he can remove the check.
have fun
WOW THAT's NICE !!! |
|
|
wedont
Junior Member
Canada
344 Posts |
Posted - 08 December 2000 : 18:36:49
|
Hi HuwR,
Good idea, I could definitly use this. Quest: Is it ver 3.1 sr2 compatible? Is your script from your link on top, fixed ? Thanks
Thanks HuwR, seems to be working fine. And thanks for all futur forum's users !
Wedont snitz ver3.1 final
Edited by - wedont on 08 December 2000 19:21:05 |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 08 December 2000 : 18:40:15
|
Yes & Yes.
<font color=blue>'Resistance is futile'</font id=blue> |
|
|
seven
Senior Member
USA
1037 Posts |
Posted - 09 December 2000 : 09:56:40
|
What files determine what text gets emailed to the user? |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 09 December 2000 : 10:16:01
|
The mailing of notify responses is processed by a function called DoReplyEmail which is in post_info.asp, you can change the message text in the function.
<font color=blue>'Resistance is futile'</font id=blue> |
|
|
master of puppets
Junior Member
Canada
117 Posts |
Posted - 24 January 2001 : 14:52:24
|
What's the most recent code for this?
I'm confused... again.
"If I close my mind in fear, Please pry it open" - Metallica |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 24 January 2001 : 15:16:17
|
just download the file in the initial post, this is the current file.
'Resistance is futile' |
|
|
master of puppets
Junior Member
Canada
117 Posts |
Posted - 24 January 2001 : 15:19:40
|
yeah, but it says there are changes and stuff, which are confusing the hell outta me
"If I close my mind in fear, Please pry it open" - Metallica |
|
|
Topic |
|