Forum Replies Created
-
AuthorPosts
-
berd0029Participant
Apologies but I had not done that. A shift +f5 to clear the browser cache solved the problem once the code was updated.
Thanks for your quick response in solving this!
best wishes,
-Dan
berd0029ParticipantI tried the change you recommended, but it unfortunately did not solve the problem for me on the root site or at network level.
jQuery('.ure-cap-cb').each(function () { // go through all capabilities checkboxes if (this.id.length===0) { return; } jQuery(this).prop('checked', response.caps.hasOwnProperty(this.id) && response.caps[this.id]); if ( ure_data.do_not_revoke_from_admin==1 ) { var el = document.getElementById(this.id); if ( 'administrator'===ure_current_role ) { el.addEventListener( 'click', ure_turn_it_back ); } else { el.removeEventListener( 'click', ure_turn_it_back ); } } });
berd0029ParticipantI just tested logged in as Super Admin testing from root site, and in version 4.51 I still have the same problems as I do at network level. I Can add capabilities to Admin role, but not remove them.
berd0029ParticipantI should also add that I have been using URE for several years with no problems.
I typically keep backups of old versions of plugins when I run updates, and I had version 4.47.2 saved. When I rolled back to this version, the problem was solved.berd0029ParticipantHi Vladimir – those seems like good precautions. In my situation I am attempting to update the role of administrator from the network level /wp-admin/network/users.php?page=users-user-role-editor-pro.php
and am logged in as a superadmin. I also tried from a second superadmin account to verify the problem.
Nothing shown in error or debug logs related to URE.
berd0029ParticipantIs there a way to make “select * FROM wp_options” for wordpress multisite. My tables are wp_12_options, wp_13_options, wp_14_options etc.
How would I access user-role-editor/uninstall.php? When I got to /wp-content/plugins/user-role-editor-pro/uninstall.php I just get a blank white page.
Strangely I have not lost the Users->user role editor on the child sites, just at the network level.
The plugin is network activated.
-
AuthorPosts