Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
License key is for the full WP installation, not for the individual subsite. So even if you activated URE Pro not network wide, but for some subsite only, look at the URE’s Settings at the “Network admin -> Settings -> User Role Editor”.
Be aware that in case you will decide to network activate URE you need to deactivate it at subsites (where it was active) 1st.
VladimirKeymasterThis code is still actual to remove ‘Quick Edit’ link under a post line at the posts list. I re-tested it with theme 2017 functions.php, I just used the ‘editor’ role instead yours:
if (current_user_can('editor')) { add_filter('post_row_actions','remove_quick_edit',10,1); } function remove_quick_edit( $actions ) { unset($actions['inline hide-if-no-js']); return $actions; }
Check if you inserted code to the active theme’s functions.php, if your test user really has ‘page-editor’ role.
I’m ready to look at your site on-line if you send URL and admin login credentials to support [at-sign] role-editor.com
VladimirKeymasterUPS! Sorry, I have tested with ‘administrator’ incorrectly, I forgot that this add-on does not work for the users with ‘administrator’ role. It works as expected for other roles – ‘Log In’ is unavailable for logged-in users at my test site.
Try to deactivate all plugins except these 2. Will it change something? What if you try 2017 theme?
VladimirKeymasterI repeated this issue. Thanks.
I will search a reason and contact you with solution, possibly tomorrow.VladimirKeymasterExcellent! Thanks for letting me know.
VladimirKeymasterI tested a free version of Sign-up Sheets and did not repeat any reported issues.
I will contact SS plugin developer about getting a copy of his Pro version.Btw, I suppose that if SS Pro uses custom post type then if you turned ON “Activate “Create” capability for posts/pages/custom post types” option at “Settings->User Role Editor->Additional modules” tab, then role should have ‘create_xxxs’ capability, where ‘xxxs’ is a custom post type, like ‘create_signup_sheets’. “Add New”, “Add Sheet” buttons will be unavailable in other case.
VladimirKeymasterTry version 4.31.1 with a fix for this serious bug.
VladimirKeymasterHi,
I got a similar report from other client. Just to check if you meet the same problem –
Is “Activate per form user access management for Gravity Forms” option at URE’s Additional Modules Settings tab turn ON at your installation?VladimirKeymasterHi!
Do you set any additional restrictions for this custom role or user? Show me a screenshot of the role and any additional restrictions set for this role or user. I will try to repeat the issue.
VladimirKeymasterDo you use any other admin menu management plugins, like “Adminimize”, “Admin menu editor”? Check if there are no restrictions for “Appearance” menu there.
I do not recommend to use different roles editing plugins together (I see WPFront menu at the screenshot), they may conflict with each other because of they work on the same field.
I may look on the issue on-line if you send me admin credentials (support [at-sign] role-editor.com)
VladimirKeymasterGive me more details, what does not work correctly in “Sign-Up Sheets Pro” when you have active URE Pro.
Send me (support [at-sign] role-editor.com) a copy of “Sign-Up Sheets Pro” for testing with URE Pro together. I will use it at my local development environment and for the testing purposes only.
VladimirKeymasterHi Matt,
By default post created at WordPress multisite subsite A are available at the subsite A posts list only.
I may just suppose that you use some plugin or theme that allows to admin of the main site to see the posts from all subsites at one place, do you? It’s difficult to imagine something about logic of the unknown product.VladimirKeymasterAnswers on your questions are available here:
Restrict access by role to Quick Edit functionality on post listing screens?
VladimirKeymasterHi Matt,
I suppose from your message, that you use WordPress multisite, and “mother instance” is a main blog, but “child instances” are subsites.
You should network activate User Role Editor.
Then after configuring ‘test’ role and ‘test’ user at the main blog, you may go to the “Network Admin->Users->User Role Editor” and click “Update Network” to replicate ‘test’ role to all subsites of this WordPress multisite installation.
Go to “Network Admin->Users”, select ‘test’ user and click ‘Capabilities’ link under his row. Then click “Update Network” button. This will add ‘test’ user with his current permissions (e.g. ‘test’ role assigned) to all subsites.
-
AuthorPosts