First time here? Check out the FAQ!
1

Is there a privilege system?

I s there a privileges for controlling what a user can or can't do based on karma (or any other arbitrary condition I would like)?

I intend to make a site where only the moderators could ask a question for example and would like to give more power to users with more karma and maybe I could even differentiate a little paid users from free users (like paid users don't get ads)

thanks

Avraham's avatar
11
Avraham
asked 2012-06-13 13:32:20 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

There is a built-in privilege system based on karma - described at http://askbot.org/en/faq/ . In order to add custom privileges additional code will be required it can be implemented via an add-on django app.

Re: minimum karma to ask - if that's what you meant - IMO is not a good idea because that way you'll have fewer questions and that will kill your forum. At the early stage getting questions is the limiting factor.

Evgeny's avatar
13.2k
Evgeny
answered 2012-06-13 13:47:58 -0500
edit flag offensive 0 remove flag delete link

Comments

questions would be only posted by moderators/admins, it makes sense to the site theme (not in my opinion but this is what client wants). site is about questions that appeared in interview tests for government jobs, so it has a limited set of questions

Avraham's avatar Avraham (2012-06-13 18:26:24 -0500) edit

So public can answer questions and post comments but not the answers?

Evgeny's avatar Evgeny (2012-06-13 18:28:32 -0500) edit

yes, that's the idea, because there isn't a correct answer for discursive answers, for some there's a model answer but that doesn't mean it is the only one, so people could study for their test based on previous tests and other users answers

Avraham's avatar Avraham (2012-06-14 05:44:27 -0500) edit
add a comment see more comments