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)
 MOD: Reply notifications linking directly to reply
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

mfindlay
Junior Member

USA
144 Posts

Posted - 21 June 2001 :  22:04:25  Show Profile  Visit mfindlay's Homepage
For Snitz Version 3.1 : Not yet updated for version 3.3
-------------------------------------------------------

This mod is an enhancement to the Snitz email notification of replies to a post. The email recipient is provided a link DIRECTLY to the reply that triggered the notification instead of just the 1st message of what could be a multi-page thread.

You can download this mod from http://www.sagecomputerservices.com/downloads/reply_notification.asp

Edited by - mfindlay on 30 July 2001 11:34:08

mfindlay
Junior Member

USA
144 Posts

Posted - 23 June 2001 :  01:47:01  Show Profile  Visit mfindlay's Homepage
As a manner of "demo", here are a couple screen shots of this mod in action:

This is the email message the user receives when someone responds to their post. Note that the link in the email also contains the ReplyID of the posting that triggered the email notification. The mod will use this to place the user at the specific reply when clicked:



When the user clicks on the link in the email, they are taken directly to the post that triggered the notification email. In this case, see how it takes you directly to the message even though the message is on page 12 of a 13 page topic thread.





Edited by - mfindlay on 23 June 2001 13:11:46
Go to Top of Page

Mike B
Starting Member

6 Posts

Posted - 25 June 2001 :  12:45:14  Show Profile
Great mod mfindlay! Thanks!

Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 25 June 2001 :  12:54:27  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
quote:

Great mod mfindlay! Thanks!





nice.

Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 07 July 2001 :  15:19:24  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
Excellent MOD !

I recently installed SuperSearch 2.3 MOD which work great ! But now I find this has somehow 'Broken' the reply notification MOD. The link in the reply message works but doesn't bring you at the right spot. I find it will bring me down a few posts but not down to the psot I replied to (which is several posts down).
Here's an example of the link in my email message:
You can view the reply at http://syltek.dingojunction.com/forum/link.asp?TOPIC_ID=24&ReplyLoc=62

Is this my mistake or have others seem this behaviour too !



Edited by - samyot on 07 July 2001 15:30:11
Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 07 July 2001 :  15:29:47  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
quote:

Excellent MOD !

I recently installed SuperSearch 2.3 MOD which work great ! But now I find this has somehow 'Broken' the reply notification MOD. The link in the reply message works but doesn't bring you at the right spot. I find it will bring me down a few posts but not down to the psot I replied to (which is several posts down).
Here's an example of the link in my email message:
You can view the reply at http://syltek.dingojunction.com/forum/link.asp?TOPIC_ID=24&ReplyLoc=62

Is this my mistake or have others seem this behaviour too !





I also noticed that the reply notification email only works for the 'Admin' account. If I reply to a post from another account, the email message only contains a link to the topic.

e.g.
You can view the reply at http://syltek.dingojunction.com/forum/link.asp?TOPIC_ID=24

Go to Top of Page

mfindlay
Junior Member

USA
144 Posts

Posted - 07 July 2001 :  22:30:47  Show Profile  Visit mfindlay's Homepage
A new version of the Reply Email Notification Mod is now available. The new
version is 1.1 and can be downloaded from
http://www.sagecomputerservices.com/downloads/reply_notification.asp

This is an update to fix email notifications from an original topic posting.

This release also updates the manner in which the named anchor is set so that
each reply is assured of getting a unique named anchor. The problem was that named
anchors were being copies into messages that were quoted from previous messages
so that the named anchor was duplicated in the replies.

The files changed from 1.0 to 1.1 are topic.asp and link.asp. Look for the
'REPLY NOTIFICATION MOD 1.1 BEGIN' and 'REPLY NOTIFICATION MOD 1.1 END' statements
to locate the new code.

Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 09 July 2001 :  09:16:05  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
Thanks mfindlay...the new version fixed my first problem.

F.Y.I.
quote:

I also noticed that the reply notification email only works for the 'Admin' account. If I reply to a post from another account, the email message only contains a link to the topic.

