nuggetsol
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Force Edited posts back to pending reviewJust saw this question and thought the following might help to streamline the editorial process..
Oasis Workflow plugin allows you to create custom workflows and with the “Pro” version you can apply the same editorial workflow on the published posts. The contributors, revise the published posts, submit the changes to the workflow. The editors are notified about the change. They review it and if like it, the published post is updated with the new content. If they want more changes, they simply reject it and it goes back to the contributor for further changes.
All these actions are captured for auditing purposes via workflow history.
Give it a shot and see if it helps you to streamline your publishing process.
Forum: Plugins
In reply to: [Oasis Workflow] need to manually edit Publish Date (not use popup)Sure. We will make a change to the datepicker to allow the users to manually select month and/or year.
Forum: Plugins
In reply to: [Oasis Workflow] Oasis Flow (LITE)Hi there!!!
If you are using the out of the box workflow, it looks like you do not have any users with “Editor” role.
As you may notice, the first step in the workflow is “Review” step and it’s assigned to “editor” role.
So you will need to have one or more users with editor role, for the task assignment.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Contact or response problemgo ahead and send an email to info @ nuggetsolutions.com. That should help us to get in touch.
Forum: Plugins
In reply to: [Oasis Workflow] Contact or response problemI’m sorry, but we still didn’t get it. It could be some security settings stopping the request to go through.
Is there any way I can contact you, via your site OR some other way?
Let me know.
Forum: Plugins
In reply to: [Oasis Workflow] Contact or response problemThis is weird. We still didn’t get it. We see all the requests from other people, but for some reason, we do not see yours. I double checked and still do not see the request.
Instead of the above link, can you try the following link and see if that works for you?
Forum: Plugins
In reply to: [Oasis Workflow] Contact or response problemHi there!!!
Thank you for reaching out to us. I’m not sure why we didn’t receive your support request via https://www.oasisworkflow.com/submit-a-query
Can you try again and send a request via the above link?
Once we have your information, we can send you the details for the demo site on that email address.
Forum: Plugins
In reply to: Page/Post ApprovalOasis Workflow – https://wordpress.org/plugins/oasis-workflow/ has the functionality you are looking for.
Hope that helps.
Forum: Plugins
In reply to: [Oasis Workflow] Post claim functionSorry for a late reply.
The “Assignment” and “Publish” processes are single user steps, while the “Review” can be a multi-user step.
So in case of “Assignment” and “Publish” steps, if multiple users are assigned the task, each assigned user will see a “Claim” button. One of the users has to claim the task to own it.
Once they own it, the task is deleted from others user’s inbox. And the user who claimed it needs to sign off the task. Here’s more information on claim – https://www.oasisworkflow.com/?sq=Claim
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Post claim functionThe following information will get you started with the plugin.
How to create workflows – https://www.youtube.com/watch?v=JbJJQMMnf5U
How to use workflows – https://www.youtube.com/watch?v=_R2uVWQicsMIf more than one person is assigned the task, Oasis Workflow will allow the users to claim the task before signing off.
Let us know if you need more information.
We have fixed the issue in the “Pro” version for the same. We are working on fixing it in the “free” version as well. The code structure is slightly different in the “free” version though.
Along with some other features, we intend to release the free version sometime in August.
If you are looking to get this patch earlier, please open a ticket via – https://www.oasisworkflow.com/submit-a-query
We can share the modified code files for the fix.
We have figured out the issue. It’s the wp_update_post call in submit_post_to_workflow(), which is causing this to happen.
We will come up with a solution, so that the plugin is compatible with “Events Manager” plugin.
hi there!!!
It looks like we (Oasis Workflow) has a filter defined for “redirect_post_location” which is causing these duplicate tickets on “submit to workflow”.
If you open the file – oasis-workflow/includes/class-ow-process-flow.php on line 3029, you will see the following
add_filter( ‘redirect_post_location’, array( $ow_process_flow, ‘workflow_submit_action’ ), ”, 2 );
Let me look into it and get back to you.
Forum: Themes and Templates
In reply to: Creating a Page Used for Posting Content for ContributorsThat’s what the community is for. There are tons of plugins and sometimes it’s just difficult to find the right one for your needs.
Forum: Themes and Templates
In reply to: Creating a Page Used for Posting Content for ContributorsGlad it helped.
Once you feel comfortable using ACF and Oasis Workflow, your next question could be – how to handle changes for published article?
Oasis Workflow Pro allows you to revise published articles, move the revision through a workflow and then once the revision is approved, it copies over the modified content to the already published article. This way your article never goes offline.
The whole revision process works well with ACF attributes too. You may want to checkout – https://www.oasisworkflow.com/documentation/working-with-workflows/revise-published-content
and if you are interested in ACF compare – check out – https://www.oasisworkflow.com/extensions/oasis-workflow-acf-compare
Hope this helps.