I'm trying to use cred-delete-relationship shortcode to unlink event and gallery posts in a many-many relationship. I have the shortcode set up inside a view as the docs say to do:
Regular "Administrator" users can see and use the link just fine, but my custom "Gallery Manager" user cannot. I've given the Gallery Manager role the "manage_options" which I've read was necessary.
Solution:
In order to delete the relationship with shortcode [cred-delete-relationship]:
Acceptance criteria:
- when you visit the post in the frontend as admin: you should see a list of post related entities AND a button to delete the relationship between each of them.
- when you visit the post in the frontend as a user that HAS NO permissions to edit one of the post types: you should see a list of post related entities and NO button.
Once before a had this issue and we solve this, but obviously this does not work again. I'm sending to post author notification about expired post. We are notifying author 7 days before expiration. I'm doing this on add and edit post form, not sure if I need to add on both forms this notifications.
Solution:
The post expiration feature of Toolset Forms plugin is based on WordPress CRON job, so if you add post expiration setting in both creating post form and editing post form, it will add two CRON job for each post, and your users will get two email notifications.