Hi,
I want to know is there any way to force an author to complete his/her profile information (In wp-admin/profile.php) before the author to make a post?
Hi,
I want to know is there any way to force an author to complete his/her profile information (In wp-admin/profile.php) before the author to make a post?
I don't know the details, but I can give you a general direction that should work.
You want to modify the Posts admin menu so if the user is an author, the new post menu item links to your profile check page instead of post-new.php.
Your page checks all the user data to see if it has realistic values. If not, kill the process or invoke the user data screen. If all is well, directly call post-new.php to start a new post.
This topic has been closed to new replies.