Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.1k views
in Plugins by
I already reported an issue and was also wondering if we can give chat privilage only to users with score 1000 and above

Thank you

1 Answer

+1 vote
by
This should not be hard to implement.

Just modify qa-chat.php.

Right after     public function process_request( $request )
you receive the userid and check the userpoints.

If not 1000, then display an error message.
by
Thank you, I wil give it a try
...