• The domains listed under Network Admin > Settings > Domains only shows the latest 20 domains mapped, and provides no pagination option. I can locate the relevant MySQL database and export the list but that’s annoying to have to do. How can I find out the full list of mapped domains through the admin dashboard?

    • This topic was modified 7 years, 4 months ago by Aidan.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Agreed. I have this issue too. Did you happen to solve it?

    I am seeing the same problem also. Any news about possible solutions?

    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 7 years, 2 months ago by stevedsmart.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Limited list of domains’ is closed to new replies.