Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 2,491 total)
  • Author
    Posts
  • in reply to: /wp-admin/edit.php?post_type=CPT_Name is blank #2896
    Vladimir
    Keymaster

    Could you temporarily set via wp-config.php the debug output for WordPress and let me know the error message?
    May be you can look at the server PHP or Apache system logs to get more information about the reason of this problem.

    in reply to: Hide metabox form user extended profil #2894
    Vladimir
    Keymaster

    Hi,

    1) Thanks for this information. I added BuddyPress custom action to the URE Pro in order it may catch meta boxes added by BP to the user profile “Extended Profile” tab. Fix is available with the development version 4.29.b10.

    2) BuddyPress does not create its own roles. Give me more details what does not work?

    in reply to: editors unable to edit media metadata #2892
    Vladimir
    Keymaster

    Hi,

    When you set edit restrictions for the role or user User Role Editor applies this restriction to all post types including the ‘attachment’ one. WordPress use this post type for the Media Library items.
    It’s possible to exclude some post types from this restriction scope with custom filter:

    ure_restrict_edit_post_type


    Try to exclude ‘attachment’ post type from edit restrictions using this filter.

    Vladimir
    Keymaster

    Hi,

    Thanks for this note. I confirm this problem with “Admin menu access” add-on code. Additional permissions will not help here. Fix for it was included into upcoming version 4.29. It’s available currently for testing as a development version from the same download page. I will publish it this month.
    This is a related part of changes:
    – WooCommerce products, orders, coupons filtering arguments in URLs are supported now.
    If you prohibited for the role ‘Posts’ menu, but allowed WooCommerce ‘Products’, ‘Orders’ or ‘Coupons’ (use the same edit.php in URL), you could meet a problem with filtering WooCommerce product by category or product type, etc. User would be redirected to the dashboard. This means that URLs with filtering parameters in it (like product_cat, product_type) was blocked by URE Pro.

    in reply to: Renewed License but #2885
    Vladimir
    Keymaster

    Thanks for staying with User Role Editor Pro. Your account and license expiration date is OK. I suppose that it’s a caching problem. WordPress caches the result of its update requests for 24 hours. Try to force download page refresh at the browser too (or even clear browser cache).

    in reply to: Multi Site – Two role membership #2883
    Vladimir
    Keymaster

    User Role Editor does not offer such feature. Custom PHP coding is required.

    in reply to: Multi Site – Two role membership #2879
    Vladimir
    Keymaster

    Hi,

    In order subsites have the same roles you may go to the “Network Admin->Users->User Role Editor” and click the “Network Update” button. All subsites will get roles from the main site as a result.

    In order a user has the same 2 roles at the all subsites you may go to the “Network Admin->Users”, find needed user row and click “Capabilities” under it. Then click “Network Update”. User will get the same 2 roles at every subsite as he has at the main site.

    in reply to: Cannot download the last version #2877
    Vladimir
    Keymaster

    Hi,

    I checked your account. It’s OK and has access to the Pro version download.
    Try to force a full refresh of the download page after login. Browser could show you a cached version for not logged in visitors.

    in reply to: Default WordPress Filters #2874
    Vladimir
    Keymaster

    Hi Kevin,

    Thank you very much. Finally I found where WordPress uses “category_name” and “tag” parameters at the ‘Posts’ page. I added it to the list of “allowed” for the development version 4.29.b8 (available for testing).

    in reply to: Default WordPress Filters #2871
    Vladimir
    Keymaster

    Hi Kevin,

    The latest stable version of URE Pro is 4.28.2. It has less problems with WordPress default filtering and sorting that 4.27.1.
    I added ‘comment_status’ parameter to the development version. It (4.29.b7) is available for testing. I plan to publish it as a stable one in 1-2 weeks.

    Show me a screenshot of the top part of the ‘Posts’ page with ‘filter’ controls. I suppose it differs for the WordPress default one.

    in reply to: editors unable to edit media metadata #2869
    Vladimir
    Keymaster

    Will editor can edit those fields if you deactivate User Role Editor?

    in reply to: "Activate Administrator Menu Access module" bug #2865
    Vladimir
    Keymaster

    Hi Urs,

    The editor gets forwarded to the dashboard if accessing the second menu in the drop-down list.

    This issue has the same reason as the problem you described at 08.10.2016. It was described here.

    I registered ‘action’ and ‘menu’ parameters for the nav-menus.php at development version 4.29. Beta 5 will be available for testing this week. I will just finish some tests with it myself.

    Yes, unfortunately I reintroduced this bug after refactoring “Admin menu access” add-on code this year. It’s necessary to apparently register URL arguments for WordPress commands which used/blocked with “not selected” model – I missed some such arguments. So thanks again for your help.

    in reply to: "Activate Administrator Menu Access module" bug #2862
    Vladimir
    Keymaster

    Hi Urs,

    Thanks for this information. I will include a fix to the next update.

    in reply to: No licence key field in Settings/User Role Editor #2858
    Vladimir
    Keymaster

    Hi,

    I suppose that it’s a screenshot made from the free version of User Role Editor. Login to the role-editor.com and download a copy of Pro version from this link.

    Pro version includes its own copy of a free version (or the core of a User Role Editor). So you should deactivate free version and can remove it before installing of a Pro version.

    The only thing that you should remember is that both versions (free and Pro) use the same place to store their settings data.
    So if you delete free version via WordPress Plugins Delete link, plugin will delete automatically its settings data.
    You will have to configure User Role Editor Pro Settings again after that.
    Right decision in this case is to delete free version folder (user-role-editor) via FTP, not via WordPress.

    in reply to: Default WordPress Filters #2856
    Vladimir
    Keymaster

    Hi Kevin,

    What version of URE Pro do you use?
    Parameter author is supported already for URLS like:
    edit.php?post_type=post&author=2004
    e.g., when we click on the ‘Mine’ tab.

    Built-in WordPress filter by category uses ‘cat’ parameter, e.g.
    edit.php?s&post_status=all&post_type=post&action=-1&m=0&cat=5&filter_action=Filter&paged=1&action2=-1
    It works too.

    Do you use some plugin for posts filtering? Let me know what plugin (download link is appreciated). I will add its parameters to the allowed parameters list.

Viewing 15 posts - 1,771 through 1,785 (of 2,491 total)