Changeset 3368897
- Timestamp:
- 09/27/2025 02:29:58 PM (6 months ago)
- File:
-
- 1 edited
-
dynamic-display-name-manager/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-display-name-manager/trunk/readme.txt
r3368883 r3368897 1 1 === Dynamic Display Name Manager === 2 2 Contributors: s4hk 3 Donate link: https://github.com/s4hk4 3 Tags: display name, user management, batch processing, user fields 5 4 Requires at least: 5.0 … … 18 17 = Features = 19 18 20 * **Flexible Display Name Configuration**: Choose from username, email, first name, last name, website, and role fields21 * **Batch Processing**: Update existing users efficiently with progress tracking22 * **Automatic New User Handling**: Newly registered users automatically get the configured display name format23 * **Real-time Updates**: Profile updates trigger display name refresh24 * **User-friendly Interface**: Clean admin interface with progress indicators19 * Flexible display name configuration: Choose from username, email, first name, last name, website, and role fields. 20 * Batch processing: Update existing users efficiently with progress tracking. 21 * Automatic new user handling: Newly registered users automatically get the configured display name format. 22 * Real-time updates: Profile updates trigger display name refresh. 23 * User-friendly interface: Clean admin interface with progress indicators. 25 24 26 25 == Installation == 27 26 28 1. Upload the plugin files to the `/wp-content/plugins/dynamic-display-name-manager/` directory, or install the plugin through the WordPress plugins screen directly.29 2. Activate the plugin through the 'Plugins' screen in WordPress 30 3. Use the Tools->Display Name Manager screen to configure your settings27 1. Upload the plugin files to the `/wp-content/plugins/dynamic-display-name-manager/` directory, or install the plugin through the WordPress plugins screen. 28 2. Activate the plugin through the 'Plugins' screen in WordPress. 29 3. Go to Tools > Display Name Manager to configure your settings. 31 30 32 31 == Frequently Asked Questions == 33 32 34 33 = How do I configure display names? = 35 36 Navigate to Tools > Display Name Manager in your WordPress admin, select the fields you want to include, and click Save Settings. 34 Go to Tools > Display Name Manager in your WordPress admin, select the fields you want to include, and click Save Settings. 37 35 38 36 = Can I update existing users? = 39 40 37 Yes, after configuring your desired fields, use the "Start Batch Update" button to apply the new format to all existing users. 41 38 42 39 = What happens to new users? = 43 44 40 New users will automatically receive display names based on your configuration when they register. 45 41 46 42 == Screenshots == 47 43 48 1. Main settings page showing field selection options 49 2. Batch processing interface with progress tracking 50 51 == Changelog == 52 53 = 1.0.0 = 54 * Initial release 55 * Basic field selection functionality 56 * Batch processing with progress tracking 57 * Automatic new user handling 58 * Profile update integration 59 60 == Upgrade Notice == 61 62 = 1.0.0 = 63 Initial release of Dynamic Display Name Manager. 64 65 == License == 66 67 This program is free software; you can redistribute it and/or modify 68 it under the terms of the GNU General Public License as published by 69 the Free Software Foundation; either version 2 of the License, or 70 (at your option) any later version. 71 72 This program is distributed in the hope that it will be useful, 73 but WITHOUT ANY WARRANTY; without even the implied warranty of 74 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 75 GNU General Public License for more details. 76 77 You should have received a copy of the GNU General Public License 78 along with this program; if not, write to the Free Software 79 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 44 1. Main settings page showing field selection options. 45 2. Batch processing interface with progress tracking.
Note: See TracChangeset
for help on using the changeset viewer.