The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Anyone else notice that new thread posts do not generate email notifications? Any subsequent replies to the thread do seem to generate email notifications.
Any fixes for this? |
#2
|
|||
|
|||
![]()
Yes and its stupid annoying, listed as a bug here: http://tracker.vbulletin.com/browse/VBV-10533
No determined version of when this will come back, its listed as "backlog" I've found that this feature is actually coded in core/includes/functions_newpost.php There is a function called: exec_send_notification: /** * Sends Thread subscription Notifications * @param integer The Thread ID * @param integer The User ID making the Post * @param integer The Post ID of the new post */ function exec_send_notification($threadid, $userid, $postid) The code of this function clearly does what we want it to; however there is no call to this function anywhere in VB. If someone could tell me where i should call this function we can get a work-around going. |
#3
|
|||
|
|||
![]()
Actually I believe the notifications are handled in /core/vb/library/content.php.
The functions_newpost.php file is a remnant from vB4. |
#4
|
|||
|
|||
![]()
Thanks, i found the sendNotifications() function in there, which looks like does what we are looking for.
/includes/vb5/frontend/controller/createcontent.php looks like where this call should go.. not sure i have the expertise to figure this out. |
#5
|
|||
|
|||
![]()
Can't figure this out. our users are complaining, and the lack of instant email response is killing our traffic!
|
#6
|
|||
|
|||
![]()
Has anyone tackled this yet? I'd be willing to put up some money to get a temporary add-on for this..
--------------- Added [DATE]1384889250[/DATE] at [TIME]1384889250[/TIME] --------------- Was able to hack it enough to get subscriptions to send, and auto subscribe on a reply to post.. its not perfect, but it will do for now. |
#7
|
|||
|
|||
![]() Quote:
|
#8
|
|||
|
|||
![]()
We made our own function that does the email sending, and then found the right spot in /core/vb/library/content.php to include it.
Works for what we need for now. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|