It uses the same mail class like vanilla. I don't know why it doesn't work? Have you set the settings correctly?
Does the account change, registration mails arrive?
The {Username}... is in work
i get this error in profile -> notification
Warning: mysql_query(): Access denied for user: 'u34922744@localhost' (Using password: NO) in /homepages/15/d83103864/htdocs/sendertown.de/extensions/Notify/default.php on line 262
Warning: mysql_query(): A link to the server could not be established in /homepages/15/d83103864/htdocs/sendertown.de/extensions/Notify/default.php on line 262
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /homepages/15/d83103864/htdocs/sendertown.de/extensions/Notify/default.php on line 263
Please help :(
Do you have the latest Version from svn?
I've updated the file at the addons directory, download it again and try it. I hope it works for you, because I don't get this error
is there anyway to have the notification already enabled for all new users. so they don't have to go search for the enable check boxes under there account...
Only issue is you'd need to put an entry into every users row (wouldnt you?) and it'd also do it for users who hadnt been on the forum for ages (could be a good or bad thing). Also *technically* it's against the DPA (in england atleast (who cares anyway?))
I'm not sure without looking at the code (which i dont have time to do right now since i'm meant to be learning rocket science (literally =\)) but it must be possible since vanilla must run a different query depending if it's an edit or an addition?
Just wondering if this add-on works with v1-pre2?
I've installed it but it doesn't seem to keep it's preferences nor mail out any notifications
I get this error when trying to subscribe to a forum
[error] PHP Fatal error: Call to undefined function: addnotify() in /Library/WebServer/Documents/mpi-intranet/vanilla/extensions/Notify/ajax.php on line 10
unsubscribe:
[error] PHP Fatal error: Call to undefined function: removenotify() in /Library/WebServer/Documents/mpi-intranet/vanilla/extensions/Notify/ajax.php on line 11
Sounds like a useful extension. But why not simply use the RSS/Atom feed extensions and have users sign up for those feeds? Those extensions provide feeds for the whole forum, individual categories, discussions and even search results.
Comments
the bug from STE7130 should be removed.
the mailing function is now faster, because it isn't reinitialized for every mail now
at version 0.1 an email was sent when a user whispered to another, but now only the user who's whispered to will be notified
Who knows how i could detect if it's a new post or a editet one?