Hi,
I don’t even want the Doc author to have comment ability. I feel there should be a global setting to disable – just like there is for attachments. Unfortunately, adding the following to my child theme didn’t work (but, the plugin I referenced did):
add_action( 'init', 'remove_buddy_docs_comment' );
function remove_buddy_docs_comment() {
remove_post_type_support( 'bp_doc', 'comments' );
}
To answer your question, we are using the Twenty Fourteen theme. I created a test post, set Comments to “the Doc author only”, then signed back in as a different user. The post displayed the warning “Comment display has been disabled on this doc.”, but the comment box was still presented immediately below the warning. The comment appeared on that post. Signing back in as the author, checked the dashboard and the comment was associated with the post there also.
Regarding QM, it reports the template as
/wp-content/themes/twentyfourteen/page.php
I also tried the Twenty Fifteen theme. Same behaviour – except QM reported
/wp-content/themes/twentyfifteen/page.php
of course. ??