First time here? Check out the FAQ!
1

New install - everyone's karma stuck at "1"
 

I set up a new askbot site, now the few new users all have 1 karma. Even if we try to ask question and answer them, karma still stay at 1. We can't vote up or down because none of us have enough karma to do so. What might be wrong?

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)
codedigger's avatar
41
codedigger
asked 13 years ago

Comments

With default settings, the only way to earn reputation is to accept answers, however it is possible to decrease the barrier to vote.
Evgeny's avatar Evgeny (13 years ago)
see more comments

1 Answer

0

Hmm, most likely the users cannot vote. So you can decrease the barrier to vote to "1" in the "settings->Minimum reputation".

If you do not see link to "settings" - make yourself an admin on the command line:

python manage.py add_admin <your_user_id>

(adding admin through the web is on a todo list now)

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 13 years ago
link

Comments

Yep this works for me. Just want to share that "user ID" is not the account name but the unique number system uses, which is visible in URL in each user's page.

IsaacSaito's avatar IsaacSaito (13 years ago)

First user is automatically an admin, btw.

Evgeny's avatar Evgeny (13 years ago)
see more comments