Duplication Bug – and possible feature requests

This topic contains 9 reply and 2 voices, and was last updated by Ashley 9 years, 7 months ago
Viewing 9 Posts - 1 through 9 (of 9 total)
Author Posts
September 3, 2014 at 10:00 pm 26266
Ashley Possible Bug 1 Hi firstly I have a bug. When a user creates a post from the front end, everything works fine. However if Admin change anything on the post before publishing and putting live, then the site seems to duplicate the post over and over again. Eg.- User Submit post from front end. - I (admin) go into the post via Wordpress Admin and amend the list of Taxonomies selected - Within about 10 minutes, about 1200+ duplicate posts are created. Feature request 1- Is it possible to send an email notification to the user to notify them that the post has gone live? Feature request 2- Is it possible to add a link to preview the post, similar to the preview in Wordpress Admin, so that the user can preview what the post layout would look like? Thanks Ash
September 4, 2014 at 5:30 pm 26303
Sekander Badsha Sekander Badsha

Hello Ash,
May I know, which version of WPUF you are using? The problem you’re talking about was in 1.9. But that was fixed a long ago and I have tested now on the latest version. I failed to reproduce the issue and I’ll pass the ideas to the developer team.

September 4, 2014 at 5:38 pm 26304
Ashley Ashley

Hi,

I am using version 2.2.3.

Ah ok, so those features are definitely not included in the plugin now? Is there a way of integrating any of those features in the meantime rather than waiting for them to be added?

September 5, 2014 at 9:58 pm 26353
Ashley Ashley

Hi this is really poor that this has been marked as resolved, it’s not at all? I’m using 2.2.3 not v1.9?!

September 7, 2014 at 4:58 pm 26407
Sekander Badsha Sekander Badsha

As I have provided you the solutions, that’s why I have marked this topic as resolved. Anyways, what issues are you having now?

September 7, 2014 at 5:53 pm 26415
Ashley Ashley

It’s not a solution when I have never used v1.9. I have always used 2.2.3 and I am getting this error. To confrim I AM getting this error in 2.2.3

September 8, 2014 at 3:13 pm 26465
Sekander Badsha Sekander Badsha

Hello Ashley,
Please update to 2.2.4 and see if the issue persists.

September 8, 2014 at 3:21 pm 26466
Ashley Ashley

Hi again, I saw the update available last night and upgraded to 2.2.4, however the bug still persists. Do you have any more ideas please?

September 9, 2014 at 6:39 pm 26540
Sekander Badsha Sekander Badsha

One of our user fixed the issue by adding the code below to line 239 of posting.php
[php]
if ( is_admin() )
return $post->ID;
[/php]

You can try this for now but we haven’t tested this yet. We’re trying hard to solve this issue.

September 9, 2014 at 7:47 pm 26543
Ashley Ashley

Hi again,

I have tested this and it does look to solve the problem. I will continue testing and let you know if I have any further problems with this.

Thanks for your time.

Viewing 9 Posts - 1 through 9 (of 9 total)