Forum Replies Created

Viewing 15 posts - 391 through 405 (of 2,538 total)
  • Author
    Posts
  • Vladimir
    Keymaster

    Hi,

    According to WordPress built-in permissions logic:
    – User can not edit any posts if he does not have ‘edit_posts’. User can not edit posts created by other users if he does not have ‘edit_others_posts’.

    Thus, ‘edit_posts’, ‘edit_others_posts’ capabilities are required both in order user can edit posts created by other users.

    URE shows ‘with author user ID’ field for user or role if it can at least ‘edit_others_posts’ or ‘edit_others_pages’ and restricts posts available for editing by posts created only by users which ID are listed in this field.

    I can just suppose according to your description, that some other plugin may change default WordPress permissions logic. Try temporally deactivate all plugins except URE Pro and test what posts are available for editing to restricted user. If it will work as expected, activate plugins back one by one with new test in order to isolate a conflict.

    in reply to: How to give access to Redirections plugin #7390
    Vladimir
    Keymaster

    Activate/deactivate add-on is safe – all settings made for add-on are in place.
    Settings are deleted only upon plugin deletion via WordPress.
    If you will confirm that redirection to WP dashboard is due to URE Pro “Admin menu access”, I will need 2 screenshots in addition:
    1) “Users->User Role Editor->Admin menu” made for the tested role;
    2) “Tools->Redirection” page with browser URL address visible at the top.

    in reply to: Import roles and capabilities in bulk mode by CSV #7388
    Vladimir
    Keymaster

    Hi,

    Thanks for the suggestion. I work on adding this feature.

    in reply to: How to give access to Redirections plugin #7387
    Vladimir
    Keymaster

    Yes, in general, redirection is a result of additional parameters in URL under “Block: Not Selected” model.

    What will be, if you temporally turn OFF the “Activate Administrator Menu Access module” checkbox at URE settings. Will redirection still take place?

    in reply to: How to give access to Redirections plugin #7385
    Vladimir
    Keymaster

    Hi,

    Is role restricted via “Admin menu access” add-on?
    If Yes, pay attention on the “Technical details – Block not selected” part of the documentation article.

    in reply to: Export roles and capabilities to CSV #7381
    Vladimir
    Keymaster

    Hi,

    Currently, export to CSV is standalone. It does not have “import from CSV” pair as topic author have asked about export feature only.

    Export/Import is realized for a single role only.

    Vladimir
    Keymaster

    Excellent!

    I use “User Switching” plugin from John Blackbourn.

    Vladimir
    Keymaster

    You can use ‘Additional options for role>‘ feature and setup “Block admin notices” option, then turn it ON for your “not true” admin role.

    in reply to: Roles no longer pushed to subsites on MultiSite #7372
    Vladimir
    Keymaster

    Hi,

    You can try the beta version 4.59.2.b3. It contains needed fix. It’s available after login from the same “Download” page.

    in reply to: Roles no longer pushed to subsites on MultiSite #7370
    Vladimir
    Keymaster

    Hi,

    Thanks for this report. I confirm the bug. I will post here as the fix will be ready for testing.

    Vladimir
    Keymaster

    Hi,

    Do you use “Admin menu access” add-on to restrict this role and user? If Yes, then I suppose that you use “Block: Not Selected” model. Read carefully the “Block Not Selected” part of the article.
    If you selected “Forms->Entries” menu item, it has /wp-admin/admin.php?page=gf_entries link, with the single argument/parameter ‘page’, but when you click ‘View’, URL has at least 9 new parameters /wp-admin/admin.php?page=gf_entries&view=entry&id=8&lid=18&order=ASC&filter=&paged=1&pos=0&field_id=&operator=) and URE blocks it redirecting user to the 1st allowed URL – dashboard. Add those parameters to ‘White List‘ for this menu item/URL.

    in reply to: User role can no longer create or edit pages #7367
    Vladimir
    Keymaster

    Confirm that required capabilities (create_pages, edit_pages, publish_pages, edit_published_pages) are still granted to this user. If Yes, try to deactivate all plugins. If it will return ability to work with pages, activate plugins back one by one to isolate a reason.

    Vladimir
    Keymaster

    Thanks for the additional information. I can not repeat the issue with similar settings.

    FYI, I rewrote some part of edit restrictions add-on to fix the discovered issue with cache. Just in case it would be involved you can test the 4.59.2.b1. It’s available after login from the “Download” page.

    If that will not help and if this applicable, you can send to my email the site URL and admin credentials. I will make a copy of your files (themes, plugins) and data and test them locally with debugger to catch what is going wrong.

    Vladimir
    Keymaster

    Hi,

    I fixed the linked article. Code is available now. Just replace ‘post’ with your custom post type slug.

    Yes, you can place it to functions.php file.

    in reply to: How to allow user role tag custom taxonomy in cpt #7360
    Vladimir
    Keymaster

    Try to block unneeded admin menu items using “Admin menu blocking” add-on.

    Btw., I work on add custom taxonomies to the code executed for the URE’s option
    “Force custom post types to use their own capabilities”. This will replace ‘edit_posts’ for such taxonomies with ‘assign__terms’ capability. So you will not need to add ‘edit_posts’ for custom post types. I plan to add this to the next udpate.

Viewing 15 posts - 391 through 405 (of 2,538 total)