Decided to look into the plug-in myself – at line 192:
$rows = $wpdb->get_results( “SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC LIMIT 0,20” );
push that 20 up to a larger number … 100? … to list more domains.
Not elegant, but might keep you going until the authors do something.
-
This reply was modified 9 years, 2 months ago by stevedsmart.
I am seeing the same problem also. Any news about possible solutions?