• Hi!

    The shortcode parameters explanations are not easy to understand for non developers.

    I need easy to understand explanations of how to manage where the posts go and how to publish them to a page easily – I have read every post and all the FAQs and documentation and nothing is making sense or working.

    I have the uploader form working no problem. The content goes to page no problem…. but it goes to an attachment page which has no categories so I cannot use that method to publish them to a ‘Users content gallery’ page.

    How can I simply control where the UGC goes once approved? I can see it under Media in the Menu ‘Manage UGC’ and also under Posts ‘Manage UGC’ but once I approve it, there is no way to see it on the published site unless you know the exact URL.

    Can I have it set up like a blog post page so that once approved all UGC posts go to a published page with a menu of its own, in chronological order of being submitted that includes all the other functions of a normal blog post page (social media sharing most importantly).

    I feel you have created something awesome here but it’s not quite finished. If you could help explain this to a NON Developer so that the outputs are really easily managed I am sure this Plugin would be MORE popular.

    I’ve tried so many different options with the shortcode parameters to display the UGC posts on a page but all i get is different variations of the upload form.

    Here is an example of what I am trying with no luck

    [fu-upload-form form_layout=”post_image”]
    [textarea name=”post_content” id=”ug_caption”]
    [/fu-upload-form]
    (this just outputs the uploader on a page)

    Again, just to stress I am not a developer so specific help with the syntax and exactly how to manage the shortcode parameters would be REALLY helpful/appreciated.

    https://wordpress.org/plugins/frontend-uploader/

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

    (@rinatkhaziev)

    You should add post_id shortcode attribute:
    [fu-upload-form form_layout="post_image" post_id="your post id"]

    Rinat, this doesn’t work for me. I’m in the same position, I just want to show all the uploaded images on one post or page instead of each photo having it’s own post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upload UGC to specific page’ is closed to new replies.