nuggetsol
Forum Replies Created
-
Oasis Workflow has a lot of features to support approval workflows and the Editorial Comments add-on provides MS Word like comments functionality, where you can select a text and add comments on the selected text – https://www.oasisworkflow.com/extensions/oasis-workflow-editorial-comments
The base Oasis Workflow Pro plugin allows you to create custom workflows – workflows that work for both new posts and revision posts. So, essentially, you can control/review content before it’s published and re-published.
Check out https://www.oasisworkflow.com/ for more info.
Hope this helps.
Forum: Reviews
In reply to: [Oasis Workflow] Exactly what we needed!Thanks @kfriedman for your comments.
Forum: Plugins
In reply to: [Oasis Workflow] Filtering return of get_assigned_post()So, you want to show the tasks for a given workflow only? – Can you provide more details as to what is the usecase/end goal?
Forum: Plugins
In reply to: [Oasis Workflow] Filtering return of get_assigned_post()Hi Theo,
We do not have a filter for get_assigned_post yet. What are you looking to filter from the results?
Forum: Plugins
In reply to: [Oasis Workflow] Gutenberg/Custom Post StatusesHi Theo,
We are still working out the issues around Gutenberg compatibility. We do not have a release date for this compatibility.
Forum: Plugins
In reply to: [Nested Pages] WPML and Oasis Workflow Compatibility IssueHi @patrickcruz,
See if the following helps..
Step 1 : https://wpml.org/forums/topic/hook-firing-after-a-translation-is-createdupdated/
If you check the above link – the last comment will be the starting point
“I did some digging into the WPML code. I found the following actions that appear to be the appropriate hooks:add_action(‘wpml_after_save_post’, ‘publisher_save_post’, 1000, 1);
add_action(‘wpml_pro_translation_completed’, ‘publisher_save_post’, 1000, 1)”In here, we will be able to get the translated language post, for example. Also, at this point, we will be able to get the original post from the revised english post.
a) From rev of the english post we need to get the id of original –
– get_post_meta( $post_id, ‘_oasis_original’, true );b) And from original need to get the id of language post
– Either use – https://wpml.org/wpml-hook/wpml_post_duplicates/
– OR use – https://wpml.org/wpml-hook/wpml_object_id/Step 2: Now, add post meta to the translated post and to the revised language post
– add _oasis_original to the translated post
– add _oasis_current_revision to the original post.This way, you will be able to link the original language post with the revised language post.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] SQL INT needs to be BIGINTHi Theo,
We have pushed a new version of the plugin which fixes the above issue.
Thanks again for pointing it out.
Forum: Fixing WordPress
In reply to: Approval before posting???You might want to check out Oasis Workflow Plugin – https://wordpress.org/plugins/oasis-workflow/
It provides tons of features to support approval workflows.
Forum: Plugins
In reply to: [Oasis Workflow] SQL INT needs to be BIGINTHi Theo,
Thanks for pointing it out. We will take care of this with our next release.
Forum: Plugins
In reply to: [Oasis Workflow] Submitting from front endYes, that’s a Pro only feature.
Forum: Plugins
In reply to: [Oasis Workflow] Submitting from front endWe do not have a short code to submit the post from the front end. However, we have shortcodes to access the inbox, sign off from inbox and make revision from front end – https://www.oasisworkflow.com/extensions/oasis-workflow-front-end-actions
One option to get around this could be to use auto submit – https://www.oasisworkflow.com/documentation/working-with-workflows/auto-submit-to-workflow
See if this helps.
Forum: Fixing WordPress
In reply to: Best plugin for assigning posts or topics for multiple authorsHi @heath18,
Do reach out to us if you have additional questions regarding the Oasis Workflow plugin. If needed, you can submit a query via our support page – https://www.oasisworkflow.com/submit-a-query
Oasis Workflow has lots of features to support editorial workflow including support for published articles, team/group assignment, contextual comments, front end actions, editorial checklist and many more. You can find more information on our site – https://www.oasisworkflow.com/
In regards to a calendar that shows where each article is in the workflow and who is working on what, we are about to release an add-on for the same. But as a workaround, with the reports and workflow history you can pretty much figure out what’s going on with a particular article.
Hope this helps.
Forum: Reviews
In reply to: [Oasis Workflow] Outstanding supportThanks Dave for your wonderful comments. We really appreciate it.
Forum: Fixing WordPress
In reply to: Looking for plugin – Sending post link to users after status changeThanks.
Do let us know if you have additional questions.
Forum: Fixing WordPress
In reply to: Looking for plugin – Sending post link to users after status changeYou may also want to check out Oasis Workflow – https://wordpress.org/plugins/oasis-workflow/ The plugin allows you to create custom editorial workflows.