-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
31 lines (22 loc) · 1.25 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=== Plugin Name ===
Contributors: boonebgorges, cuny-academic-commons
Donate link: http://teleogistic.net/donate
Tags: add, add user, autocomplete, autosuggest
Requires at least: 3.1
Tested up to: 3.2.1
Stable tag: 1.1
Enables autocomplete for the Add Existing User field at Dashboard > Users > Add New. Requires Multisite.
== Description ==
WordPress Multisite's Add Existing User field requires you to type the username or email address of an existing user. This plugin makes this job a bit easier, by adding autocomplete functionality to the Add Existing User box. It also allows you to add multiple users at a time.
NOTE: Based in part on this plugin, WordPress 3.4+ has built-in autocomplete throughout much of the Network Admin. If you wish to use WP's native autocomplete, do not use this plugin. However, Add User Autocomplete has some features that WP's version does not (the ability to add multiple users, search by display name); activating AUA will disactivate WP's autocomplete.
== Installation ==
* Install
* Activate
* Go to Users > Add New and start typing in the Add Existing User field
* Rock
== Changelog ==
= 1.1 =
* Compatibility with WP 3.4 (disables WP's built-in autocomplete)
* Only load styles/scripts on user-new.php
= 1.0 =
* Initial release