|
I´m working on a possible solution, but it is difficult.
I first think how to sum 1 every time someone click on "vote" on a user's count. But it means that you have to add a new column to the "users" table, like "karma".
How to make it without touching the database?
|