Howdy all, the only real issue I’ve had with this plugin (despite its age), is that after a good number of network-activated plugins, the list becomes paginated, and thus plugins at the end of the list do not display. I believe paginating is no longer necessary in the network plugin admin interface, so just comment out (or delete) these lines from wp-content/plugins/blue-network-plugins/blue-network-plugins.php:
/*
$plugins_per_page = $this->get_items_per_page( str_replace( '-', '_', $screen->id . '_per_page' ) );
$start = ( $page - 1 ) * $plugins_per_page;
if ( $total_this_page > $plugins_per_page )
$this->items = array_slice( $this->items, $start, $plugins_per_page );
$this->set_pagination_args( array(
'total_items' => $total_this_page,
'per_page' => $plugins_per_page,
) );
*/
https://www.ads-software.com/extend/plugins/blue-network-plugins/
]]>It was discussed in another topic, but not fixed so far:
https://www.ads-software.com/support/topic/plugin-blue-network-plugins-broken-with-31?replies=5
]]>I’ve tried installing this on 3.1.1 & 3.1.2.
Each time it doesn’t show any plugins at all.
All I can see is:
]]>Currently Active Network Plugins
Plugins that appear in the list below are activated on all sites across this installation.
Hi!
I had to kill it because it’s broken for 3.1:
Fatal error: Call to undefined function print_plugins_table() in /home/richardmtl/public_html/wp-content/mu-plugins/blue-network-plugins.php on line 70
]]>