Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Instant New Thread Notification Details »»
Instant New Thread Notification
Version: 1.02, by RedTyger RedTyger is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.5 Rating:
Released: 03-05-2007 Last Update: 03-17-2007 Installs: 201
Uses Plugins
 
No support by the author.

= New Thread Notification =


Description

Very simple, it adds instant email notification for forums. If you are subscribed to a forum using instant email notification, whenever a new thread is posted you will be sent an email containing the details and the thread text.


Options: (AdminCP > vBulletin Options > New Thread Notification)

Enable new thread notifications?
Choose Yes to enable instant email notification for new threads.

Allow new thread notification for Usergroups:
Enter the IDs of the usergroups you want to allow to subscribe to instant new thread email notifications, separated by commas. (i.e. 1,2,3)

If you only want to exclude usergroups instead of including them, leave this blank to allow everyone to subscribe to instant new thread notifications except those listed below.

Do NOT allow new thread notification for Usergroups:
Enter the IDs of the usergroups you want to exclude from subscribing to instant new thread email notifications, separated by commas. (i.e. 1,2,3) Leave blank to not exclude usergroups.

Allow new thread notification for Forums:
Enter the IDs of the forums you want to allow subscribing to instant new thread email notifications, separated by commas. (i.e. 1,2,3)

If you only want to exclude forums instead of including them, leave this blank to allow instant new thread notifications in every forum except those listed below.

Do NOT allow new thread notification for Forums:
Enter the IDs of the forums you want to exclude from subscribing to instant new thread email notifications, separated by commas. (i.e. 1,2,3) Leave blank to not exclude forums.

Use mailqueue?
Choose Yes for new thread notifications to use mailqueueing as per your settings (Recommended for all except very low traffic forums). Choosing No will bypass mailqueueing and send all emails instantly.


Installation Instructions:
1. Go to AdminCP > Plugins & Products > Manage Products > Add/Import Product.
2. Upload the new_thread_subscription_xxx.xml file.
Done!

To subscribe to new thread notifications just subscribe to a forum as normal. The new option has been added to the list.


Donations

If you have a pressing wish to donate money to me (and of course, you do) to say thank you and to possibly encourage more future work then you can do via the link below. Also, you will go to heaven.

http://redtyger.co.uk/donations.php

Don't panic! The donations link is only hosted on my website so it can be encrypted and not open my email address to spammers.


Changelog
v1.00 Initial release
v1.01 Fixed bug where Instant Email Subscription would appear twice.
v1.02 Fixed bug where a database error would occur when nobody is subscribed to the forum the thread is being posted in.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #172  
Old 02-12-2011, 12:25 PM
chuckiebaby chuckiebaby is offline
 
Join Date: Jan 2003
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This doesn't seem to work for vbulletin 4.1 CMS. It installs fine, but nothing shows up in the forum subscribe drop down.
Reply With Quote
  #173  
Old 03-11-2011, 08:40 PM
Burley Burley is offline
 
Join Date: Aug 2003
Location: Apeldoorn
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to target specific (sub)forums only?

I'm not a coder (far from it), but it seems to me that a statement like

PHP Code:
if forumid=XX then..... 
should do the trick, but like I said I'm not a coder at all. Perhaps anybody has a solution?
Reply With Quote
  #174  
Old 03-11-2011, 10:39 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I miss not being able to in/exclude forums with the vb4 version. But this version has the ability to do both so as long as the subforums have forum IDs it should work fine. Sorry I don't remember if they do or not.
Reply With Quote
  #175  
Old 03-12-2011, 03:06 PM
Burley Burley is offline
 
Join Date: Aug 2003
Location: Apeldoorn
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

subforums have ID's, I already new that, my bad

But I still need to be subscribed to the specific forum, installing the product just isn't enough. I would also like it mandatory for all users, but no clue how to make that happen.

do you?
Reply With Quote
  #176  
Old 03-12-2011, 03:59 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could probably do it with some sql query. But it's a Really Bad Idea. What you're proposing is sending out unsolicited spam. If you're lucky, the recipient might follow the link to unsubscribe. But they're just as likely to mark it as Spam and you'll end up on blacklists. It's a lot easier to get on those lists than to get off!
Reply With Quote
  #177  
Old 03-12-2011, 04:37 PM
Burley Burley is offline
 
Join Date: Aug 2003
Location: Apeldoorn
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No it's not.

Since my forum is a closed forum on which only members of the same club are active and they all want to know about the events they can attend.

That's what I want to use it for, when an event is posted in the calender a new thread is created automatically. I feel that it's good for the overall event attendence when members will get an automated email notifiing them of the event. So that even members who are not active on the forum will be notified of the event.

ANyway, got an idea how to do this without the query? The forum isn't running jet, so I perhaps it's not neccesary to do it in the sql. But we can fix it in the forum registration process.
Reply With Quote
  #178  
Old 03-12-2011, 05:07 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, I don't think that works anyway. Something to do with the way vb is coded - only real-people posts get notification. At least it wasn't working the last time I checked. [edit: It might work for you in vb3, I forgot this is the vb3 version.]

The whole web is designed to be "opt-in" these days. None of those inactive members are going to thank you for sending them unsolicited emails. Even if their email addys are still any good.
Reply With Quote
  #179  
Old 03-12-2011, 08:40 PM
Burley Burley is offline
 
Join Date: Aug 2003
Location: Apeldoorn
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, it's a forum for our diving club. So all the email adresses are correct and current. They aren't inactive in the club, just on the web. Luckily everyone has an email adress and they all want to stay informed..

Anyway, you are right, it doesn't work if a bot posts a new thread. But right now it doesn't work either if a member does that. I have to figure that out first.
Reply With Quote
  #180  
Old 08-11-2011, 09:01 PM
hossenpheffer hossenpheffer is offline
 
Join Date: Jun 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been using this mod for a while now without any problems. After setting up some forms for input using the Easy Forms mod, the New Thread Subscription alerts are no longer sending with new threads via the Easy Form thread posting method.

Has anyone else seen this? I've adjusted some of the various execution orders for both mods without success. Any help still around for this mod?
Reply With Quote
  #181  
Old 12-25-2012, 06:52 PM
Nirjonadda Nirjonadda is offline
 
Join Date: Dec 2011
Location: Italy
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any update for work on 4.1.10?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04738 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete