Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Synchronize roles on two separate sitesHi,
Is it WP multisite configuration?
By default plugin works for every blog from your multi-site network as for locally installed blog.
To update selected role at the main site 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.
Forum: Plugins
In reply to: [User Role Editor] Role restriction after removing the pluginHi Prachi,
URE makes all updates directly to the db record where WordPress stores user roles. These changes are permanent. Plugin deletion does not rollback them.
This article may help to understand where and how WordPress stores user roles and permissions.
Forum: Plugins
In reply to: [User Role Editor] Role has capabilities not grantedHi Jane,
WordPress by default links the ability to add and edit posts to the same user capability ‘edit_posts’.
Pro version includes option to use separate ‘create_’ capability for access to the ‘Add new’ menu item and button.
Forum: Plugins
In reply to: [User Role Editor] Disable WP Dashboard access for some custom user roleHi,
Add the code above to your active theme functions.php file. You will see the option “Prohibit access to admin” at the bottom of the “Users->User Role Editor” page. Select role ‘student’ and turn this option ON. Click update to save changes. Test.
Thanks for this note. I tried the Lite version and confirm the conflict you found. I will investigate this and work on the fix.
Forum: Plugins
In reply to: [User Role Editor] administrator capabilitiesOpen “Settings->User Role Editor->General” and turn ON the option “Show Administrator role at User Role Editor”. URE will start show ‘dministrator” role the “Select Role” dropdown list.
But you can not revoke capabilities from ‘administrator’ role via URE. This is a superuser role for WordPress which should can anything.
Forum: Plugins
In reply to: [User Role Editor] different subscriptionsHi,
Look at the memberships plugin. Simple user role management will not help here.
Forum: Plugins
In reply to: [User Role Editor] ADMINISTRATOR ROLEHi,
This article may help.
Forum: Plugins
In reply to: [User Role Editor] Custom roleLook at the memberships plugins like “Paid Memberships Pro” and similar. I suppose you may find a ready to use solution.
Hi,
This article may help.
Forum: Plugins
In reply to: [User Role Editor] Custom roleGo to “Users->User Role Editor”. Use “Add Role” button.
Forum: Plugins
In reply to: [User Role Editor] Bug – rename rolesThanks for the clarification. I see from the screenshot that this role belongs to WooCommerce plugin. It’s code to PHP in English as ‘Customer’ (customer). The translated version WordPress and User Role Editor take from the translation file.
When you rename role in URE, it rewrites the default role name saved in the database, changes ‘Customer’ to your own, e.g. ‘Client’. But at the UI elements WordPress and URE shows the translated version of the role name. More, it shows “Client” when I switch WordPress to the French language.Try to remove the translation files at wp-content/languages/plugins folder: woocommerce-fr-FR.*
WordPress will download a fresh version of translation files then.Forum: Plugins
In reply to: [User Role Editor] Woocommerce Gift CardsHi,
Is this plugin available at wordpress.org? Show the link, if Yes.
Forum: Plugins
In reply to: [User Role Editor] Bug – rename rolesWhat role did you try to rename without success? Tell me its name and ID. Do you know if it was created by some plugin?
Forum: Plugins
In reply to: [User Role Editor] Delete roleHi,
Use “Delete Role” button. In order role appear in the list of the roles available for deletion, 1st revoke it from all users whom it was granted.