Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Notification extension 0.2
This discussion has been closed.
Comments
I've updated the extension at the add-on directory and now for me it works fine on pre release 3
My wife and I run a parenting forum which uses Vanilla, and some of these people don't know what a web browser is let alone RSS. It doesn't make them less valid as a target audience. In fact for Vanilla to reach a wider audience it needs to attract non-geeks too.
What should be in these daily, wekkly or monthly mails?
The problem would be the execution of this, because then you need cronjobs, so that you can run a script every day.
You could do it by passing it in the backward when a user visits the forum... but I don't think this would be good.
If you mean a daily, weekly, monthly summary of all discussion. I think this would be an extra extension...
As Admin you can delete all of the user's notifications, so that the user won't get any messages
Notice: Undefined variable: Whispered in /home/httpd/vhosts/siteURL/httpdocs/forum/extensions/Notify/default.php on line 154
This error happens when you try to send a blank comment with the Notify extension active.
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name]() If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/www/users/sitename/forum/extensions/Notify/default.php on line 224
I am using the forum as a client management tool. They can login and access their workorders in their specific category. However, since they only see one category, I did not give them access to see a categories tab. Instead, they only see the discussions area. There, they can subscribe to the forum.
HOWEVER, when they subscribe to the forum, anytime an update is done, regardless of what category, viewable to them or not, they get the notification.
Now, an easy fix is to log into everyone's account and make sure they are not subscribed to forum itself, but only to their category. However, is there another fix so that I don't have to go through 20+ accounts to change this, and then take off the option from the sidepanel of subsribing to the forum and only to their specific category?
Put up a sticky.
You can't code against ignorance.
change line 224 to:
$SubscribeOwnStatus = CheckSubscribeOwn($this->Context);