Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Improved user search in backend

Опис

This Plugin improves the search for users in the WordPress backend significantly. It empowers admins to search for the first name, last name and email address of users instead of only their nicknames/nicenames.

It is also possible to search for custom user meta fields now.

Translations: English, German, Swedish

Plugin Homepage: http://www.blackbam.at/blackbams-blog/2011/06/27/wordpress-improved-user-search-first-name-last-name-email-in-backend/
Special characters like quotes are escaped, problems with the query may apper when trying to search for other non-alphanumeric characters.

1.2.4

  • Added translations and il8n (Mikael Grön jag@mikaelgron.se)
    (en_US, en_UK,sv_SE)
  • Added german translation (de_DE)

1.2.3

  • Database compatibility improved.

1.2.2

  • Re-allowed special characters in keys, but strings are still escaped for safe queries.

1.2.1

  • Filter and test custom meta fields. Remove unallowed characters.

1.2.0

  • Added Case-insensitive matching.
  • Added Multisite support.

1.1.2

Fix issue where attempting to activate the plugin would throw an “Invalid Header” error

1.1.1

Minor changes.

1.1

Added options page to include custom user meta fields in the search.

1.0.1

Little code improvements.

1.0

Initial release to the Plugins directory.

Встановлення

  1. Upload the “improved-user-search-in-backend” directory into the /wp-content/plugins/ of WordPress or use the auto-installer.

  2. Activate the Plugin through the Plugins page.

  3. Maybe you want to change the defaults in Settings -> User Search.

  4. Enjoy.

Відгуки

08.02.2017
I am FLABBERGASTED that WordPress's search doesn't operate like any other search should. I read a thread where the moderator, in essence, said, "Too bad it doesn't work the way you're used to. It works the way it's supposed to for internet web search standards." (Here's the thread: https://wordpress.org/support/topic/using-user-search?replies=23). I can't believe it took me so long to search for a plugin to fix this problem, but I think I was so bent on the idea, "WHY DO I HAVE TO INSTALL A PLUGIN TO FIX SOMETHING THAT SHOULD BE WORKING RIGHT IN THE FIRST PLACE." I held onto that way too long!! THANK YOU THANK YOU THANK YOU for making this plugin! It works PERFECTLY and there's no special screen I have to go to to do my search. I just go to the Users utility and search for what I need...as it should be! Thanks for doing this in the backend and improving the functionality without having to go through hoops to use it. THANK YOU THANK YOU THANK YOU!!! HIGHLY recommend this plugin as a standard install for any WordPress site. Best, Arial Burnz www.ArialBurnz.com
Прочитати всі 5 відгуків

Учасники та розробники

“Improved user search in backend” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Improved user search in backend” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.2.6

Additional security fix sanitizing text field input.

1.2.5

  • Removed a possible XSS/CSRF vulnerability in the backend.