Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
394 views
in Q2A Core by
Please  I do not want to use the activation e-mail NoahY? Help me please
Q2A version: 1.5.3

1 Answer

0 votes
by

You can change the function user_perms_post in qa-chat.php. Something like this:

private function user_perms_post()
{
    return qa_user_permit_error() === false && !$this->user['iskicked'];
}

P.S. I wrote the chat plugin, not Noah ;)

I will add an option for setting permission level at some point!

by
Thank You Scott :)
...