• Hi there,

    this is driving me nuts.

    The plugin is really nice, but for some reason the add_posts page doesn’t work. The shortcode creates the form as it should, but on submit, all it does is refresh the page, clear the fields and nothing is inserted into the database. It doesn’t even display an error message and it’s not because I’m missing a required field.

    Edit shortcode works fine and structure seems to look the same.

    Anybody who experienced the same? Or even better, does the author have a solution? ??

    https://www.ads-software.com/extend/plugins/wp-user-frontend/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    Did you used any attachment while posting? There might be a issue if you didn’t configured the attachment size from the settings page.

    Thread Starter Volzy

    (@volzy)

    Hi Tareq,

    I’m thankful for your answer.

    I tried to attach an image and I have set the attachment size on the settings page.

    (and even though – shouldn’t it generate an error message?)

    Plugin Author Tareq Hasan

    (@tareq1988)

    Yeah, there should be. But due to some problems with various themes “header already sent” issue, I had to disable it. Although you can enable it by editing the wpuf-add-post.php, line 287. Just remove those two slash before the echo wpuf_error_msg( $errors ); line. You should see some errors if it gets some.

    Thread Starter Volzy

    (@volzy)

    I tried to do so, but it didn’t show any errors at all. I also set the attachment-size to “999999999” just to be certain.

    Seems like it doesn’t even run the wpuf_validate_post_submit() function.

    Thread Starter Volzy

    (@volzy)

    Okay.. Problem “solved”.

    I used echo do_shortcode in my template-files (it works for edit/dashboard) which caused the script not to run. When I put the shortcode in the page editor it works just fine.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP User Frontend] Can't post with form generated by shortcode [wpuf_addpost]’ is closed to new replies.