First time here? Check out the FAQ!
3

anonymous answer

I use mysql database and on the database I see anonymous answer table but unlike anonymous asking users don't get an option to answer question anonymously. How can I activate anonymous answering option.

SocialQA's avatar
265
SocialQA
asked 2013-09-25 13:41:22 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2013-09-25 14:03:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

This table "anonymos answer" is for temporarily storing answers posted before logging in. When the user logs in the answer is posted under his/her name.

There is no option yet to make anonymous answers (but there is option for asking "anonymously").

Please note that askbot does not support true anonymity - even on questions asked "anonymously" we still record the question owner, but do not show user's name or link to his/her user profile.

Evgeny's avatar
13.2k
Evgeny
answered 2013-09-25 14:02:53 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks I understand the anonymity thats been implemented. I wanted to add similar functionality that you guys have added in ask anonymous to answer. May I can do a pull request after implemented but not sure where to really starts with.

SocialQA's avatar SocialQA (2013-09-25 14:16:08 -0500) edit

Ok, marked this as feature request, sounds useful.

Evgeny's avatar Evgeny (2013-09-25 14:28:00 -0500) edit

I would like to implement this but could you please let me let me know where I can begin the process. I could create a pull request after I am done.

SocialQA's avatar SocialQA (2013-09-26 17:48:08 -0500) edit
add a comment see more comments