Forum Replies Created

Viewing 15 posts - 511 through 525 (of 2,529 total)
  • Author
    Posts
  • in reply to: Block some links in the top admin menu #7005
    Vladimir
    Keymaster

    Hi,

    Block correspondent left site admin menu item revoking user capability or (if you can not) or using “Admin menu access” add-on:
    https://www.role-editor.com/block-admin-menu-items
    This should block related top admin menu link.

    Vladimir
    Keymaster

    Hi Fabio,

    Thanks for this notification. I confirm the bug. I will fix it with a next update.

    in reply to: Deleting a user #6999
    Vladimir
    Keymaster

    It’s for your choice.
    WordPress offers automatically move all content from user you try to delete to other author as an option. If you select it, WordPress will change author for posts, pages and uploaded media from deleted user to a selected one.
    If you need to store authors history you can just leave user in the list with no roles assigned.

    Vladimir
    Keymaster

    Hi,

    Look if your editor role is not restricted via edit restrictions add-on.
    If it’s restricted and you need that editor can look/edit all posts but restricted list of pages, you can use special ure_restrict_edit_post_type filter to exclude ‘post’ type from the restrictions you set for role or user.

    Vladimir
    Keymaster

    Hi,

    I looked at the adanderson user and see the former conflict of “Admin menu” settings for 2 roles:
    Problem was that “SDoL Page Editor” role has “Admin menu” “Not Selected” blocking model, but “News” role – “Selected”. When URE builds general admin menu for 2 roles it take blocking model from the 1st role and if blocking model of the 2nd role is different then it’s ignored. As a result ‘News’ menu is blocked via “Admin menu” restrictions set for the 1st role.

    in reply to: Can’t deactivate some plugin menus #6990
    Vladimir
    Keymaster

    Resize image after upload plugin create submenu item “Settings->Resize Image Upload” for every subsite and protect it using ‘manage_options’ capability. In order to block/hide menu item for subsite you have 2 ways:

    1) Block it for the main site. Then replicate all roles with admin menu settings together for all other subsites. Go to the “Network Admin->Users->User Role Editor” and click “Update Network”. Pay attention that this operation overrides all roles at all subsites with a copy from the main site.

    2) Go to the selected subsite, open URE, select role with ‘manage_options’ capability. “Resize image upload” is available only for such roles. Then block this menu item as you made it at the main site.

    in reply to: Can’t deactivate some plugin menus #6986
    Vladimir
    Keymaster

    I installed NS Cloner from wordpress.org at my test site. It does not show ‘License’ menu item. Do you use a paid (pro) version of NS Cloner?

    It would be good to get a link for the image resize plugin too.

    Vladimir
    Keymaster

    Hi,

    I don’t see such way. Only use a role copy which will not have content view restrictions.

    in reply to: Hide “Publish” Button? #6983
    Vladimir
    Keymaster

    Hi,

    There is no way to achieve this via User Role Editor Pro.

    It’s possible to hide ‘Publish’ button via CSS adding custom code to theme’s functions.php file, but author will can not save changes to the post in this case, only change its status.

    in reply to: Some admin menu items aren’t exposed to URE #6980
    Vladimir
    Keymaster

    “Tools->Delete Site” is protected by default by ‘delete_site’ capability, which is mapped by WordPress to ‘manage_options’, wp-includes/capabilities.php:

    
    case 'delete_site':
    	if ( is_multisite() ) {
    		$caps[] = 'manage_options';
    	} else {
    		$caps[] = 'do_not_allow';
    	}
    	break;
    

    So if role does not have ‘manage_options’ capability URE will not show this menu item in the “Admin menu” dialog.
    My test shows that “Admin menu” allows to block “Tools->Delete Site” successfully in case role has ‘manage_options’ capability for other purpose.

    in reply to: Some admin menu items aren’t exposed to URE #6979
    Vladimir
    Keymaster

    1st, look if you can revoke from a role unneeded capabilities. Capabilities started from ‘ure_’ protect access to User Role Editor. Revoke them from ‘administrator’ role and single site admin will not see Users->User Role Editor (ure_edit_roles) and Settings->User Role Editor (manage_network_plugins).

    2nd, use URE Pro Admin menu access as the 2nd level of configuration, admin menu access, when you can not revoke some capability, which is in use by different menu items at the same time, like manage_options or edit_posts.

    in reply to: Hide profile page for subscribers #6974
    Vladimir
    Keymaster

    URE Pro does not include such functionality. Look at the “Peter’s Login Redirect‘ plugin or similar.
    This article contains a short review in the “Method 1” part.

    Vladimir
    Keymaster

    URE does not provide any user interface for the front-end.
    If you have some plugin for this purpose, but don’t sure what permissions to grant to not-admin user, I can help.

    in reply to: Hide with CSS not shortcode #6969
    Vladimir
    Keymaster

    Hi,

    URE Pro does not manipulate with CSS classes currently.

    If you can/will add CSS class manually, how do you plan to define if this class should have display property value ‘block’ or ‘none’ in relation to the current user?

    Vladimir
    Keymaster

    Sorry, I don’t see on the video any new deprecated capabilities. I may just confirm that there were no any related changes in the recent URE Pro update.
    So, if you can give me details what URE Pro feature does not work, I will investigate. If this is something related to “WooCommerce members/subscription” – I can not help.

Viewing 15 posts - 511 through 525 (of 2,529 total)