Title: [Plugin: User Submitted Posts] Security for post
Last modified: August 20, 2016

---

# [Plugin: User Submitted Posts] Security for post

 *  Resolved [ajay.shetti786@gmail.com](https://wordpress.org/support/users/ajayshetti786gmailcom/)
 * (@ajayshetti786gmailcom)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-user-submitted-posts-security-for-post/)
 * I am newbie to word-press and I have installed your plugin.
 * I have a log in feature with my blog.
 * The post form display the message “Successfully submitted” even though you have
   not logged in and allows does not get posted.
 * I am satisfied as form post get submitted on log in
 * I want to put a check for user log in before submitting the post
 * [http://wordpress.org/extend/plugins/user-submitted-posts/](http://wordpress.org/extend/plugins/user-submitted-posts/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-user-submitted-posts-security-for-post/#post-3104702)
 * I really want to help here, but honestly am struggling to understand your meaning..
   however, I’ve just released a new version with lots of bug fixes and improvements,
   so hopefully your issue is resolved along the way..?
 *  Thread Starter [ajay.shetti786@gmail.com](https://wordpress.org/support/users/ajayshetti786gmailcom/)
 * (@ajayshetti786gmailcom)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-user-submitted-posts-security-for-post/#post-3104703)
 * I have found out the solution it was simple
 * just check for log-in before submitting
 * if u want I can send where and what exactly you have to do.
 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-user-submitted-posts-security-for-post/#post-3104704)
 * Yes, I would be interested in taking a look, please send via my contact form:
   [http://perishablepress.com/contact/](http://perishablepress.com/contact/) Thanks
   for your help!
 *  Thread Starter [ajay.shetti786@gmail.com](https://wordpress.org/support/users/ajayshetti786gmailcom/)
 * (@ajayshetti786gmailcom)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-user-submitted-posts-security-for-post/#post-3104705)
 * surely let u it can be resolved.
 * currently finding some technical difficulties with the site
 *  Thread Starter [ajay.shetti786@gmail.com](https://wordpress.org/support/users/ajayshetti786gmailcom/)
 * (@ajayshetti786gmailcom)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-user-submitted-posts-security-for-post/#post-3104706)
 * In views/user submission-form.php
 * please put a check user login
 * before session start()
    to end of form
 * put the entire code under
    if ( is_user_logged_in() ) { } else { echo “Please
   Log-in to Post”; }
 * it works
 * please let me know, whether it solved ur problem or not.
 * Regards
    Ajay
 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-user-submitted-posts-security-for-post/#post-3104707)
 * Easy enough! I’ll test it out and try to implement it (or similar functionality)
   for the next plugin update. Thanks for your help Ajay.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: User Submitted Posts] Security for post’ is closed to new replies.

 * ![](https://ps.w.org/user-submitted-posts/assets/icon-256x256.png?rev=2567685)
 * [User Submitted Posts – Enable Users to Submit Posts from the Front End](https://wordpress.org/plugins/user-submitted-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-submitted-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-submitted-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/user-submitted-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-submitted-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-submitted-posts/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-user-submitted-posts-security-for-post/#post-3104707)
 * Status: resolved