In /wp-content/mu-plugins/domain_mapping.php, I changed this line:
$rows = $wpdb->get_results( “SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC LIMIT 0,20” );
to:
$rows = $wpdb->get_results( “SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC LIMIT 0,250” );
It now shows all my sites in the list..
Hi Ron, I have the exact same problem as dpegasusm.
But if I use the search nothing happens. It is just as if the page reloads with the same list as before. See this small screencast: http://screencast.com/t/ZTXeq5ahEV
I’m in a situation where I need to check some mappings and the network sites list is not a good place for this as I can’t search for specific mappings. What is this “User DM Tool” you talk about..?