I find a great plugin "Expert Questions" from NoahY.
This plugin i want to use in this case: User can ask private questions to expert.
I find one problem - anybody can view question by enter direct url ( ***.com/qa/QUESTION_ID/).
Can anybody help me, how can i hide qustion to expert from public access?
This option important for my users, because they can ask very private question (medical).
Add:
I find this param $question['viewable'] in file qa-page-question.php.
For expert-question this param set to 1, so anybody can view questions.
Maybe it`s possyble add in plugin source some code to change this param for expert-questions?