e.g.
You can view the reply at http://syltek.dingojunction.com/forum/link.asp?TOPIC_ID=24


I also fixed this problem, I was missing some code, oops!

Go to Top of Page

Memorom
Starting Member

24 Posts

Posted - 16 July 2001 :  20:40:32  Show Profile
I am getting this error...

Microsoft VBScript runtime error '800a01c2'

Wrong number of arguments or invalid property assignment: 'DoReplyEmail'

/forum/post_info.asp, line 607


Go to Top of Page

Memorom
Starting Member

24 Posts

Posted - 16 July 2001 :  20:51:13  Show Profile
When I UnComment that line I don't get the error but it is not working to send me to the correct post.

Go to Top of Page

mfindlay
Junior Member

USA
144 Posts

Posted - 16 July 2001 :  21:20:54  Show Profile  Visit mfindlay's Homepage
quote:

When I UnComment that line I don't get the error but it is not working to send me to the correct post.




Line 607 needs to be commented out:

'DoReplyEmail Request.Form("TOPIC_ID"), rs("MEMBER_ID"), Request.Form("UserName")


Then be sure the new call on 665 looks like this:
DoReplyEmail Request.Form("TOPIC_ID"), rs("MEMBER_ID"), Request.Form("UserName"), sReplyID


Also, be sure to update line 1285 so that the new sub declaration looks like:

sub DoReplyEmail(TopicNum, PostedBy, PostedByName, sReplyID)


Is all that in place?

Edited by - mfindlay on 16 July 2001 21:23:18
Go to Top of Page

Astralis
Senior Member

USA
1218 Posts

Posted - 26 July 2001 :  20:30:50  Show Profile  Send Astralis a Yahoo! Message
How is this mod supposed to work?

I've installed the mod but the replies go to the top post, not the reply post. In fact, it does the same thing as it used to.

Help please.

Go to Top of Page

mfindlay
Junior Member

USA
144 Posts

Posted - 27 July 2001 :  20:54:45  Show Profile  Visit mfindlay's Homepage
quote:

How is this mod supposed to work?

I've installed the mod but the replies go to the top post, not the reply post. In fact, it does the same thing as it used to.

Help please.





Just for the benefit of others, I looked at your files and you were missing some code identified by the "REPLY NOTIFICATION MOD BEGIN" that was contained within a larger "SUPERSEARCH" mod also contained in topic.asp.

Go to Top of Page

Fab
Starting Member

Switzerland
6 Posts

Posted - 30 July 2001 :  08:05:57  Show Profile
I think your mod doesn't work with the new Snitz Forums 2000 v3.3 ...
Do you know why ?
Here an exemple in the topic.asp file:
_______________________________________

ADODB.Recordset erreur '800a0bb9'

The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.

/forum/inc_functions.asp, ligne 1788
_______________________________________
Thank you very much.

Fab



Go to Top of Page

mfindlay
Junior Member

USA
144 Posts

Posted - 30 July 2001 :  11:51:23  Show Profile  Visit mfindlay's Homepage
quote:

I think your mod doesn't work with the new Snitz Forums 2000 v3.3 ...
Do you know why ?
Here an exemple in the topic.asp file:
_______________________________________

ADODB.Recordset erreur '800a0bb9'

The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.

/forum/inc_functions.asp, ligne 1788
_______________________________________
Thank you very much.

Fab





I'm sure it's because of the updated code in version 3.3. I have just become aware of the new version release so it will be a bit before I can update the code. I'll post a message here when the update is ready.

Meanwhile, since this mod actually represents a fix (current Snitz email notification just drops the user at the beginning of what could be a multi-page topic with hundreds of messages/replies) to the Snitz email notification system, perhaps the Snitz developers might be interested in simply incorporating this fix (or some similar manner thereof) into the next release.

Go to Top of Page

Fab
Starting Member

Switzerland
6 Posts

Posted - 30 July 2001 :  12:02:05  Show Profile
Thank you !
I hope the script for the 3.3 version will be out soon, because I really need it for my forum, it's an important script I think !


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