nuggetsol
Forum Replies Created
-
Forum: Plugins
In reply to: [Oasis Workflow] FV – On Workflow Completion missingUnfortunately no. But, I can see what I can do to get a discount for your non-profit.
Please do open a support ticket at https://www.oasisworkflow.com/submit-a-query
Forum: Plugins
In reply to: [Oasis Workflow] FV – On Workflow Completion missingHi @bmp007,
The “On Workflow Completion” status is only available in Premium. It allows users to set any status to a post/page after workflow completion.
In the free version, the publish step will automatically either publish/schedule the post depending on the publish date.
For your use case, you can still use the “Single Level Review Workflow” that comes with the free version.
Role-1 – remove publish capabilities, so that these users are forced to submit to workflow.
Once submitted, it will come to Role-2. Role-2 user can either complete the task which will publish the post or “unable to complete” which will send the task back to the author for further changes.Hope this helps. Let us know if you have additional questions.
Forum: Plugins
In reply to: [Oasis Workflow] Drag and drop in Workflow Design Canvas doesn’t workHi @crb3504,
As discussed over our ticket, this is a non-issue and the latest version of plugin works fine. Closing this one as resolved.
Forum: Plugins
In reply to: [Oasis Workflow] Drag and drop in Workflow Design Canvas doesn’t workHi @crb3504,
Thanks for reaching out to us.
I looked at that particular piece of code line (line 62), and for v8.4 it’s commented out. However, there is another code at line 64 that refers to className.
Can you ask the developer to reach out to us again via the query link – https://www.oasisworkflow.com/submit-a-query, so that we can take a better look at the issue and resolve it?
Forum: Fixing WordPress
In reply to: Send email to user that his post has been approve orrejectedHi @urmilwp,
Check Oasis Workflow plugin – https://wordpress.org/plugins/oasis-workflow/. It does exactly what you are looking for. You can also create custom workflows as per your needs.
Forum: Plugins
In reply to: [Pre-Publish Checklist] Add per state checklistHi @unlimitechcloud,
Oasis Workflow has an add-on that does exactly what you are looking for. Check this page for more details on the add-on – https://www.oasisworkflow.com/extensions/oasis-workflow-editorial-checklist
However, all the add-ons including this one, works only with our Pro version. So, if you are using our free version, you will need to upgrade to Pro and then use this add-on.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Review Workflow?Hi @mpothen,
1. Yes, as of now, all the reviewers need to have an account in WP to be able to provide review comments.
But, if it’s just for notification purpose, we do have a concept of External User (in Pro version). Such a user can be included in various emails like “Post Publish Notifications”, “Workflow Abort Notifications”.
2. The way this can be achieved is fairly simple but needs some customization.
Step 1: Add a custom field to the posts called “expiration date” or something. This date represents when a given post needs to be reviewed again.Step 2: Create a scheduled process (using wp_schedule_event() – https://developer.wordpress.org/reference/functions/wp_schedule_event/). Such a process/cron job will run daily and will find out all the documents that are due for review (current date > expired date).
Step 3: Using APIs or functions you can revise these posts (make revision) and then submit to workflow. Essentially this process will do exactly what our “Make Revision” process does, but without human intervention. Check this page and video on this page to under “Make Revision” feature – https://www.oasisworkflow.com/documentation/working-with-workflows/revise-published-content
Hope this helps.
Forum: Everything else WordPress
In reply to: CMS options?Hi @mpothen,
Check Oasis Workflow plugin – https://wordpress.org/plugins/oasis-workflow
It allows you to create custom review workflows.
With the Pro version you will be able to schedule updates on published content as well.
If you have additional questions do submit your questions via https://www.oasisworkflow.com/submit-a-query
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Blocked by Sucuri firewallHi @keengamer,
Can you open a ticket with us at https://www.oasisworkflow.com/submit-a-query and provide the details about the sucuri ticket, like the number, content etc?
I can check with them again and see if I can get some help.
Forum: Plugins
In reply to: [Oasis Workflow] Blocked by Sucuri firewallHi @keengamer,
Any word from Sucuri?
Forum: Plugins
In reply to: [Oasis Workflow] Blocked by Sucuri firewallIs it possible for you to find out more information about this from sucuri? They might have some pointers that might help to understand the issue better.
Forum: Plugins
In reply to: [Oasis Workflow] Blocked by Sucuri firewallThanks. Let me see what else I can find. What version of Oasis Workflow are you currently using?
Forum: Plugins
In reply to: [Oasis Workflow] Blocked by Sucuri firewallHi @keengamer,
I scanned the code and do not find any reference to fs_blog_admin or _fs_blog_admin.
Can you tell us more as to where do you see this piece of code OR how is that being referenced?
Forum: Plugins
In reply to: [Oasis Workflow] Errors after update to 5.4Hi @tjerk79,
We released a new version that fixes the issue. Let us know if you run into any other issues.
Thanks.
Forum: Plugins
In reply to: [Oasis Workflow] Errors after update to 5.4Thanks @tjerk79 for reporting the issue.
We have heard the same from a few other users as well. We are looking into it and will have a fix ready in a day or two.
Can you tell us the post types that are checked/ticked under Workflows-> Settings, Workfow tab – “Show Workflow options for the following post/page types”?
Also, can you submit a support ticket via https://www.oasisworkflow.com/submit-a-query, so that we can provide you with modified code files for you to try out the fix?