UBB.Dev
Posted By: AllenAyres [6.4 - 6.5] Email Notifications of Replies - 04/16/2003 7:47 AM
Name: Email Notification on Reply v6.5

v4.0 Author: V4.0 Ported to UBB 6.2 by Eric Parr (Corona)
v3.0 Author: V3.0 Ported to UBB 6.1.0.x by Eric Parr (Corona)
Original Author: V2.0 Eddie Holman (Leshrac)

Requirements: UBB version 6.4 or 6.5

Tested On: UBB v6.4 and 6.5

Thanks: Leshrac for providing the original Email Notification for Replies v2.0 code

Purpose: This modification allows forum users to receive e-mail notification for threads that have been replied to. It also allows the topic starting user to change this option later by editing their post and turning notification off or on.

Download: 6.4 or 6.5
files updated for xhtml-compliancy smile
usefull as always smile i'm your fan tipsy
Posted By: Jonesn Re: [6.4 - 6.5] Email Notifications of Replies - 05/12/2003 3:43 PM
How do I install this mod??
Posted By: rfd Re: [6.4 - 6.5] Email Notifications of Replies - 05/22/2003 5:23 PM
Mod worx great - I love it! Thanx Allen!
would love to include that hack but right now just emails notifying me about new users are sent, no mails are sent by pm-notifications as well as the 'notify me when a user replies on my thread' aren't sent... :-/ so i won't like to patch especially these things 'til i found the bug in the veryclean 6.5 :-/
Posted By: Mike S Re: [6.4 - 6.5] Email Notifications of Replies - 06/12/2003 10:56 PM
Where can I find help on getting the Multi-Hack program to work? I am trying to enter a long string of a path into the initial setup of the program. It's asking for 'Members Directory Path' and the text I am entering into that field is causing the program to have a runtime error. Win2k.. Mult-Hack 2.0

I want to install the Reply Thread Email hack, do I really need to use this multi-hack thing?
the member's path is the relative path from the main ubb folder, say my ubb folder is at c:/forum with the ubb cgi files in the /ubbcgi folder, then usually the Members folder would be at /ubbcgi/Members - it's not the path from your cp.cgi settings... it's the path on your local pc you are doing the actual mods on.
Hey Chris... most likely an email setup problem?
Posted By: Mike S Re: [6.4 - 6.5] Email Notifications of Replies - 06/13/2003 5:27 AM
I realize this... my path is d:inetpubwwwrootect..ect....

it's too long and i get a runtime error in the setup of Multi-Hack.. Please help.
oh! now I see the problem.

You need the files on your hard drive. I have a folder on my desktop call UBB, and inside it a cgi-bin and noncgi folder.

You set the cgi-bin to something like C:/{desktop address}/ubb/cgi-bin and have any files modified in there, and once it's done hacking them, it will put the modified files in a different folder.

I'm not that good at explaining this, so someone else could explain better.
Posted By: Mike S Re: [6.4 - 6.5] Email Notifications of Replies - 06/13/2003 4:07 PM
Help...
Mike, are you trying to edit your files on your desktop pc? You should be...

If you are, then move the files to a directory a little (lot) less lengthy... say C:forum

The path on your desktop pc is the one you set in multihack. And the whole path is only for the input box on the front options screen ( C:forum ). After that, all the other paths are just relative to the main one you've setup. Members would be something like ubbcgiMembers

If you just can't figure it out, there are developers available for modification work smile
Is there a plain text version of this mod instead of using multi-hack?
Posted By: Mike S Re: [6.4 - 6.5] Email Notifications of Replies - 06/18/2003 8:10 PM
Hey guys, I got the Multi-Hack program to work. Thanks.

I installed the mod and overwrote the selected files. With this mod I see the new checkbox that says "Send email when someone replies to this thread".

Question 1: How can that checkbox be set by default?
Question 2: Is this email that is sent to the user customizable? Is it in the wordlet list? What is it called? We would like to add some text to the email message and an image.

Thanks!
Posted By: Ed Re: [6.4 - 6.5] Email Notifications of Replies - 07/16/2003 6:44 PM
I see this mod for is available for 6.1,6.2,6.4 and 6.5. Will it work on version 6.3?
Posted By: d-talk Re: [6.4 - 6.5] Email Notifications of Replies - 07/30/2003 6:40 PM
Hi,

