Front-end Editing
Author | Posts |
---|---|
July 26, 2013 at 9:36 pm 6349 | |
I've been trying to set my installation of WPUF to have a post stay the same status it was prior to editing instead of publishing live automatically. Could you point me in the right direction on that? | |
July 27, 2013 at 1:17 am 6358 | |
When you create form there is a tab – “Post Setting” Under that tab you should be able to set post status. | |
July 27, 2013 at 1:38 am 6360 | |
@DeanT765, the situation you are in, I understand that. But the problem is, it conflicts with the post editing post status feature. As it’s selected to “publish”, when a user edits his post, it publishes the post automatically. If you don’t want to let him edit the post while it’s in pending mode, the solution would removing the edit link while pending. Thus it requires some editing in the dashboard. | |
July 27, 2013 at 2:11 am 6362 | |
There would be a conflict, but for this particular installation of mine that would be fine. I tried to find where the post status is set in frontend-form-post.php but I didn’t have any luck even when I thought I found it. I tried changing line 237 to
but that didn’t do the trick. Is there an alternate line I’m missing? | |
July 27, 2013 at 5:02 am 6368 | |
You should put the status into this: [php] | |
July 27, 2013 at 6:03 am 6375 | |
Yup that did the trick once I changed the line of code to Thanks again |