wordcamp.org icon indicating copy to clipboard operation
wordcamp.org copied to clipboard

Notify Community Team when new post is pending in Central

Open timiwahalahti opened this issue 3 years ago • 3 comments

Many WordCamp organisers do have a contributor role on the WordCamp Central website. That means they can write a post, but not publish it. When they are to publish that post, it goes to pending review status.

The team has witnessed a few times that the author doesn't know/understand that no one in Central is looking at pending posts automatically. That results in posts not being published (non at the moment) or delayed.

To avoid these situations, we could send notification to Community Team (support@) when the post status is changed to pending.

timiwahalahti avatar Jan 05 '22 19:01 timiwahalahti

I think this is good idea.

In a vanilla Multisite install, would site admins or the primary admin email address be emailed about this? I wonder if you can tap into that email and send it to support.

CdrMarks avatar Jan 10 '22 15:01 CdrMarks

How strict are our policies on adding plugins to the network? There’s a plugin called pending-submission-notifications , which does just that but hasn’t been updated in five years. Reviewed the code. It’s simple and looks good to do the job.

I wouldn’t want to code this feature from scratch since there’s one already made.

@pkevan suggested that Edit Flow, an already installed plugin, might do the job. If I'm not mistaken, with Edit Flow, users would need to actively follow certain posts, after which all status changes are posted. If that's the case, I'm afraid it won't solve this.

timiwahalahti avatar Jul 22 '23 09:07 timiwahalahti

If Edit flow doesn't solve this (require investigation), then a simple code addition on transition_post_status would probably suffice and would be preferable to another plugin.

pkevan avatar Jul 24 '23 07:07 pkevan