Currently askbot shows notifications (along with a short text in the user's inbox) when somebody adds an answer to a question. In my use of askbot all answers are "private". So nobody should know if I add my private answer. So I want to disable this completely i.e., no notifications should be sent and no inboxes should be updated.
This is where notifications are added https://github.com/ASKBOT/askbot-devel/blob/master/askbot/tasks.py#L170 (see the following line of code too).
Maybe you'll want to modify the function that returns the list of recipients...
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-06-12 15:38:04 -0500
Seen: 29 times
Last updated: Jun 12 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.