Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 2,529 total)
  • Author
    Posts
  • in reply to: Using a real estate plugin #3861
    Vladimir
    Keymaster

    Send them to support email, mentioned at a previous message.
    Tell also, to what user do you wish to provide that access.

    in reply to: Using a real estate plugin #3859
    Vladimir
    Keymaster

    Hi,

    General steps:
    1) Activate admin menu access add-on.
    2) Go to ‘Users->User Role Editor’, select ‘administrator’ role.
    3) Click ‘Admin menu’ button and find menus related to a ‘property listing’ plugin, check what capabilities are required for them (3rd column).
    4) Select a role, under which your user will work. Grant those capabilities to this role. Look at admin menu. Block unneeded menu items if you find some.

    You can send me (support [at-sign] role-editor.com) a copy of “property listing manager” plugin (via dropbox or similar) and I will explain you what to do with it.

    Or send admin login credentials. I can look at it on-line then.

    in reply to: Prohibit hides all posts, disregards IDs #3857
    Vladimir
    Keymaster

    OK. I will investigate what’s going wrong in edit access restrictions with Sticky posts.

    in reply to: Prohibit hides all posts, disregards IDs #3854
    Vladimir
    Keymaster

    A fix was included into URE Pro version 4.35.1

    in reply to: Prohibit hides all posts, disregards IDs #3847
    Vladimir
    Keymaster

    No problem. Thanks for the feedback.
    I will publish an update with this fix.

    in reply to: Prohibit hides all posts, disregards IDs #3845
    Vladimir
    Keymaster

    Post counter for ‘Mine’ view was fixed also: “All (88), Mine (82)” now, instead of 2500+.

    in reply to: Prohibit hides all posts, disregards IDs #3844
    Vladimir
    Keymaster

    I found and fixed a bug in the child pages ID list selection algorithm. Thanks a lot for your help in isolating this bug.
    I see the same posts list currently at your test site as I do at my local test environment.

    I added 1 month to your subscription in return for your help.

    your screenshot did not actually show the correct access. I’m looking for the user to have access only to GTO posts/pages/etc. Your screenshot showed access to all 86 posts.

    You prohibited access to the posts with “Curator Access” taxonomies ID according this list: 96, 97, 98, 100, 101, 102, 103, 137. After login with test user Jane do you see any post with this ‘Div.’ taxonomy in the list of those 86 available posts. I don’t. There are 2 posts with allowed GTO taxonomy and others – uncategorized. Uncategorize at ‘Div.’ taxonomy posts are not prohibited as they don’t have a this taxonomy at all. Possible workaround – add to the list of ‘Div.’ taxonomies some dummy item to use as uncategorized, assign it to these posts and add such dummy taxonomy ID to the list of prohibited taxonomies or just assign them some existing ‘Div.’ taxonomy.

    in reply to: Prohibit hides all posts, disregards IDs #3842
    Vladimir
    Keymaster

    Hi Sarah,
    Thanks for this information. I continue investigate a problem.

    in reply to: Custom User Edit Page #3836
    Vladimir
    Keymaster
    
    if (!$this->lib->is_right_admin_path()
    

    $this->lib object is not defined inside your function. So you get a PHP fatal error here and code is not executed further.

    You have to use it this way:

    
    $lib = URE_Lib_Pro::get_instance();
    if (!$lib->is_right_admin_path('user.php') {
    
    in reply to: Can't revoke access custom post types #3835
    Vladimir
    Keymaster

    Hi,

    URE shows (0/0) for a custom post type (CPT) if it users WordPress built-in ‘post’ based capabilities set, like ‘edit_posts’, ‘edit_published_posts’, etc.

    You have two alternative options to block CPT menu for the role:
    1) use admin menu access add-on for it.

    2) activate “Force custom post types to use their own capabilities” option at the Settings->User Role Editor->Additional Modules tab. It will require to modify existing roles to provide access to the custom post type. Conflicts with some plugins are possible.

    in reply to: Prohibit hides all posts, disregards IDs #3831
    Vladimir
    Keymaster

    It’s worth to mention that in case you tested the same users: restrictions set at user level are still in action. They has a priority under role level restrictions. User and role levels restrictions are combined in role level uses the same ‘block model’ (prohibit or allow) as one set for user level.

    I wait your setup copy to proceed with issue reason searching.

    in reply to: Update causes admin menu to change and not work #3830
    Vladimir
    Keymaster

    By the email report from Lori: issue was not reproduced and currently went away.

    in reply to: Prohibit hides all posts, disregards IDs #3828
    Vladimir
    Keymaster

    Users->User Role Editor: select role, click ‘Posts Edit’.

    But if you did not use role’s level restrictions, it’s difficult to guess, what’s a reason of your problem.

    Can you share a copy of files and database with me? If it does not contain any critical data of course. I will check how URE works with your site copy under PHP debugging session then.
    Or may be you can reproduce a problem using test site and test data? Then share them with me?

    Via DropBox, etc. Send download link to support [at-sign] role-editor.com

    in reply to: Update causes admin menu to change and not work #3826
    Vladimir
    Keymaster

    Hi Lori,

    In general, a recent update does not include any critical changes to lead to so critical results. There are a lot of different installations and while home testing didn’t show any problem, it’s possible to meet one any way. That’s why it’s a rule of thumb to install any update to the stage/test copy of your live/production site and test there 1st. Or at least to create a fresh backup copy of your data before install the update.

    Does a problem still exist if you deactivate URE Pro plugin?
    Do you see custom post types if you login as a superadmin?
    Does your ‘administrator’ role has all user capabilities included or some capabilities were lost?
    Do you see any PHP error messages at your web server system log files?

    Can you reproduce a problem? That is install a copy of files and data on a moment before URE update, install update and get a problem you described? I mean that I need to reproduce it too in my local development environment, in order to start work on a fix.

    in reply to: Duplicate Post capabilities #3823
    Vladimir
    Keymaster

    “Duplicate Posts” includes roles to the roles list at its “Permissions” page checking this condition:

    
    // role should have at least edit_posts capability
    if ( !$role->has_cap('edit_posts') ) continue;
    

    So if you wish to see your role there, then add ‘edit_posts’ capability to it. When you turn ON checkbox for a role here, “Duplicate Posts” just adds ‘copy_posts’ capability to it. And DP plugin shows checkbox for a role turned ON if that role has ‘copy_posts’ capability already. That’s it.

    With my test example, I do not see my custom ‘Vendor’ role at DP permissions page roles list, but I have access to the duplicate post actions…

    I suppose that you have some other condition, which prevents to use DP plugin for your custom role.

Viewing 15 posts - 1,531 through 1,545 (of 2,529 total)