Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

My Sites Sort and Filter

Beschrijving

This plugin helps you find sub-sites in the My Sites dropdown on large WordPress multisite installations. It sorts sites alphabetically and allows you to filter as you type.

This plugin was forked from code by Kailey Lampert and Eric Juden.

Please submit issues before giving a negative rating so I have the opportunity to fix them. Thank you.

GitHub repo: https://github.com/cloudverve/my-sites-sort-filter

Requirements

  • WordPress 4.7 or higher
  • PHP 5.4 or higher
  • WordPress Multisite

Features

  • Sorts My Sites list alphabetically
  • Adds a filter-as-you-type search input to the My Sites dropdown
  • Supports multiple color schemes (including Dark Mode)

GDPR Safe

This plugin does not use or track any user data, either from visitors or users of WP Admin.

Schermafbeeldingen

  • Sorted My Site List with Filter Input
  • Filter-as-you-type Example
  • Ectoplasm Theme
  • Example with Dark Mode

Installatie

  1. Simply download, install and activate.

Once activated, it automatically sorts sites and adds a filter search input. No configuration needed.

FAQ

Can I change the number of sites that triggers the filter search input to appear?

By default, the filter search field appears when there are greater than 10 sites in your My Sites list. To change this, you can define the following constant in wp-config.php (replace 5 with the number of your choice):

define( 'MSSF_MINIMUM_SITES', 5 );

Beoordelingen

5 december 2018 1 reactie
This plugin works great. I looked all over for a solution to the extra-long multisite "my sites" menu problem but couldn't find anything else that worked as was also current. I like how this filter option still allows you to access the site sub-menus whereas some of the other suggested solutions just use overflow: scroll which hides the sub-menus. Thanks!
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“My Sites Sort and Filter” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“My Sites Sort and Filter” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.

Vertaal “My Sites Sort and Filter” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.1.1

  • Updated dependencies
  • Bumped WordPress compatibility to 5.0

1.1.0

  • Added Russian translations
  • Added missing string translations for other languages
  • Reduced minimum requirements to PHP 5.4 and WordPress 4.7

1.0.0

  • Initial release