Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jeff Starr

    (@specialk)

    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

    (@ajayshetti786gmailcom)

    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

    (@specialk)

    Yes, I would be interested in taking a look, please send via my contact form: http://perishablepress.com/contact/ Thanks for your help!

    Thread Starter ajay.shetti786@gmail.com

    (@ajayshetti786gmailcom)

    surely let u it can be resolved.

    currently finding some technical difficulties with the site

    Thread Starter ajay.shetti786@gmail.com

    (@ajayshetti786gmailcom)

    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

    (@specialk)

    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.