nuggetsol
Forum Replies Created
-
Forum: Plugins
In reply to: [Oasis Workflow] Update postThe revision feature is only available with the “Pro” version.
Essentially it allows the user to make a revision of the post. The revision goes through the workflow, while the original article is still online and published.
Once the revision is approved, the contents are copied over to the published version either immediately or at a scheduled time/date.
You can read about this feature on the site at – http://www.oasisworkflow.com/workflow-support-for-updating-published-content
Hope this helps.
Forum: Plugins
In reply to: [Edit Flow] Widgets admin page super slow with Edit Flow onI’m glad that Oasis Workflow has helped to streamline the WordPress editorial process.
I’m the author of the plugin. Do let me know if you have more questions about the plugin.
If you find the free version useful, I’m pretty sure you will find the “Pro” version a huge time saver.
Forum: Plugins
In reply to: [Oasis Workflow] Custom user roles supportYes it does. However the feature to allow certain user roles to submit to a specific workflow is available only with the “pro” version.
This feature with a few more options to configure your workflow was added to the “pro” version with v2.2. The current “pro” version is v2.5.
– https://www.oasisworkflow.com/oasis-workflow-pro-v2-2-and-teams-add-on-v1-1-releasedAlso, this feature works with custom roles as well.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Admin EmailI released a new version of the plugin which has the above hooks.
You will be able to use the above hooks to do any custom actions including sending an email.
Hope that helps.
Forum: Plugins
In reply to: [Oasis Workflow] Reminder EmailsSorry for a late reply. I didn’t notice your comment.
If your team is not interested in “due date” field, you can do the following to hide it.
1. Under Workflow Admin –> Settings
– Uncheck the “Set default Due date as CURRENT DATE +..” setting.2. Under Email Settings, make sure all the settings under the “Task reminder settings” are unchecked.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Admin EmailCurrently, the free version doesn’t have the hooks which come with the “pro” version.
I will add these hooks to the “free” version as well, so that you can use them to do some custom actions like the one you described.
Essentially, I will add the following hooks
a) owf_submit_to_workflow
b) owf_step_sign_off
c) owf_workflow_completeFor now, you can download the history report to see who has signed off.
Forum: Plugins
In reply to: [Oasis Workflow] German translationOne way, I would think is to delete the translation files from the language folder under oasis-workflow. See if that helps.
OTOH, is there any way we can improve on the German translation, it would be helpful?
Forum: Plugins
In reply to: [Oasis Workflow] Reminder EmailsThe reminder email is for the task and is not related to the publish date.
So if the due date for a task is set for say, 2 days from today, you can set the reminder email to be sent out one day prior or after the due date.
Forum: Plugins
In reply to: [Oasis Workflow] I think the most recent WP update broke WorkflowThat’s weird.
From the error it’s clear that for some reason the DateTime::createFromFormat() is not available.
Can you double check if WordPress is using the same version as displayed in phpInfo?
Forum: Plugins
In reply to: [Oasis Workflow] I think the most recent WP update broke WorkflowIt looks like the PHP version is lower than 5.3.0. The DateTime::createFromFormat() is available in 5.3.0 and higher.
Forum: Plugins
In reply to: [Oasis Workflow] can't edit default workflowThank you. We strive hard to provide a quality product and quality service.
Hope the plugin works for your requirements.
Forum: Plugins
In reply to: [Oasis Workflow] can't edit default workflowWhat is the user role?
It looks like that user role doesn’t have “edit posts” and “edit others posts” capabilities.
Install the plugin called “User Role Editor” and assign those additional capabilities to the user role and you will be able to see the sign off and edit options.
Forum: Plugins
In reply to: [Oasis Workflow] can't edit default workflowOnly one workflow version can be active at a given time.
Essentially, the start and end date on the version dictates if the workflow is available for use or not.
The start and end dates cannot overlap between versions.
You can edit the default workflow in the free version in the following way:
1. If there are no articles in the workflow, you will be able to edit the workflow and save it.2. If there are articles currently active in the workflow, you can create a new version as you did. Specify end date to the current version and specify start and end date to the new version.
I know it’s a little bit cumbersome, since you have to juggle between the previous and new version in order to change the start and end date.Alternatively, you can abort all the current workflows which will then allow you to modify the current version of the workflow.
The “Pro” version does solve some of these issues by allowing you to do mass-abort and/or to create multiple workflows.
Hope this helps. Do let me know if you have further questions.
Forum: Plugins
In reply to: [Oasis Workflow] I think the most recent WP update broke Workflowmarking this as closed.
Forum: Plugins
In reply to: [Oasis Workflow] How to hide PRO version notification.I see. No issues. I will add a “Dismiss this Notice” link with the new version of the plugin.
If you want to hide is right away, you will need to modify the code and comment out the code which does so.
In “oasis-workflow/oasiswf-utilities.php”, on line 71 you will find the following code statement:
echo $str;
Simply comment that out and the notice will stop appearing.