I'm using multisite and have over 1k users/blogs, wondering if you could update this plugin so that it can post to all the blogs on my site, not just the ones I as admin created?
I'm willing to pay of course.
I'm using multisite and have over 1k users/blogs, wondering if you could update this plugin so that it can post to all the blogs on my site, not just the ones I as admin created?
I'm willing to pay of course.
I'm afraid I have no time for the forseeable future to work on this plugin. Feel free to tweak the code to meet your needs though.
Hi gahoachma,
In the 2.0 version of the plugin, simply change the commented lines 132-134 and 254-256 so they look like...
// get list of blogs
$subBlogs = get_blog_list( 0, 'all' );
//$subBlogs = get_blogs_of_user( $current_user->ID );
That will make the plugin work on all the blogs, not just the ones for which your user has admin rights.
This topic has been closed to new replies.