Forum Replies Created
-
AuthorPosts
-
27/09/2023 at 02:47 in reply to: Give a specific role to a new user different to the default one #8491
Vladimir
KeymasterHi Stephen,
Thanks for the good feedback. URE will not help with this task.
It requires custom programming or select and tune a specific plugin, like this on:
User Registration – Custom Registration Form, Login Form And User Profile For WordPress
or similar.Vladimir
KeymasterHi,
While your WordPress works fine with with installed MySQL version, URE will work too. It does not use any features special for MySQL version.
Update to PHP 8.2 should be transparent for URE. If you meet some PHP notice, just share it. I will prepare quick update.
Vladimir
Keymaster13/09/2023 at 02:41 in reply to: License Validation – cURL error connecting to update.role-editor.com port 443 #8485Vladimir
KeymasterHi @simonemeconi,
Yes, I included it to the upcoming update 4.64.1. You may try beta version 4.64.1.b1. It’s available as development version from the same Download page.
add_filter('ure_check_updates', 'ure_check__for_updates', 10, 1 ); function ure_check__for_updates( $check ) { $check = false; return $check; }
Vladimir
KeymasterUnderstand. What about wp-content/debug.log file content? You may send its zipped version to support [at-sign] role-editor.com
Vladimir
KeymasterDo you continue receive this error if try to repeat now? FYI, there was periods during past weekend when update server was unavailable and some clients had similar problems.
Switch WordPress temporally into debug mode, and try again validate license key. Then find in wp-content/debug.log file the PHP error message related to user-role-editor-pro, show it.
Vladimir
KeymasterHi,
Private post just not expose its URL. If visitor knows private post URL (permalink) he can see it, event he doesn’t have any permissions on a site. If he can not see post, check if post view is not restricted by some other criteria.
30/08/2023 at 10:17 in reply to: Allow activate extension – can activate ALL deactivated plugins #8349Vladimir
KeymasterThank you for the additional information.
Once you activate this add-on, such data is default for all existing and new added roles:
Allow plugins: Selected,
0 plugins selectedURE counts that there are no restrictions set for such role, until at least one plugin will be selected. URE does not limit such role in plugin activation/deactivation.
28/08/2023 at 14:55 in reply to: Allow activate extension – can activate ALL deactivated plugins #8346Vladimir
KeymasterHelp with example in order I can reproduce your situation.
I made test with 8 plugins installed and only 2 active. Then I allowed user with read, activate_plugins capabilities in the role activate/deactivate only 2 plugins (1 active and 1 not active). User sees only those 2 plugins. Clarify on example, how he can work with other plugins. What I missed?
24/08/2023 at 03:59 in reply to: Edit Access for Blocked Post Items Available From the Front End of the Site #8343Vladimir
KeymasterIn general URE Pro should temporally revoke edit_ capability from current user if post restricted for editing.
Your issue needs investigation. If can provide admin access to the stage copy of the site without critical data send credentials to support [at-sign[ role-editor.com, add restricted role and post example to use during the tests.
Vladimir
KeymasterHi,
I suppose you write about some other plugin which allows to set prices for the product in relation of current user role. User Role Editor does not offer such feature at all.
20/08/2023 at 05:02 in reply to: How to limit editing ability for a specific page to only a certain user #8339Vladimir
KeymasterUnfortunately this valuable addition is not realized yet. Will do, really.
10/08/2023 at 14:52 in reply to: Not hiding the admin menĂ¼ point from plugin “PublishPress Revisions” #8335Vladimir
KeymasterHi,
Revisions plugin creates admin menu item with a ‘read’ capability, which is granted to any role with access to wp-admin.
It seems that small workaround may help you. Leave all Revisions admin menu items blocked for your role via “Admin menu” as you did and add to the active theme functions.php file this code:
add_filter('revisionary_add_menu', 'ure_revisionary_off', 10, 1 ); function ure_revisionary_off( $edit_any ) { return false; }
It fully hides ‘Revisions’ menu for editor role in my test.
08/08/2023 at 03:31 in reply to: Possible conflict with GeneratePress and The Event Calendar (TEC) plugins #8331Vladimir
KeymasterI tried repeat the issue locally to isolate a problem using debugger, but without success. When I tried again on-line at dev copy, user with ‘author’ role updated the seria with added event successfully. The only change I see – is the “Classic Editor” instead of the block one. Did you solve a problem?
Vladimir
Keymaster@dshank, You have older unsupported version of URE Pro – 4.51.2, which had the bug, caused syntax error:
[07-Aug-2023 04:22:24 UTC] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /public_html/wp-content/plugins/user-role-editor-pro/pro/includes/classes/other-roles.php:258
It was found at have fixed at version 4.57.
I fixed this bug at your stage server, but recommend to update to the latest version of URE Pro, if you plan to use it.
-
AuthorPosts