First time here? Check out the FAQ!

pajju's profile - activity

2021-12-03 02:29:12 -0500 received badge Popular Question (source)
2021-12-03 02:29:12 -0500 received badge Notable Question (source)
2021-02-18 17:24:42 -0500 received badge Notable Question (source)
2021-02-18 17:24:42 -0500 received badge Famous Question (source)
2021-02-18 17:24:42 -0500 received badge Popular Question (source)
2021-01-30 11:16:52 -0500 received badge Great Answer ( source )
2021-01-30 11:16:52 -0500 received badge Guru ( source )
2018-04-10 11:10:56 -0500 received badge Popular Question (source)
2018-04-10 11:10:56 -0500 received badge Famous Question (source)
2018-04-10 11:10:56 -0500 received badge Notable Question (source)
2017-12-12 17:59:15 -0500 received badge Notable Question (source)
2017-10-18 21:27:08 -0500 received badge Popular Question (source)
2017-10-18 21:27:08 -0500 received badge Notable Question (source)
2017-03-17 06:38:32 -0500 received badge Notable Question (source)
2016-07-22 06:49:17 -0500 received badge Famous Question (source)
2015-10-28 10:23:52 -0500 received badge Notable Question (source)
2015-10-22 17:41:58 -0500 received badge Popular Question (source)
2015-10-22 17:41:58 -0500 received badge Notable Question (source)
2015-10-05 10:58:39 -0500 marked best answer Regarding Draft autosave feature.

There is draft auto-save feature, Cool addition!

  • How often does this save happen?
  • How does this work?

Thanks.

2015-05-18 12:28:23 -0500 received badge Popular Question (source)
2015-04-25 05:01:51 -0500 received badge Taxonomist
2015-03-28 08:45:13 -0500 received badge Popular Question (source)
2015-01-14 16:36:57 -0500 received badge Nice Question (source)
2014-12-09 04:52:28 -0500 received badge Notable Question (source)
2014-11-20 22:28:47 -0500 received badge Famous Question (source)
2014-10-09 08:53:19 -0500 received badge Notable Question (source)
2014-10-09 03:55:26 -0500 received badge Notable Question (source)
2014-08-28 22:51:07 -0500 received badge Nice Question (source)
2014-06-23 17:08:57 -0500 received badge Popular Question (source)
2014-04-09 09:44:52 -0500 received badge Popular Question (source)
2014-02-14 16:32:03 -0500 received badge Famous Question (source)
2014-01-05 11:18:46 -0500 commented question Is there a easy way to transfer Questions from Q2A?

any particular reason you did not like Question2answer? why askbot, < valuable feedback>

2013-12-11 09:15:41 -0500 received badge Popular Question (source)
2013-11-11 09:15:08 -0500 received badge Famous Question (source)
2013-11-10 09:48:37 -0500 received badge Popular Question (source)
2013-11-10 09:48:37 -0500 received badge Notable Question (source)
2013-11-10 09:48:37 -0500 received badge Famous Question (source)
2013-11-07 10:57:31 -0500 received badge Favorite Question (source)
2013-10-17 13:07:27 -0500 marked best answer How does askbot send email notifications?

I configured the mailbox in settings.py file for email settings and its working fine.

I was checking the askbot code for email alerts ( send_email_alerts) and how askbot email-alerts work.

But, I did not understand how -- the email-alert concept works!

I have doubts -

  1. Posting the answer Submit-Button takes a lot of time in cases where - there are users subscribed/following that question via email.

    • Is this slow because on-submit, the email is not sent asynchronously? (should I use celery for background email sending?)
  2. what is the purpose of that cron job? i.e send_email_alerts?

    • What does that cron job do? Should I configure that separately?

thanks.

2013-10-17 13:07:26 -0500 commented answer How does askbot send email notifications?

I've used celery. Celery is a big process by itself to manage. I'll check that code and how the pieces work together. Again thanks for confirming the expected behavior of notifications. Should help me better understand and explore Codebase. ;) @Fitoria

2013-10-17 13:00:46 -0500 edited answer Auto-suggest username when typing '@' in a comment

Currently this feature is not available. Its a nice to have feature request.

I was very much impressed the way facebook does this - Facebook matches your friend/LIKE list as you type just few characters. No need to press @user too. Lot's of intelligence goes behind.

BTW, I'm working on this feature.

UPDATE:

Integrating this will autocomplete @usernames like Facebook!

http://ichord.github.io/At.js/

2013-10-17 12:59:22 -0500 commented answer Auto-suggest username when typing '@' in a comment

@Evgeny @i-like-askbot http://ichord.github.io/At.js/ will solve this issue. The autocomplete dropdown works well and over the Text Input, tested. Please consider merging. :)