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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
SocialQA's avatar
265
SocialQA
asked 11 years ago
Evgeny's avatar
13.2k
Evgeny
updated 11 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
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 (11 years ago)

Ok, marked this as feature request, sounds useful.

Evgeny's avatar Evgeny (11 years ago)

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 (11 years ago)
see more comments