Does anyone have a suggested plugin that does the following:
when a user hits publish on a post for the first time, it should have a popup, notice, or alert that asks the following:
- Do you have a title?
- Is the article complete?
- Spell checked?
- Did you pick tags?
- Have you selected a category?
- Choose a featured image?
Any type of that functionality to catch uncompleted fields or merely serve as a warning would be quite awesome.
Create new plugin and add this as your the content:
Note:
It has bug as it doesn’t cancel the loading icon. Nothing big if you don’t really care that, as it doesn’t interfere the process nor does it break the wordpress. It just doesn’t that good to see.bug fixed!Plugin published here (while waiting approval for plugin repository).
if you want to store information about the popup event… :
in the $postarr you can query the ‘post_status’ to see what the status is (publish)
Since this: http://core.trac.wordpress.org/ticket/9084 is now fixed you can query the set the post_status data array to “draft” if the user presses “i do not agree” and to publish if he agrees.