can someone post a zip-file of this hack?

Thanks
d-talk
Posted By: Ed Re: [6.4 - 6.5] Email Notifications of Replies - 08/04/2003 7:18 PM
Quote
quote:
Originally posted by Ed:
I see this mod for is available for 6.1,6.2,6.4 and 6.5. Will it work on version 6.3?
tipsy It should, tho I don't have that version to test on smile
Posted By: Ed Re: [6.4 - 6.5] Email Notifications of Replies - 08/11/2003 9:42 PM
Which version hack should I use? Thanks
Posted By: rfd Re: [6.4 - 6.5] Email Notifications of Replies - 06/03/2006 11:34 PM
Will this mod work for 6.7?
It's a feature in 6.7.x now smile
Posted By: rfd Re: [6.4 - 6.5] Email Notifications of Replies - 06/04/2006 12:23 AM
Don't see it in 6.7.1 ... ?
Control Panel => Primary Settings => Email => Allow Mail-to-user Option?
Posted By: rfd Re: [6.4 - 6.5] Email Notifications of Replies - 06/04/2006 1:03 AM
We're talking 2 different things, I think. Looking for a profile option to always allow email notification of any thread replied to.
hmm.. yes, maybe we are smile

In 6.7.x for any message replied to, you can check the box at the bottom of the reply page if you want email notifications. Are you wanting every topic replied to to be autmoatically set to email replies? That would drive me nuts, but I've been accused of spamming too wink
Posted By: rfd Re: [6.4 - 6.5] Email Notifications of Replies - 06/04/2006 1:23 AM
Yes, a profile check box that allows email notification of any reply to anything you post, whether it's a new topic or a reply to an existing topic. Most other forum software has this (PHP, for example) and it's tres nice and timesaving. I think it makes excellent sense, too - most of the time, you'd wanna see replies to your posts, no?
Not when I average posting in 20+ topics per day, not really. That's just me tho.

If you want it on by default for everyone, just add the checked="checked" to the ubb_newreply.cgi file, line #152

find:

value="yes" /> $vars_wordlets{email_notify}

change to:

value="yes" checked="checked" /> $vars_wordlets{email_notify}

They'll need to uncheck it if they don't want an email.
Posted By: rfd Re: [6.4 - 6.5] Email Notifications of Replies - 06/04/2006 1:41 AM
Allen, truly thou art so unique. wink Thanx mate.
Posted By: Luka2 Re: [6.4 - 6.5] Email Notifications of Replies - 08/11/2006 3:35 AM

Allen,

In 6.1.1 my users could check a box in their profile, just one time, and they would always get email notification of any responses to any posts they made anywhere.

The majority of the people do not want that. Same as you. But I have a few who are threatening revolt if they do not get it back. One of them is a co-owner of the site !!! Yikes !

So, your solution here is exactly what the few want, but it is exactly the opposite of what the majority wants. Everyone was happy with the way it was in 6.1.1...

How can I set things back to the way they were in 6.1.1 ? In other words, if someone checks a box in their profile, it works for ALL of the posts they make, regardless of whether they click the box in the thread when they make the reply or not. And yet those who do not want that feature, are nor stuck with it...

Maybe implement your solution, then have a check box in the profile where people can turn off all notification ??? (Except when they click the box in the thread...) Of course, you'd have to tell me how to do the latter as well. LOL (Using kiddleygarten language.)
Posted By: Luka2 Re: [6.4 - 6.5] Email Notifications of Replies - 08/11/2006 4:18 AM

Allen,

Sorry, I just realized this is the UBBClassic forum.

I am using UBBThrreads 6.5.5

Same question as above. Should I start a new topic elsewhere ?

smile
yes, please - I'd move it but there's a bug preventing that smile

I can't imagine there's a feature in 6.1.1 that's not in 6.5.5 - was that a mod you installed?
Posted By: Luka2 Re: [6.4 - 6.5] Email Notifications of Replies - 08/11/2006 8:13 AM

Ok, I'll move it over to the newbys forum.

Thank you.
© UBB.Developers