• Hi,
    Is there a way to set this plugin to answer by admin and superadmin only? Also, is there a way to disable rating?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,

    We still haven’t implement role management for answering. we are planning though.

    Please update latest version and use following code to remove answer vote.

    
    remove_action('qa_action_single_answer_content','qa_action_single_answer_vote_function');
    

    Same way you can remove question vote on archive page

    
    remove_action('qa_action_question_archive_vote','qa_action_question_archive_vote_function');
    

    Regards

    • This reply was modified 8 years, 3 months ago by PickPlugins.
    Plugin Author PickPlugins

    (@pickplugins)

    Hi,
    Please update plugin to version 1.0.21
    I have added 2 new option

    * Who can post answer (by role) ?
    * Who can post comment on answer (by role) ?

    Please see the screenshot

    View post on imgur.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Answers by role’ is closed to new replies.