hermy65
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Not sending emails to correct groupsit appears that they are subscribed to the post (they are checked) but nothing goes out to them
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Not sending emails to correct groupsOk i added that back in bu the notifications for the editing-complete piece still do not work.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Calendar not visible to contributorsthat appears to have fixed it. Thank you
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Calendar not visible to contributorsThe plugin we are using is Capability Manager
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Calendar not visible to contributorsContributors can see the story budget. I used capability manager to modify the roles.
SS of capabilities: https://imgur.com/LV0nx
SS of what contrib sees: https://imgur.com/joJNGForum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Calendar not visible to contributorsthe only modifications ive done to the contributor role was allow them to see private pages/posts – As for what they see, the calendar option isn’t even visible to them under the dashboard menu
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Calendar not visible to contributorsanybody?
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Calendar not visible to contributorsI have modified the contributor role but i can see that the ef_view_Calendar capability is still allowed for them. I have tried disabling all plugins and then re-enabling edit flow and they still do not see it.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Post status no longer visibleOk, is there anything in particular i should mention so he has an idea of where to look?
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Post status no longer visibleI tried removing that snippet of code, then went into custom post statuses and selected my reviews section and it still does not appear there. Any other ideas?
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Post status no longer visibleInitially i had added a snippet to the functions.php and it worked fine. Now however it is not working, this is the code i was using
function db_add_ef_post_type_support() { add_post_type_support('review', 'ef_notifications'); add_post_type_support('review', 'ef_custom_statuses'); add_post_type_support('review', 'ef_editorial_comments'); }
Is there another way to do this from maybe within the plugin?
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Auto notify author and editors groupHere is a screen shot of it, the author is Carey
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Auto notify author and editors groupI have added the auto-subscribe usergroups feature and i do receive notices when people add comments but the authors themselves are not. So i can verify that emails are being sent just not to everyone involved.
As for the screenshots when configuring edit flow, what exactly would you like to see?
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Auto notify author and editors groupI want the post author to be notified….so far none of my authors have been notified of any comments
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Auto notify author and editors groupI tried making this work but i am not a coder at all and dont understand it :/ could someone tell me what code to use to auto subscribe the author and the following group ids: 537, 296
Thank you very much!