Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    Files should be under Media -> Manage UGC

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    I check, both nothing appears there.

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    I can find it in the media library, but other than that, it does not appear in the Manage UGC Posts or Media

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    Okay I guess I figured out how to find the files once up there, but how do I go about getting them to post to my website for others to view it?

    I just tried a text post and it posted without the attached document

    This post is the closest i can come to addressing my problem. I have chosen posts and pages in the set up and don’t get any content under Posts/Manage UGC nor am i getting the images in the media library. Is the content published on the same page/post as the submission page? Can one choose a different posting page/post than the submission page? I must be missing something as I just can’t seem to figure this out.

    Ya I am having the same issue.

    Hey,

    i get the images in my library with one option. With an other option I get a post.
    Really would like both.

    Maybe we can help each other. Not getting a reply from the author at this moment.

    This code gives me the post which can be approved:
    [fu-upload-form class=”your-class” title=”” suppress_default_fields=”true” form_layout=”post”]
    [input type=”text” name=”post_title” id=”title” class=”required” description=”My custom Title”]
    [textarea name=”post_content” class=”textarea” id=”ug_caption” description=”My description (optional)”]
    [select name=”post_category” description=”Category” values=”1:Uncategorized,5:Some cat”]
    [input type=”file” name=”photo” id=”ug_photo” class=”required” description=”Your Photo” multiple=”multiple”]
    [input type=”submit” class=”btn” value=”Submit”]
    [/fu-upload-form]

    —–

    This code gives me the image in the library:
    [fu-upload-form class=”your-class” title=”” suppress_default_fields=”true”]
    [input type=”text” name=”post_title” id=”title” class=”required” description=”My custom Title”]
    [textarea name=”post_content” class=”textarea” id=”ug_caption” description=”My description (optional)”]
    [input type=”file” name=”photo” id=”ug_photo” class=”required” description=”Your Photo” multiple=”multiple”]
    [input type=”submit” class=”btn” value=”Submit”]
    [/fu-upload-form]

    I would like both. So a post with the images connected to that.

    Any ideas?

    Thanx!

    Plugin Author Rinat

    (@rinatkhaziev)

    Guys,

    the form works in 3 different modes (form_layout parameter of shortcode)

    so,
    [fu-upload-form form_layout="post"] // the rest is omitted
    will allow you to upload post only
    [fu-upload-form form_layout="post_media"] – will upload post AND media

    [fu-upload-form form_layout="media"] – will upload media (this is default one)

    Rinat,

    this is very helpful, thank you very much!

    My problem is that I don’t know how to have the uploaded posts and media exposed in one post or page?

    Could you advice please? Your help is very much appreciated!

    I have exactly your same problem. Did you fix it? with form_layout=”post_media” im able to upload the post and image to the library but i need to show the image with the post in the blog page. 🙂

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    Hi Susana! For me, I dumped the plugin and changed themes. This worked perfectly for me. My theme came bundled with a user upload plugin called AccessPress Anonymous Post Pro. This plugin works tremendously and does everything you could possibly want and more, hassle free!

    Here is a direct link to it on CodeCanyon: http://codecanyon.net/item/accesspress-anonymous-post-pro/9160446?s_phrase=Front%20End&s_rank=28

    Hope this helps! It costs a few dollars but let me tell you, it is totally worth it and will not fail you.

    Jeff Arnold

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

The topic ‘Files Uploaded, but Nothing Happens’ is closed to new replies.