Hello. I was wondering if there is an option to allow Editors on wordpress to be able to moderate the comments and users on this plugin? It would be very useful to us. Cant find an option for this.
Thanks in advance.
Hello. I was wondering if there is an option to allow Editors on wordpress to be able to moderate the comments and users on this plugin? It would be very useful to us. Cant find an option for this.
Thanks in advance.
Hello. All the time people suggest this and I forget. But it's simple to make the switch your self by changing current_user_can('manage_options') from quick-chat.php (around line 141 of v3.41, you can use search capabilities of your text editor) into current_user_can('moderate_comments').
Instead of 'moderate_comments' capability that fits for "Editor" role you can choose any valid WordPress capability. You have big table with all valid WordPress capabilities here so pick the one that suits you best:
I hope I'll remember to implement some selection for next version ;)
Thank you very much Marko. I will do this fix for now, but look forward to the update! Cheers!
Great job on the plugin. Very happy.
This topic has been closed to new replies.