Saving Post Messages – enhancements

This topic contains 1 reply and 2 voices, and was last updated by Sekander Badsha 9 years, 8 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
July 13, 2014 at 11:19 pm 23487
Sekander Badsha Hi Wedevs, Suggestions for the future:
    When saving a Post it would be nice if the date & time were in the message so that the user knows if they saved it recently - useful when doing a long edit.
  • When saving a draft could we use the same message as for posts, because the message shown beside the draft link soon disappears.
  • So the text could be something like this: "Post Updated Successfully [as a Draft] at 17:35, 7 July 2014" where the text in square brackets is conditionally included if it is a draft being saved.
  • My Users would prefer a button for the "Save Draft" link
July 14, 2014 at 5:08 pm 23518
Sekander Badsha Sekander Badsha

Hi Liz,
Showing time function on save is not possible right now.
To style the Save As Draft button, open render-form.php which is located at “\wp-content\plugins\wp-user-frontend-pro\class\” and go to line number 547. You’ll see something like <a href="#" class="btn" id="wpuf-post-draft"><?php _e( 'Save Draft', 'wpuf' ); ?></a> replace that with <a href="#" class="btn" id="wpuf-post-draft"><?php _e( '<button>Save Draft</button>', 'wpuf' ); ?></a>

Viewing 1 Posts - 1 through 1 (of 1 total)