No errors great! However these settings won't stay on... --Notify me, when comments are posted in the complete forum --Notify me on new comments in the following categories
And this setting won't turn off... --Notify me, when comments are posted in my own discussions
***Later... and no emails received either :-(
***Later still... yup, got an email, spam filter caught it so I missed it
where is "script.js" because I am also receiving the same issues. No email, I have to refresh the page after subscribing to the forum for it to give me the option to unsubscribe. While in my personal notification settings, I click a box and the little Ajax graphic appears but nothing ever happens. I'll refresh and the setting was never changed.
The email does get sent though. Is there anyway I can remove the "subscribe/unsubscribe" lines from the sidebar and just make it mandatory that everyone gets the notification on their discussions, or discussions they are participating in (as in personal Whispered discussions?)
There's one small issue with your latest release. You've got two extra line feeds in both your default.php and ajax.php files. It broke the Attachments extension. Took me forever to find that the problem was being caused by Notify.
Once I removed the line feeds, both extensions started working great!
Otherwise, your extension works PERFECTLY! Keep up the good work!
Here is a question. Because I still seem to be having some issues. Should I delete the notify-related columns in the database since the information inside are from the old version? And just start that stuff from scratch? Would that help me?
You know you could use the new function which Mark added to vanillas JS to work out the path correctly regardless of which url building system they're using...what's it called again...PathFinder
Comments
However these settings won't stay on...
--Notify me, when comments are posted in the complete forum
--Notify me on new comments in the following categories
And this setting won't turn off...
--Notify me, when comments are posted in my own discussions
***Later...
and no emails received either :-(
***Later still...
yup, got an email, spam filter caught it so I missed it
Posted: Wednesday, 23 May 2007 at 2:19PM
The email does get sent though. Is there anyway I can remove the "subscribe/unsubscribe" lines from the sidebar and just make it mandatory that everyone gets the notification on their discussions, or discussions they are participating in (as in personal Whispered discussions?)
Warning: Unterminated comment starting line 418 in /Library/WebServer/WebSites/alexastrov/public_html/forum/extensions/Notify/default.php on line 418
just open the extensions/Notify/ajax.php and enter the document root directly to the file
function SetNotify(Type,ElementID,Value,Elem,Class,NewText)
{
var ajax = new Ajax.Request('http://localhost//vanilla/extensions/Notify/ajax.php',
...
the http://localhost/vanilla should locate to your path to vanilla...