rinogo
Member
Posted 7 months ago #
I'm setting up a network in which we anticipate having at least several hundred member sites. We'd rather not check every box every single time we'd like to broadcast a post to the sites. Is there a way to specify that a post should be broadcast to all sites? Or, would this be a difficult feature to add?
Thank you! :)
http://wordpress.org/extend/plugins/threewp-broadcast/
rinogo
Member
Posted 6 months ago #
Found this in the code which may help...
$this->get_site_option('always_use_required_list')
rinogo
Member
Posted 6 months ago #
In context:
// Add required blogs.
if ($this->get_site_option('always_use_required_list'))
{
$requiredBlogs = $this->get_required_blogs();
foreach($requiredBlogs as $requiredBlog=>$ignore)
$blogs[$requiredBlog] = $requiredBlog;
}
Use blog groups?
Settings > Broadcast > Groups