First time here? Check out the FAQ!
8

Allow admin to post questions under faked accounts
 

When reddit was starting, the two redditors posted lots of material under faked accounts. They had a special form for admin users that asked for

  • title;
  • url ;and
  • username

and if that username didn't already exist it created it.

They credit this with kickstarting their community. The day they didn't need to fake content is the day they were happiest because they knew the community was taking off.

Is anyone interested in doing something similar with their askbot installations?

(edit)

https://github.com/jtrain/askbot-devel/commit/a4445bf35f18b017cf7c9ccb2daf0893253844ae

Anyone that wants to follow along, this fork has a working implementation for:

  • questions
  • answers

but not

  • comments
  • autosuggest

(edit)

Here it is in action! http://youtu.be/I66Owlsiixs

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)
Jtrain's avatar
293
Jtrain
asked 12 years ago, updated 12 years ago

Comments

Yes this a good addition to get initial traction for any new-forum.

pajju's avatar pajju (12 years ago)
see more comments

3 Answers

6

I'm sure this is one of the best options to make a Q&A website popular.

If I would have a question I wouldn't register and ask on a website with no activity.

I think askbot needs this tool.

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)
Toms's avatar
767
Toms
answered 12 years ago, updated 12 years ago
link

Comments

2

If I were to write something that does this (since I need it myself) where is the best place to put the code?

I'd like for it to be contributed back into the mainline - if we agree the feature would be a useful part of askbot.

Jtrain's avatar Jtrain (12 years ago)
1

This is a very useful feature - like in the video you've linked - the input probably is good to place in the "ask", "answer" and maybe "comment" form. It will be harder to implement this feature for the comments, easier to start with questions and answers. I think at the minimum the "post as" field must have an autocompleter to select the user.

Evgeny's avatar Evgeny (12 years ago)
1

User actions are made by calling functions like User.post_question() so in that case - instead of request.user user will have to be pulled out of the database.

Evgeny's avatar Evgeny (12 years ago)

Thanks for the pointers @Evgeny. Will start small (Questions) and build from there.

Jtrain's avatar Jtrain (12 years ago)
1

Why is it necessary to hack the code, rather than simply creating multiple users? There might be a workaround which makes it easier to switch between multiple existing users?

Joseph's avatar Joseph (12 years ago)
see more comments
5

Available in the repository, will be in release 0.7.44. Thanks to @Jtrain for starting to work on this feature.

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 12 years ago, updated 12 years ago
link

Comments

1

Yes this a good addition to get initial traction for any new-forum.

pajju's avatar pajju (12 years ago)
1

@Evgeny I like what you've done with the code. Thumbs up

Jtrain's avatar Jtrain (12 years ago)

any updates on the option of adding a photo also after creating fake ids?

It should be available for admins. :) for a lot of good reasons - http://askbot.org/en/question/8035/allow-admin-to-post-questions-under-faked-accounts/?answer=8527#post-id-8527 @Jtrain @Evgeny

pajju's avatar pajju (12 years ago)
1

@Jtrain - thanks and thanks to you again. @pajju the avatar will wait until we add a "switch accounts" feature is implemented for the admins so that you could do everything else under faked accounts. I don't want to complicate the UI too much.

Evgeny's avatar Evgeny (12 years ago)

yes, the admin switching is a great idea! ;)

pajju's avatar pajju (12 years ago)
see more comments
1

I tried this feature for a while now and i feel - it is nice to have an option to also upload some photo for those faked accounts.

Let us not forget that we have photo fields in many places - when a question is posted, answered and in home page i.e contributors. It looks very ugly to see only gravataars showing up everywhere, in any early asbot site. :D

Also Not having real photos in any early forum is going to affect its growth also lose much credibility.

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)
pajju's avatar
565
pajju
answered 12 years ago
link

Comments

see more comments