vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Instant New Thread Notification (https://vborg.vbsupport.ru/showthread.php?t=248617)

Vitaly 08-13-2010 10:00 PM

Instant New Thread Notification
 
1 Attachment(s)
If you wish to subscribe forum for notification about new threads - there're only daily and weekly emailing options. This mod add choice of immediate email notification.

This mod is developped here http://github.com/rcdesign/vb-instant_new_thrd_notify . Patches are welcome.

Alecsmith 08-15-2010 05:28 AM

Tagged Great work i am looking for it :)

Videx 08-15-2010 11:36 PM

If this actually works from version to version of vb4 I will dance in the street. I've been using a hacked version of the old vb3 mod.

Vitaly 08-16-2010 08:52 AM

No probs. Don't forget to place video on youtube.

Videx 08-16-2010 09:29 AM

Problem is, I can't test it without uninstalling the hack which actually works, mostly.

It's got some options that you don't mention anything about. Does this one offer any of these?
Quote:

Allow new thread notification for Usergroups:
Do NOT allow new thread notification for Usergroups:
Allow new thread notification for Forums:
Do NOT allow new thread notification for Forums:
Use mailqueue?

Vitaly 08-16-2010 09:38 AM

I think, that you imagine problem, which does not exists :) . I consider those options quite useless. Why should i add restriction to single subscribe option, if other one don't have those?

And yes, this mod uses mailqueue, according to general vb settings.

By the way, 3.8 mod doesn't use mailqueue because of programming bug. I haven't found vbmail_start() / vbmail_end() there. That causes huge count of SQL requests, if you have lot of forum subscribers.

Videx 08-16-2010 09:44 AM

The option to in/exclude forums is actually very important. I wouldn't want anyone subscribing to e.g. General. Remember, with shared hosting we have very low mail limits.

Vitaly 08-16-2010 09:57 AM

Quote:

Originally Posted by Videx (Post 2084691)
Remember, with shared hosting we have very low mail limits.

IMHO, that's not serious:

1. If your server is ok with notifications for new posts (not threads), it will be ok with this mod too.
2. If your server is weak - it's good idea to uprgade it.

naws-sl 09-20-2010 08:06 PM

A quick question about this mod. Does it just send a notification about a new post or can it also send the entire text of the new post?

I am looking for a mod to VB3.8 or VB4 that will allow users to subscribe to forums and receive daily digests or instant updates that include the new posts in that forum...

Thanks in advance,

Stephan

Dr.osamA 12-30-2010 12:23 PM

thank you bro

rated 5 stars + translated to arabic + installed

can i add the transltion here plzz ??

thank you

LizP 03-13-2011 07:23 PM

Thanks for this mod! Love it! I only wish it sent a notification of a new thread not only in the subscribed forum but in all child forums as well. Is there a way to add this feature?

chuckiebaby 03-16-2011 02:01 PM

The notification link is not correct on my system.
I get something that ends in: showthread.php?p=69

The built in admin panel notification gets: showthread.php5?51-Remember-DVDs-is-Break-room

I tried replacing:
$vboptions[bburl]/showthread.php?p=$newpost[postid]

In your intm_message with
$threadlink

from the admin phrase... but that doesn't display anything
***************
I got it to work by adding a 5 to the ".php?"
ex:
$vboptions[bburl]/showthread.php5?p=$newpost[postid]

phinphan 04-02-2011 02:06 PM

I am a brand new Admin for a small forum of around 150 users. I am still getting the hang of the system. We are still in test mode with about 25 users.

I am using a new vb install running 4.1.2. I installed the product and have the choice for instant notifications in the thread subscription menu. However, I do not receive emails from the system when there is a new thread in the subscribed forum. The messages are not being trapped in my spam folder or by postini.

When I run email diagnostics, I get an email almost immediately.

Is there somewhere to adjust the settings of this product? Any suggestions?

The system is on Windows Server 2008 R2 and otherwise works fine. smtp server works as I get the diagnostic emails.

bwheelock 04-12-2011 11:23 PM

The mod seems to be working for the most part, but one problem I have with it-- and maybe subscriptions in general-- is that it will notify you about threads that haven't been approved yet.

maxwell555 04-27-2011 03:00 PM

i installed this module - but can't find a way of choosing its settings in acp - where can i find it? where can i switch it on / off ?

maxwell555 04-27-2011 03:15 PM

hi vitali,

i have downloaded this mod - but i can't get it running. i am also interested in some modifications / extensions and am wonderin if i can hire you to do some coding for me here.

maxwell555 04-28-2011 04:01 AM

is this supposed to work with V4.1.3 ?

fabianlim 04-29-2011 08:01 AM

Awesome mod.

Works flawlessly on 4.1.3 Suite!

Boofo 04-29-2011 09:51 AM

The subscription icon on the forumhome doesn't reflect the change when you subscribe to a forum. It allows to to re-subscribe and doesn't change to Un-subscribe from this forum.

EDIT: It seems to be an issue with this bug: http://tracker.vbulletin.com/browse/VBIV-8925

RobertoMuggli 06-27-2011 11:21 AM

I can confirm that it works as expected in 4.1.4 (so far eheheh)

You may want to personalize the subject and the body of the notification email by editing intm_message in the corresponding phrase category.

Thank you very much, Vitaly!

EquinoxWorld 06-28-2011 12:08 AM

You would wonder why this is not in the core of vb...In any case, confirmed here too with 4.1.4. Flawless. :) Thanks for the contribution.

tdkmatt 06-28-2011 03:51 AM

it doesn't work

Boofo 06-28-2011 04:36 AM

