Skip to:
Content
Pages
Categories
Search
Top
Bottom

Why is bbpress removing the "Save Draft" button?


  • Will Brownsberger
    Participant

    @will-brownsberger

    My office team is complaining that they can’t save topics in draft.

    I thought it must be a bug, but tracked it down to very deliberate code in topics.js.

    jQuery( document ).ready( function() {
        jQuery( '#misc-publishing-actions' ).find( '.misc-pub-section' ).first().remove();
    //  jQuery( '#save-action' ).remove();
    } );

    I can’t find any reference to problems in the forums — is this just a policy choice or screen simplification? Or is there a reason why I should not just comment out that code?

    I’ve tested the topics listings and statistics with the code commented out and saving drafts and all appears to perform correctly.

    Some guidance from developers would be much appreciated.

  • The topic ‘Why is bbpress removing the "Save Draft" button?’ is closed to new replies.
Skip to toolbar