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.

Email notification of update to thread

13

Comments

  • Scratch that, you can check if its on its way in or out. I'm still dumbfounded as to how to get user/discussion information from all these crazily sensible classes.
  • it's been a while for this, has anyone made the extension for it yet? is it already IN vanilla and I'm just missing where to turn it on?
  • I started work on it but didnt get particularly far. I got it emailing but people had to choose to email it (as a text formatter, there are better ways of doing it now). And i didnt get onto making it work out who to email and where they were. I might pick it up a bit more when v1 goes live but i cant see it happening in the meantime.
  • no problem, I may pick it up as I need it fairly soon for my board and it seems like once I learn the core vanilla code adding other stuff should be fairly simple
  • sprockettsprockett New
    edited January 2006
    this would definitely be a good thing to have. I am coding a similar system for my photogallery style forum. Not that simple a task. It would be simple if you trigger a new mail sent for EVERY reply a post has, but that sucks because if you are subscribed to a thread and choose to receive mails, if that thread is hot and 45 people post to it, u'll be spammed 45 times. The idea is to have something like the other major bulletin boards, where uare only notified ONCE no matter how many replies the thread has, UNTIL you visit the thread again. Hence there has to be logic to detect how many mails have been sent, when u last visited the thread, when the last mail was sent etc, and THis is not easy considering that EACH thread has its own count. I realized that there has to be some nifty DB side mods, as well as some php side work. Not to mention another control panel to manage all ur subscriptions, and then more logic to determine WHEN u are subscribed to a thread (when u post a new thread? when u reply? only if manually choose to subscribe?) And then u have to see how this entire "subscription" idea gels with vanilla concepts of "bookmarked discussions" and "your discussions" Etc. Also need to check how much of a performance hit it will cause, because now every time u view a thread, db needs to be updated with last visit timestamp etc.. Every time someone sends a reply, db hit again (check who needs to be notified etc). What happens if a thread has 40 different people subscribing to it? If someone replies, the script needs to pump out 40 mails. Unless u implement a queue system. Its a good feature to have, but not that simple.
  • does anybody know about the current state on email notification for discussions? will there be an addon or is it a "basic feature" of vanilla 1?
  • I would also be very interested in knowing this...
  • there will be an addon if someone chooses to make it :)
    it is not a basic feature of vanilla 1.
  • You're not serious? This forum doesn't even support email updates yet?
  • Vanilla doesn't work in the same way. Vanilla is a "less is more" type of program. What doesn't exist can be added in an extension. As it gets older the more extensions there will be. E-mail updates won't be that far behind.
  • Agreed. I too am glad that this will be an extension for two reasons: 1) I'll use it and 2) It (and other extensions available) don't bloat the core. I'm really wanting this one, and hope it comes to fruition somewhat soon. Vanill is a fine product and I anxiously await 1.0 and extensions like this one to fit our particular needs for a forum. To think I had either of the big "bloat boards" approved for purchase.
  • MarkMark Vanilla Staff
    I want this feature, so if no-one else writes it, I will.
  • Sweet! Mark rocks. Would that MacBook help this and 1.0? Hehe. If so, I'll have to find my way to the donation page in the near future. :-)
  • ithcyithcy New
    edited May 2006
    max007 - 4 hours ago You're not serious? This forum doesn't even support email updates yet?
    i'm totally serious! alert the president! scuttle the bombers!
  • This forum will support what people write for it as extensions, on top of the already awesome and clean core. Nothing wrong with that, especially now that the developer has thrown down the gauntlet saying he'll program it if nobody else is going to. Gotta love Vanilla, Lussumo, and Mark!
  • this would be really useful functionality to have in an extension. i'd definitely use it! how do you see it working though? - everyone who has replied/contributed to a discussion is sent an email when a new update is posted? - you receive an email when someone replies to one of your comments? - everyone signed up to the forum receives an email when a new comment is added? i have quite a small, low traffic forum i administer in my organisation with infrequent posts from members. if i had a way to let members know automatically when someone posts something that would be fabulous.
  • @swheeler: Look here. I'm going to release a first beta version today. I only have to do a few things and then you can test the extension
  • hutstein: i'll look out for your next update and look forward to testing the extension. cheers!
  • Is this extension avaiable yet?
  • http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=48 ?
This discussion has been closed.