change points system
I want to change the current points system and introduce custom points scale I am not sure where I should start. For example which module I should start looking into?
I want to change the current points system and introduce custom points scale I am not sure where I should start. For example which module I should start looking into?
Look at functions onUpVoted
, onDownVoted
, onUpVotedCanceled
and onDownVotedCanceled
in askbot/auth.py (the functions may be moved and renamed in the future though).
To enter a block of code:
Comments