Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
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.VladimirKeymasterHi,
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?
VladimirKeymasterHi,
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:
Try to exclude ‘attachment’ post type from edit restrictions using this filter.VladimirKeymasterHi,
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.VladimirKeymasterThanks 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).
VladimirKeymasterUser Role Editor does not offer such feature. Custom PHP coding is required.
VladimirKeymasterHi,
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.
VladimirKeymasterHi,
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.VladimirKeymasterHi 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).
VladimirKeymasterHi 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.
VladimirKeymasterWill editor can edit those fields if you deactivate User Role Editor?
VladimirKeymasterHi 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.
VladimirKeymasterHi Urs,
Thanks for this information. I will include a fix to the next update.
VladimirKeymasterHi,
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.VladimirKeymasterHi 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.
-
AuthorPosts