PDA

View Full Version : HELP ME Notifications


nmlforum
06-06-2013, 10:32 PM
hi guys,
I want to make that message tracking will work automatically for all users on their threads.

I mean, if someone made ​​a comment in the thread, that the user who created the thread, will receive Notifications

nmlforum
06-07-2013, 10:35 PM
HELPPP

Zachery
06-07-2013, 10:49 PM
Default subscription system already does that.

nmlforum
06-08-2013, 07:49 AM
Default subscription system already does that.

Can you teach me how ???

Zachery
06-08-2013, 06:17 PM
Go into your User CP / Settings page, make sure to choose subscribe with instant email notifications or with no notification. If you subscribe with email, then you'll be notified everytime the first time someone responds to your subscribed content when you're not around.

Simon Lloyd
06-08-2013, 08:14 PM
Also set it in registration options to always subscribe :)

nmlforum
06-09-2013, 06:14 PM
Also set it in registration options to always subscribe :)

BUT I WANT in email ...

Simon Lloyd
06-09-2013, 06:34 PM
<a href="http://www.vbulletin.com/docs/html?manualversion=40200603" target="_blank">YES I KNOW READ THIS!</a>

nmlforum
06-10-2013, 11:53 PM
YES I KNOW READ THIS! (http://www.vbulletin.com/docs/html?manualversion=40200603)

I MEAN i wont in email .

John Lester
06-11-2013, 09:38 AM
Try this mod ... https://vborg.vbsupport.ru/showthread.php?t=267329

nmlforum
06-11-2013, 01:37 PM
Try this mod ... https://vborg.vbsupport.ru/showthread.php?t=267329

yes i need mod like this but not New Subscribed !
i need New Post + New Quote

Simon Lloyd
06-11-2013, 06:31 PM
Read the docs, setting subscription to always for registrations will ensure they get emails from their threads...etc - your forum software already does what you are asking, you don't need a mod!!!

nmlforum
06-11-2013, 08:27 PM
Read the docs, setting subscription to always for registrations will ensure they get emails from their threads...etc - your forum software already does what you are asking, you don't need a mod!!!

BUT I DONT WANT IN EMAIL man..
i want like he get pm or notice of new pm he will get notice of new post in thared

Zachery
06-11-2013, 08:29 PM
There isn't an option for pms.. but why would you want a pm? that seems a bit silly.

nmlforum
06-12-2013, 09:04 AM
There isn't an option for pms.. but why would you want a pm? that seems a bit silly.

i made fake photo for you see , i dont want rly pm ,
https://vborg.vbsupport.ru/
http://clip2net.com/clip/m228912/1371031434-clip-4kb.png

John Lester
06-12-2013, 05:28 PM
i made fake photo for you see , i dont want rly pm ,
http://clip2net.com/clip/m228912/1371031434-clip-4kb.png
http://clip2net.com/clip/m228912/1371031434-clip-4kb.png

The mod I posted a link to do this, but says subscription instead of new post in thread ... but they are the same thing just said in different ways.

Simon Lloyd
06-12-2013, 07:40 PM
BUT I DONT WANT IN EMAIL man..
i want like he get pm or notice of new pm he will get notice of new post in tharedNormally when you get a pm you get an email notification.....errrr I think we've gone full circle!

nmlforum
06-12-2013, 08:32 PM
The mod I posted a link to do this, but says subscription instead of new post in thread ... but they are the same thing just said in different ways.

Yes but this mod , do for all thardes you make post .
i want just for the one make the thared get notice.
no for all make post in therd will get notice for more post.
just for the maker of the thared get notice when somone post.
please help me :)

findingpeace
06-13-2013, 01:53 PM
To notify only the thread starter, use the mod provided by John Lester (this one (https://vborg.vbsupport.ru/showthread.php?t=267329)) and disable automatic subscription upon registration. Then open up the newthread template, find:

<input type="checkbox" id="subscribe" name="subscribe" value="1" class="dep_ctrl" {vb:raw checked.subscribe} tabindex="1" />

Replace {vb:raw checked.subscribe} with checked="true"

This way subscription is automatically off for everyone, except for the thread starter.

nmlforum
06-13-2013, 11:39 PM
nmlforum, my site has this in place. You can try it out here:

http://psychopathfree.com

Please make test posts in The Cafe

Users receive an instant AJAX notification when their thread is responded to:

https://vborg.vbsupport.ru/external/2013/06/37.png

The Page Title also instantly updates to reflect new notifications:

https://vborg.vbsupport.ru/external/2013/06/38.png

Let me know if this is what you're looking for and I'd be happy to post the code.

--------------- Added 1371136490 at 1371136490 ---------------

By the way, to notify only the thread starter, use the mod provided by John Lester (this one (https://vborg.vbsupport.ru/showthread.php?t=267329)) and disable automatic subscription upon registration. Then open up the newthread template, find:



Replace {vb:raw checked.subscribe} with checked="true"

This way subscription is automatically off for everyone, except for the thread starter.

YESS i need mod like your site !!! please man help me

findingpeace
06-14-2013, 12:39 AM
YESS i need mod like your site !!! please man help me

Sure - first install the mod posted by John:
https://vborg.vbsupport.ru/showthread.php?t=267329

Next, configure your subscription settings to only apply for the thread starter:

1. Disable automatic subscription upon registration. ACP->Options->User Registration Options. Set Automatic Thread Subscription Mode to "Do Not Subscribe". Save

2. Open up the newthread template, find {vb:raw checked.subscribe} and replace with checked="true"

Please test and verify that these steps so far work on your forum. Thread starters should now receive notifications (in the standard top notifications box) after a page refresh, when someone replies to their thread.

Once you confirm this is working, then we can move ahead to the next step: AJAX instant updates.

I'll be online tomorrow AM