Viewing 1 replies (of 1 total)
  • Plugin Author David Cavins

    (@dcavins)

    Hi Chaton666-

    You can use filters to remove the following meta boxes:

    add_filter( 'bp_docs_allow_associated_group', '__return_false' );
    add_filter( 'bp_docs_allow_access_settings', '__return_false' );
    add_filter( 'bp_docs_allow_parent_doc_setting', '__return_false' );

    There’s currently no filter for removing the tags box. If they must go, you can override individual template parts by adding them to your theme. For instance /my-theme/buddypress/docs/single/edit.php would be used in place of the standard edit.php template included with BP Docs.

    Best,

    -David

Viewing 1 replies (of 1 total)
  • The topic ‘Remove some steps in the create document page’ is closed to new replies.