Forum Replies Created

Viewing 15 posts - 766 through 780 (of 2,549 total)
  • Author
    Posts
  • Vladimir
    Keymaster

    Thanks for the information.
    Does ‘x-bbp’ or ‘x-sidebar’ tell you something? Something related to a theme or plugin, which change bbPress default representation? We should look there in order to find place where it output author role as a Member.
    Is ‘Member’ a primary role of this user?

    Vladimir
    Keymaster

    Hi,

    It may depend from a theme or additional plugins you use. Show screenshot to give me more information.

    Mine test bbPress shows at forum only user name. It shows role at user profile after click on the user name and it’s a role name not ID: “Forum Role: Participant”.

    in reply to: Edit Page – but a specific page only #6002
    Vladimir
    Keymaster

    Check what exact ID your custom post type CPT really has. Pay attention that while we talk ‘posts’, post type ID is ‘post’. So I suppose that your CPT is ‘scholarship’, not ‘scholarships’.
    With this assumption in mind try this version of a code:

    
    if (current_user_can('scholarships')) {  // Role ID
          if ($post_type=='scholarship') {  // CPT ID
            $restrict_it = false;
          }
      }
    
    in reply to: Edit Page – but a specific page only #6000
    Vladimir
    Keymaster

    It should work, with little tuning.
    Try to exclude ‘scholarship’ CPT from edit restrictions using ‘ure_restrict_edit_post_type‘ filter.

    in reply to: Edit Page Read Only #5998
    Vladimir
    Keymaster

    When you 1st time enable this add-on you need to “learn” it: open post editor page, then page editor page to show what meta boxes exist at your site. Re-check the list of meta boxes listed by add-on after that.

    in reply to: Edit Page – but a specific page only #5995
    Vladimir
    Keymaster

    Re-check if this role and/or user with this role has active edit restrictions. May be deactivate ‘Edit restrictions’ add-on temporally for quick test.

    in reply to: Edit Page Read Only #5994
    Vladimir
    Keymaster

    Yes, it’s possible. You can block for selected role “Publish (submitdiv)” meta box under ‘Page’ and ‘Post’ sections using this add-on.

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

    Hi Meredith,

    URE Pro includes this feature. Look at the “Settings->User Role Editor->Tools” tab. Try “Export” button.

    in reply to: Edit Page – but a specific page only #5989
    Vladimir
    Keymaster

    Turn ON special option “Show Administrator role at User Role Editor” at “Settings->User Role Editor->General” tab in order to see “Administrator” role in the URE’s roles drop-down list.

    in reply to: Edit Page – but a specific page only #5986
    Vladimir
    Keymaster

    Hi,

    When you add new CPT with a default ‘edit_posts’ capability, URE should add this CPT own capabilities to ‘administrator’ role automatically, at least when you open User Role Editor. ‘administrator’ role should get access to all CPTs after that. If it’s not happened you still can add needed capabilities to ‘administrator’ role manually. Check if ‘administrator’ role has full list of capabilities under ‘Custom Post Types’ group.

    in reply to: Role can't edit taxonomy on CPT #5985
    Vladimir
    Keymaster

    Thanks for letting me know that you found a solution more suitable for your use case.

    Generally, when URE forces CPTs to use own capabilities, it does this for all CPTs with default ‘edit_posts’ capabilities set. So CPT ‘video’ will use ‘edit_videos’ instead of ‘edit_posts’, etc. And if role does not have ‘edit_videos’ capability it does not have access to ‘Videos’ CPT, even if role still has ‘edit_posts’ capability.

    Vladimir
    Keymaster

    Hi Rob,

    It’s still not realized. Thanks for a remind.

    in reply to: Role can't edit taxonomy on CPT #5979
    Vladimir
    Keymaster

    Having all CPTs using own capabilities, when you add ‘edit_post’, role should get access to CPT, to which you not granted access.
    What’s a problem now?

    in reply to: Role can't edit taxonomy on CPT #5973
    Vladimir
    Keymaster

    You have 2 ways to achieve this:
    1) Force all CPT to use own capabilities, like ‘edit_videos’ for ‘Video’ CPT, etc. Use similar checkbox under ‘Edit restrictions’ section at Settings->User Role Editor->Additional modules tab. You may need to go through your roles to check if they do not lose needed access, like Media Library item editing, which will use edit_attachements instead of edit_posts.

    or

    2) User Admin menu blocking add-on to block admin menu items for CPTs unneeded to this role.

    in reply to: Role can't edit taxonomy on CPT #5971
    Vladimir
    Keymaster

    Hi,

    By default even contributor with just ‘edit_posts’ can turn ON/OFF categories checkboxes. Try to deactivate related plugins just to check if there is some conflict.

Viewing 15 posts - 766 through 780 (of 2,549 total)