Why is bbpress removing the "Save Draft" button?
-
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.
NOTE: I posted this on January 17, 2014 but it took a publication date 18 months earlier. This is a repost on January 18, 2014.
- You must be logged in to reply to this topic.