Quote:

Originally Posted by tdkmatt (Post 2213899)
it doesn't work

It works fine for me.

kevinh 07-18-2011 02:13 AM

Hey guys, those of you have said this mod works for you - do you have any post/thread moderation on your forums?

One major issue with the vb3.x version of this mod (by another coder) was that it sent email notifications out before a new post (new thread) had been approved (while it was still in the moderation queue).

I noticed that someone flagged the same problem with this mod .... https://vborg.vbsupport.ru/showpost....3&postcount=14

kall 08-06-2011 06:56 PM

So, anybody's server melted down, or had their domain/IP added to any spam blacklists from using this?

Videx 08-07-2011 12:01 AM

Quote:

Originally Posted by kall (Post 2230212)
So, anybody's server melted down, or had their domain/IP added to any spam blacklists from using this?

Why would it (keeping in mind people instant-subscribe to threads all the time). I was worried that on a shared server it may cause trouble, but it's so useful I installed it anyway. Knock on wood I haven't seen any problems.

Boofo 08-07-2011 12:07 AM

I think he meant for a busy site this would keep the notifications hopping. ;)

Videx 08-07-2011 12:24 AM

Quote:

Originally Posted by Boofo (Post 2230325)
I think he meant for a busy site this would keep the notifications hopping. ;)

Yes, and that's what I was worried about early on. But as Vitaly was trying to point out (I think), only members already subscribed to a bunch of threads would bother subscribing to a forum. So there really shouldn't be much extra work.

I don't know - I'm still puzzled why this capability isn't in stock vb.

Videx 08-13-2011 02:19 AM

I wonder if anyone knows how to force a usergroup to use this mod to instantly subscribe to a forum?

i.e., I have one usergroup that I've been pestering to subscribe to one forum. But rather than making them do it themselves, can I just run a sql query?

Basically, I want all my Moderators to have instant notification in the Moderators forum.

TIA

Boofo 08-13-2011 05:58 AM

Quote:

Originally Posted by Videx (Post 2232871)
I wonder if anyone knows how to force a usergroup to use this mod to instantly subscribe to a forum?

i.e., I have one usergroup that I've been pestering to subscribe to one forum. But rather than making them do it themselves, can I just run a sql query?

Basically, I want all my Moderators to have instant notification in the Moderators forum.

TIA

Should be able to do that from the forum manager. ;)

Videx 08-13-2011 09:12 AM

Quote:

Originally Posted by Boofo (Post 2232905)
Should be able to do that from the forum manager. ;)

I can't imagine how. There's no choice for subs in the Control dropdown. If I choose "Edit Forum" I see nothing there about subscriptions or usergroups.

Or are you speaking in a philosophical sense? I agree it would be nice if we could do that. But in the meantime a query would make me happy.

Boofo 08-13-2011 09:45 AM

Quote:

Originally Posted by Videx (Post 2232929)
I can't imagine how. There's no choice for subs in the Control dropdown. If I choose "Edit Forum" I see nothing there about subscriptions or usergroups.

Or are you speaking in a philosophical sense? I agree it would be nice if we could do that. But in the meantime a query would make me happy.

These 2 options under Moderation Options:

Quote:

Email Addresses to Notify When there is a New Post
(Separate each address with a SPACE)

Email Addresses to Notify When there is a New Thread
(Separate each address with a SPACE)
I didn't say it was ideal, but it could be worked to handle what you are wanting.

Videx 08-13-2011 09:53 AM

Ha. Yes, I guess I could manually find all 32 email addys and add them there. Then maintain the list as people come and go and email addys change.

Kill me now. :)

inphoenix 09-17-2011 12:05 PM

Thanks. Installed in 4.1.5 but still waiting for notification. Is there a way you can choose notification based on keywords in title of new thread? That would be super awesome.

Edit : Does anyone know how long does the 'instant ' notification takes? How do I make sure that my email settings are correct?

Videx 09-17-2011 12:56 PM

There's another mod somewhere that in a roundabout fashion allows keyword subscriptions. I forget which - something about auto-tagging as I recall.

Instant is pretty much right away - i.e., ideally you shouldn't see your Tweet/RSS much before you get the email noti. But you won't get notices of your own posts.

inphoenix 09-17-2011 01:47 PM

Quote:

Originally Posted by Videx (Post 2247128)
There's another mod somewhere that in a roundabout fashion allows keyword subscriptions. I forget which - something about auto-tagging as I recall.

Instant is pretty much right away - i.e., ideally you shouldn't see your Tweet/RSS much before you get the email noti. But you won't get notices of your own posts.

duh@me.... Thanks so much for telling me that I won't get notification of my own post. Wish it was written somewhere. I looked all over the settings to see if I missed something.

If you can find that other mod for that would be super!!

inphoenix 09-25-2011 10:05 PM

Many thanks for this mod has been working great for me! Is there any way we can add an option of notification of new threads only if a mod or admin started it?

jrh369 10-09-2011 11:35 AM

Vitaly - Thank you very much for making this code available.

For some reason the bbcodes are coming through with the email text. Is there any way to stop that from happening. We are currently on 4.1.5

Pvtiste 01-25-2012 01:42 PM

Hi there,

REally great mod but I was wondering if it's possible to have an option to disable the notification on usercp?

Thanks!

5 stars :D

Videx 01-25-2012 02:59 PM

Quote:

Originally Posted by Pvtiste (Post 2292206)
I was wondering if it's possible to have an option to disable the notification on usercp?

I don't see why not. But don't look for this author to add that feature as he's apparently moved on.


All times are GMT. The time now is 02:38 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01544 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete