nuggetsol
Forum Replies Created
-
Forum: Plugins
In reply to: [Oasis Workflow] All authors can edit all posts when this plugin is enabledMarking this issue as resolved.
Forum: Plugins
In reply to: [Oasis Workflow] All authors can edit all posts when this plugin is enabledGive the Author role “ow_skip_workflow” capability. This will allow the author to publish the article without going through the workflow.
Forum: Plugins
In reply to: [Oasis Workflow] All authors can edit all posts when this plugin is enabledOasis Workflow gives the following capabilities to the Author role:
1. edit_others_posts
2. edit_others_pages
3. ow_view_reports
4. ow_view_workflow_history
5. ow_download_workflow_history
6. ow_reassign_task
7. ow_submit_to_workflow
8. ow_sign_off_stepApart from the first two, all others are Oasis Workflow specific capabilities.
We will think over your suggestion and see if we can incorporate a custom capability instead of using an OOTB one.
Forum: Plugins
In reply to: [Oasis Workflow] Not compatible with Hybrid ComposerWe haven’t worked with Hybrid Composer before. Can you send us the link for the same and we can put that in our backlog to review it.
Forum: Plugins
In reply to: [Oasis Workflow] All authors can edit all posts when this plugin is enabledHi Joel,
Sorry for a delayed reply.
Check if the Author role has “edit_others_posts” and/or “edit_others_pages”.
That’s the capability which gives users to edit others posts/pages.
Forum: Fixing WordPress
In reply to: drafts of published pages?mrmk99,
Oasis Workflow Pro will allow you to create an editorial workflow to revise your published articles. The revision can flow through the workflow, while the published article stays published. When the revision is approved, the contents and all changes in the revision are copied over to the published article. As a result, the article never goes offline.
Check this page – https://www.oasisworkflow.com/documentation/working-with-workflows/revise-published-content
The free version of Oasis Workflow doesn’t have this feature though.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Page/post update remindersHi rarcher30,
This is a good idea. But, I guess, instead of being part of the plugin, I think, you might be able to achieve this easily by making use of wp_cron() – https://codex.wordpress.org/Function_Reference/wp_cron
Here in the function, you can do the following:
1. Find articles which were published 6 months or older.
2. Find the authors for those articles.
3. Send email to those authors.The cron can run daily.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Cannot find jquery.json.js fileCool. Glad you were able to figure out the issue.
Forum: Plugins
In reply to: [Oasis Workflow] Can we exclude posts/pages from workflow?Sorry for a delayed reply.
You do not have add tags OR anything. You can use any postmeta attribute to distinguish. You have the post_id as the input, so you can essentially do anything around the post.
Yes, the custom code can go into your functions.php OR your theme code.
Forum: Plugins
In reply to: [Oasis Workflow] Can we exclude posts/pages from workflow?Hi rarcher30,
Yes, with the Pro version, we added a filter called “Skip Workflow Filter” – https://www.oasisworkflow.com/documentation/hooks-and-filters/skip-workflow-filter
We do not have this filter in the “free” version yet.
Forum: Plugins
In reply to: [User Role Editor] Conditionalize function around user roleHi @makertolentino,
Is this for the free or Pro version of Oasis Workflow?
With the Pro version, we do have a filter called “owf_skip_workflow” – which allows for further filtering based on post attributes. You can check the documentation here – https://www.oasisworkflow.com/documentation/hooks-and-filters/skip-workflow-filter
Is this something you are looking for?
If you are simply looking for a role to skip workflow, you can give that role “ow_skip_workflow” capability. See the following to get more information on custom capabilities – https://www.oasisworkflow.com/documentation/working-with-workflows/oasis-workflow-custom-capabilities-explained
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Strange characters are showingCan you open a ticket via https://www.oasisworkflow.com/submit-a-query, so that we can get some more details about your setup/site?
Forum: Plugins
In reply to: [Oasis Workflow] Strange characters are showingHi there.
Let me look into it and get back to you.
Forum: Reviews
In reply to: [Oasis Workflow] Works great!Thank you. Glad to hear that the plugin served your purpose. Do reach out to us, if you need additional help with the plugin.
Marking this ticket as resolved.