Change user role based on reputation

Solved4.03K viewsCoreextension hook
0

I want to give users more privileges based on their reputation, however i’m not able to find any hook for this purpose. What’s needed is a hook that’s called when user reputation increases/decreases.

Is such a hook exists?

Question is closed for new answers.
selected answer
1

I found the answer myself.

Two hooks exist, ap_insert_reputation, ap_delete_reputation

here is the link

selected as best answer

Hello Sian,
We are working on an addon to automatically grant new permissions to user based on their reputations.

Yes i found that, but the project seemed abandoned with no new update for a long time. Where can i find more information regarding its progress?