Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterIt seems we missed ‘delete_published_pages’. Try to add it.
If issue is still there: Some plugin may change WordPress default behavior. Try to deactivate all plugins and test. If that will help, activate plugins back one by one to isolate a reason.
Vladimir
KeymasterWordPress checks for media library item the same permissions as for the posts or page to which it is attached. So if user can delete page he can delete image attached to this page too. Try delete_pages and delete_others_pages.
When user restricted by edit a specific page – he sees/can edit/delete this page only and sees only his own images and images attached to this page.
Vladimir
KeymasterIf all your CPTs are protected by ‘edit_posts’, you can force them to use their own capabilities, look for the special checkbox at the Settings->URE->Additional Modules. Then do not grant edit_mgas and edit_insuarance-company-retails to consumer role.
Vladimir
KeymasterDo not hurry with edit restrictions. User should be capable to edit desired page 1st. I suppose that page (which you wish this user edit) was created by other user. edit_others_pages capability is required in this case. Try to add it to a role.
And just when your user will can edit a page, maybe between others, proceed with page ID to restrict editing by this single page only.
Vladimir
KeymasterSwitch off ‘edit restrictions’ temporally. Check if user can edit this page among other pages without any additional restrictions.
Is this page has a published state. Then you have to grant ‘edit_published’ pages in order user ca edit it.Take into account that with edit restrictions activated, only those pages are visible to a user at the Pages list, which this user can edit.
Vladimir
KeymasterHi,
1) Allow this role to edit pages including this one.
2) Use Posts/pages edit restrictions add-on and input for a role page ID, which you allow to edit for this role. After that user with this role will can edit this single page only.28/09/2019 at 04:29 in reply to: Problem with restrict by "with category/taxonomy ID (comma separated)" #5953Vladimir
KeymasterHi Martin,
Thanks for clarification. I need investigate this. The best way to take a copy of your site (without uploads folder) and work with it under my local development environment. If it’s possible (the best variant – stage copy without valuable/critical information), send credentials to support [at-sign] role-editor.com
Vladimir
KeymasterURE does not offer such way. Every subsite has own list of pages and/or categories. You can restrict access to them on per site – per page/category basis only.
Right, ‘Update Network’ overwrites all roles at subsites with exact copy from the main site. It’s intended for the case when you have identical roles at all subsites. If you plan to have different roles between subsites you should not use ‘Update Network’.
Vladimir
KeymasterEvery subsite under WordPress multisite stores its roles separately.
It’s possible to manage all roles at one place – main site. When you go to Network admin->Users->User Role Editor, you work really with roles from the main site. “Update Network” button there allows to replicate all roles from the main site to all other subsites.
If you plan to give permission for user to selected site only you may use WP built-in UI: Network admin->Sites: select site, click ‘Edit’ link, open ‘Users’ tab, add existing or new user, grant him needed role. User will have this role at this site only.
Vladimir
KeymasterHi,
Roles are assigned to users on per site basis. That is any user has permissions for a site A according to a role which you granted to that user at the site A.
25/09/2019 at 01:43 in reply to: Timing of changes in beta version to be rolled into release version? #5943Vladimir
KeymasterHi Rob,
I work on final testing of content view restrictions settings on categories/taxonomies level and hope to publish v. 4.52 at the begin of October.
24/09/2019 at 03:19 in reply to: Problem with restrict by "with category/taxonomy ID (comma separated)" #5938Vladimir
KeymasterHi Martin,
This is an intended behavior. When user is restricted by taxonomies (for example: 2, 3) he can edit post only with those taxonomies: 2, 3. WordPress creates a new post in 2 steps: 1) inserts new post; 2) reopens it for editing.
If new created post will not have one of allowed taxonomies user will receive access error. Remember he is allowed to post new and edit existing posts only inside the list of allowed taxonomies. This is a reason why URE automatically assigns to a new created post the 1st taxonomy from the list of taxonomies allowed for this user.
User should check what taxonomy is assigned to his post and reassign another one.If you have another issue please share the images to give me more details.
Vladimir
KeymasterHi Levent,
URE Pro does not include a feature to manage access to languages inside WPML for a roles.
19/09/2019 at 03:02 in reply to: Multisite fatal error can't activate restrictions for single site administrator #5933Vladimir
KeymasterThank you for this bug report.
For quick fix download beta version (it’s available from the Download page) and replace pro/includes/classes/settings-pro.php file at your site with one from the beta version .zip.Vladimir
KeymasterI tested with another roles data (21 roles) you provided. I can not reproduce the issue with import exported role. I tried create a role as a copy of another one and export/import it. No problem.
Technically new role from scratch and role as copy of another role are created the same way both. New role created just as a copy of subscriber role.
Definitely, a reason of the issue is somewhere else. Is it possible to get access to your site stage copy with admin access to reproduce/investigate the issue?
-
AuthorPosts