nuggetsol
Forum Replies Created
-
Forum: Plugins
In reply to: [Oasis Workflow] Include author and reviewer in post blockAh ha. Got it. Yes, with a bit of a customization we can display the author and current reviewer names, post version and publish date information on the page as a widget.
Forum: Plugins
In reply to: [Oasis Workflow] Include author and reviewer in post blockHi @jacsv,
Did you check the Workflow History page (Workflows -> Workflow History)? This page shows all the actions that has been done on a given post in a chronological order.
Is that information enough?
Also, please do open a support ticket via https://www.oasisworkflow.com/submit-a-query so that we can discuss and understand your requirements in more detail.
Forum: Plugins
In reply to: [Oasis Workflow] using for employee e-services websiteHi @kdawoud,
Yes, you can do that with Oasis Workflow. If you have different roles for each department, you can simply do it using the free version.
But, if don’t, then you can use the Pro+Groups add-on to achieve what you are looking for.
Can you submit a support ticket via https://www.oasisworkflow.com/submit-a-query to discuss your requirements in more detail.
Hi @acatus,
You did not miss any configuration. Long time back we implemented “pre_get_posts” to filter out the posts and only show the ones that the user has access to.
This way, we were able to hide the posts the author shouldn’t be editing. However, the implementation had performance issues and as a result we removed it.
As an alternative, we implemented a notification/alert in the Pro version. If a user edits a post and is not part of the current tasks, an alert is sent out to the users who subscribed to this given alert. This way, you know that an article was updated outside the regular workflow by someone who shouldn’t be editing it.
This has worked well and our customers like it, since this doesn’t hinder the performance and at the same time allows them to keep a track of any unauthorized edits.
Hope this helps.
Forum: Fixing WordPress
In reply to: Request Validation Workflow Form with WordPressHi @leunamme,
Did you look at Oasis Workflow plugin? – https://wordpress.org/plugins/oasis-workflow/
The plugin allows you to create custom editorial/review workflows within wordpress.
As of now, Oasis Workflow works with Posts, Pages and any custom post type.
So, here’s what you can do..
The form that is submitted from the front end can be a custom post type. Using Oasis Workflow, you can submit this to a review workflow(with the Pro version you can use Auto Submit, which will automatically submit the post to a workflow).Once the review is complete, the post/page can be published.
See if the plugin works for your needs.
Forum: Plugins
In reply to: [Oasis Workflow] Question regarding the processHi Jing,
Sorry for a late reply.
Thanks for explaining your requirements in detail.
(1), (2) and (3) – can essentially be done via some forms plugin, like WP Forms.
(4) – This is where you can use Oasis Workflow, to work on the storyline and develop the content. However, the payment processing has to be done using either Woocommerce or Easy Digital Downloads.
In regards to the theme, I wouldn’t be able to suggest a specific one.
Hope this helps.
Cool. I’ll go ahead and close this one.
Hi @wwwoz,
Can you check if the author role has ‘ow_sign_off_step’ capability?
The user should essentially see a “Sign off’ button, just like the reviewer.
Here is the documentation for custom capabilities – https://www.oasisworkflow.com/documentation/working-with-workflows/oasis-workflow-custom-capabilities-explained
Forum: Plugins
In reply to: [Oasis Workflow] publish still in quick editCool. I’ll go ahead and close this ticket.
Forum: Plugins
In reply to: [Oasis Workflow] publish still in quick editHi @wwwoz,
It looks like, the capabilities for the given role are wide open. The role probably has “publish posts”, “publish pages”, “edit published posts”, “edit published pages” capability. Once you remove the above capabilities using User Role Editor or a similar plugin, the user/role will not be able to publish the post directly using quick edit.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Adding fields during the sign off processThat’s correct. A simple apply_filter on other steps might do the trick. We will add it to our list of todos.
Forum: Plugins
In reply to: [Oasis Workflow] Remove query string nonce part from urlThe issue with pdf generator was solved via some config changes.I’ll go ahead and close this one now.
@decompiler Thanks for the wonderful comments. We really appreciate it!
Please feel free to reach out to us if you have additional questions or ideas to improve the product.
Forum: Fixing WordPress
In reply to: Is there a plugin that works as a “Claimable” Job Board?Hi @kylesouza,
Check out Oasis Workflow plugin – https://wordpress.org/plugins/oasis-workflow/
It has a concept of “submit to workflow”, “claim task” (if tasks are given to multiple tasks) and once claimed the user can complete the task and publish the post.
Check if the plugin works for your requirements.