Beschreibung
User Role Editor WordPress plugin allows you to change user roles and capabilities easy.
Just turn on check boxes of capabilities you wish to add to the selected role and click „Update“ button to save your changes. That’s done.
Add new roles and customize its capabilities according to your needs, from scratch of as a copy of other existing role.
Unnecessary self-made role can be deleted if there are no users whom such role is assigned.
Role assigned every new created user by default may be changed too.
Capabilities could be assigned on per user basis. Multiple roles could be assigned to user simultaneously.
You can add new capabilities and remove unnecessary capabilities which could be left from uninstalled plugins.
Multi-site support is provided.
Um mehr über „User Role Editor“ zu erfahren, besuche diese Seite auf shinephp.com
Benötigst du mehr Funktionen und hochwertigen, kurzfristigen Support? Möchtest du die Werbung in den Editor-Seiten entfernen?
Kaufe die Pro-Version.
User Role Editor Pro enthält zusätzliche Module:
- Ausgewählte Elemente im Admin-Menu für Rollen blockieren.
- Ausgewählte Menu-Einträge im Frontend für nicht-eingeloggte Benutzer, eingelogggte Benutzer oder Rollen verbergen.
- Ausgewählte Widgets unter „Design“ für Rollen blockieren.
- Widgets im Frontend nur für bestimmte Rollen anzeigen
- Ausgewählte Meta-Boxen für Rollen blockieren (Dashboard, Beiträge, Seiten, individuelle Inhaltstypen).
- „Export/Import“ module. You can export user role to the local file and import it to any WordPress site or other sites of the multi-site WordPress network.
- Roles and Users permissions management via Network Admin for multisite configuration. One click Synchronization to the whole network.
- „Other roles access“ module allows to define which other roles user with current role may see at WordPress: dropdown menus, e.g assign role to user editing user profile, etc.
- Manage user access to editing posts/pages/custom post type using posts/pages, authors, taxonomies ID list.
- Per plugin users access management for plugins activate/deactivate operations.
- Per form users access management for Gravity Forms plugin.
- Shortcode to show enclosed content to the users with selected roles only.
- Anzeigebeschränkungen (Seiten und Beiträge) für ausgewählte Rollen.
- Admin back-end pages permissions viewer
Die Pro-Version ist werbefrei. Premium-Support ist inklusive.
Weitere Dokumentation
Mehr Infos über das Plugin „User Role Editor“ findest du auf dieser Website.
Ich beantworte deine Fragen zur Benutzung des Plugins sehr gerne. Benutze hierzu die Kommentarfunktion auf dieser Seite.
Screenshots

screenshot-1.png User Role Editor: Haupt-Bedienoberfläche 
screenshot-2.png Rollen und Berechtigungen hinzufügen oder löschen 
screenshot-3.png Link zu den Berechtigungen des Benutzers 
screenshot-4.png Berechtigungs-Editor 
Massenbearbeitung für Benutzer ohne Rolle 
screenshot-6.png Den ausgewählten Benutzern mehrere Rollen zuweisen
Installation
Installation:
- Deactivate plugin if you have the previous version installed.
- Extract „user-role-editor.zip“ archive content to the „/wp-content/plugins/user-role-editor“ directory.
- Activate „User Role Editor“ plugin via ‚Plugins‘ menu in WordPress admin menu.
- Go to the „Users“-„User Role Editor“ menu item and change your WordPress standard roles capabilities according to your needs.
FAQ
- Does it work with WordPress in multi-site environment?
Yes, it works with WordPress multi-site. By default plugin works for every blog from your multi-site network as for locally installed blog.
To update selected role globally for the Network you should turn on the „Apply to All Sites“ checkbox. You should have superadmin privileges to use User Role Editor under WordPress multi-site.
Pro version allows to manage roles of the whole network from the Netwok Admin.
To read full FAQ section visit this page at shinephp.com.
Rezensionen
Mitwirkende & Entwickler
„User Role Editor“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„User Role Editor“ wurde in 22 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „User Role Editor“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
[4.60.1] 21.07.2021
- Update: Marked as compatible with WordPress 5.8.
- Fix: PHP Notice: Undefined property: URE_User_View::$multisite in /wp-content/plugins/user-role-editor/includes/classes/user-view.php on line 145
[4.60] 24.06.2021
- New: Notification box was replaced with one based on the jpillora/nofifyjs jQuery plugin. It does not move down page content. It disappears automatically after 5 seconds. Click on it to remove it manually.
- Fix: „Add capability“ shows warning styled notification when needed (invalid characters, etc.) instead of a successful one.
- Fix: Capabilities group uncheck and revert selection is blocked for the administrator role to exclude accident deletion of permissions from it.
[4.59.1] 11.05.2021
- New: Multisite: When update role at the main site with „Apply to all sites“ option and PHP constant URE_MULTISITE_DIRECT_UPDATE === 1 (update roles directly in database, not via WordPress API),
- URE overwrites all subsite roles with roles from the main site. It’s possible now to leave selected role(s) for selected subsite(s) unchanged: add filter ‚ure_network_update_leave_roles‘ and
- return from it the array like this one – array( (int) blog_id => array(‚role_id1‘, ‚role_id2‘, … );
- Update: „Other roles“ section at user profile is available now only for users with ‚promote_users‘ capability.
- Update: Notice at the top of URE page about action result is not removed automatically after 7 seconds as earlier.
- Update: ‚ure_sort_wp_roles_list‘ filter accepts these values for the single input parameter: false – leave roles list as it is; true, ‚id‘ – sort roles list by role ID; ’name‘ – sort roles by role name.
[4.59] 05.04.2021
- Update: PHP constant URE_WP_ADMIN_URL was replaced with direct ‚admin_url()‘ call to respect the ‚admin_url‘ filter applied by the get_admin_url() WordPress API function.
- Update: Editing roles and capabilities granted to selected user („Capabilities“ link under user row at the „Users“ list) executes ‚add_user_role‘ or ‚remove_user_role‘ actions only in case it really grants or revokes roles and/or capabilities.
Previous versions fully revoked and granted again all roles during user permissions update even in case roles list was not changed. It was leaded to the false execution of the mentioned add/remove role actions.
Die Datei „changelog.txt“ enthält die vollständige Liste der Änderungen.