Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    So you want to have the upload also create a new post, on say the blog? We don’t offer that functionality, as far as I can think of. You may be able to do it if NGG core offers hooks that you can grab onto for newly uploaded images. Then use that data at the time to create a wp_insert_post().

    https://codex.www.ads-software.com/Function_Reference/wp_insert_post

    Thread Starter chirodc632001

    (@chirodc632001)

    I’m just looking to have the image that a visitor uploads show up on my front end.

    Is there any other plugin that you know of that will work well with public uploader to make this happen?

    I had it working at one point but when I changed domain names, I had to start over and now I don’t remember. Any direction would be helpful.

    Thread Starter chirodc632001

    (@chirodc632001)

    here is my website so you can see what I am trying to do. https://www.bestcaptiongo.com/

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    Well, the question is how you want to have it displayed. Do you want it to automatically get approved for the gallery it’s in, and have users visit the url displaying the gallery to see it? Looking at the url you provided, you want them to show in those horizontally displayed boxes? Given the “Hello World” title, I’m assuming those are your typical posts. If thats where you want them to end up displaying, then you will need to create posts out of the uploaded images, like I mentioned above. However, like I said above as well, we don’t offer that in our plugin, it’d be something that needs to be looked at with NGG Core more.

    Thread Starter chirodc632001

    (@chirodc632001)

    Yes, automatically approved and posted. Look at the site again, I changed it to how I want it to look. I user would upload an image and it would automatically look like it looks now.

    Thank you so much for your help.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    the auto-approving part should be an available setting in the plugin, but that just makes it publicly viewable by way of gallery display for NextGEN Gallery.

    That doesn’t create a post under the Posts > Add New menu. That part is not something our plugin does. You’ll need to use the wp_insert_post idea mentioned above. It’s an idea that extends the images uploaded to outside the original scope of NextGEN Gallery as a whole.

    Hi Chirodc,

    I am trying to achieve the same upload functionality to my website as you have done with yours.

    It’s proving a big challenge at the moment, could you give me a hand with the process? This is my first attempt at wp.

    Thanks,

    dot

    Hi dotcot

    I want the same way you made, can you please explain me how you did it!
    Thanks in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Uploader to Gallery to Post Automatically’ is closed to new replies.