Version: 1.5, by Jafo232
Developer Last Online: Oct 2022
Version: 3.5.7
Rating:
Released: 05-21-2006
Last Update: 05-23-2006
Installs: 19
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
-----------------
- Brought To You By: -
- MediaFlavor.com
-
- Custom VB Mods, Extensions, and Plugins
-----------------
This hack will allow users to define a list of keywords. If a new THREAD is posted where the title or message contains any of these keywords, they will be notified via email, PM, or both with a link to the thread.
Can be set on a usergroup basis.
This only sends alerts on new threads, not replies to threads.
2 template file edits.
Changelog
5/23/06 - Added feature to notify via PM, email, or both.
Follow the Readme file for installation instructions and then:
Click Install
This modification is FREE of charge, but if you wish to reward me for my work, and encourage future modifications by me, please donate below:
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Great idea.
I am forced to be very conscious of server loads when adding new features lately. Anything about this addon that could cause increased loads on busy forums? Keeping in mind that I would only have about 50 or so users with access to this out of the almost 20,000 registered users.
Go to your User CP, see the link for "Post Notification Setup".
As for getting an email whenever something is posted to a forum, this is already a feature of Vbulletin. Go to the forum in question, click forum tools, then click subscribe.
Sure, that's fine if you as an individual want to subscribe. What I need to be able to do is force certain usergroups to be subscribed to threads. This way, I don't have to send the "forum post notification" emails to a redirect that then sends to everyone on the list. It's way too tough to manage. Anyway, that's what I think would be cool. If you could somehow as an Admin, change the subscription settings for all your usergroups.
Great idea.
I am forced to be very conscious of server loads when adding new features lately. Anything about this addon that could cause increased loads on busy forums? Keeping in mind that I would only have about 50 or so users with access to this out of the almost 20,000 registered users.
I have been monitoring on a similar sized site and haven't seen any noticeable increase in load.
No real code gets executed except upon a threads initial post, so the only way I could see it affecting load would be if your site has a new thread (not reply) posted every 3-4 seconds.
I would also like to see this give the user a choice of email or PM notifacation options. Thanks again.
Ok, worked on this for a while today and believe I have worked out all the kinks. Users should now be able to set up how they want the notifications, either by email, PM or both.
To upgrade, you will have to uninstall the old product, and re-install. This will wipe out current notification settings, so if your happy with it now, there is no need to upgrade.
Please re-read the readme file as there is a new template edit.
I am pretty caffiened up at the moment, so it is possible I overlooked something, so let me know.
Seems to be working for me for default forums. Getting both emails and PMs. Great job!
Now my problem, I have several forums that use Abe's Forum's Hack and this does not seem to pick up the keywords when a thread is submitted via a form based forum. I understand that it is "not your problem" 100% but perhaps you could have a look at his code or maybe he could look at yours in order to get these to function together? I will not be able to use this without that functionality. I will make a post in his forms hack thread as well.
Seems to be working for me for default forums. Getting both emails and PMs. Great job!
Now my problem, I have several forums that use Abe's Forum's Hack and this does not seem to pick up the keywords when a thread is submitted via a form based forum. I understand that it is "not your problem" 100% but perhaps you could have a look at his code or maybe he could look at yours in order to get these to function together? I will not be able to use this without that functionality. I will make a post in his forms hack thread as well.
It seems that hack bypasses the newthread routine and basically uses its own. The only possible way I see doing it MAY be to add the plugin code for the plugin titled "Post Search Mailer" into his plugin titled "Form Hack" right after this line:
I use that Forms Hack and I get email notification on new threads created by it, but I think that's because I put my email address in the AdminCP to be alerted on new threads for that forum. Maybe that'll shed some light?