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.
Notify
This discussion has been closed.
Comments
I just downloaded, extracted, uploaded to my website, enabled and then ran a few tests. Seems to work perfectly for me. Sounds like anyone who is still having problems with it actually sending mails either has a server configuration problem, or a Vanilla configuration problem - both to do with SMTP stuff.
When I recently first started using Vanilla, I configured the Admin account options / forum preferences to "Receive email notifications when new users apply for membership" (I had left the SMTP options blank in the Application Settings). That also worked right out of the box.
I will be happy to share more information with anyone who asks.
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 checknotifysyntax(). 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 /extensions/Notify/default.php on line 120
Posted: Sunday, 6 May 2007 at 5:02PM
error_reporting(0);
...but the errors persisted.
Posted: Monday, 7 May 2007 at 1:11PM
http://www.christopheravery.com/forum/
Email me at ca@christopheravery.com. I'll grant you access.
Thanks!
Christopher
Thanks!
My members are hassling me.
Posted: Monday, 21 May 2007 at 5:57PM
- http://lussumo.com/community/discussion/4593/notify-02-error-messages-and-help-needed/#Comment_59325
- http://lussumo.com/community/discussion/5211/email-notification/#Item_6
- http://lussumo.com/community/discussion/5118/email-notification-when-will-this-be-ready/#Item_4
There was also another discussion about it where Hutstein and myself were whispering back and forth doing some beta testing on a new version. I can't seem to find it, however the beta testing was "getting there" but there were still some functionality that needed to be fixed (such as the sending of the email). Visually, the new version looks awesome, but its still not functioning correctly. Its probably been a month since I've heard from him on it.
Posted: Monday, 21 May 2007 at 9:27PM
the Notification Control in the settings panel is still missing, but you can allow/disallow the subscribtions directly in the conf/settings.php with the following items:
$Configuration['NOTIFY_ALLOW_ALL'] = '1';
$Configuration['NOTIFY_ALLOW_DISCUSSION'] = '1';
$Configuration['NOTIFY_ALLOW_CATEGORY'] = '1';