Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterHi,
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?Vladimir
KeymasterHi!
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.
Vladimir
KeymasterDo 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)
Vladimir
KeymasterGive 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.
Vladimir
KeymasterHi 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.Vladimir
KeymasterAnswers on your questions are available here:
Restrict access by role to Quick Edit functionality on post listing screens?
Vladimir
KeymasterHi 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.
Vladimir
KeymasterRight. User should have the basic permissions. ‘edit restrictions’ just narrow them according to your input.
Vladimir
KeymasterIs this user the author of the page id 1265? ‘edit_others_pages’ capability is required in other case.
Vladimir
KeymasterWhat did you really do?
You should use the sample code from this link and insert it into the active theme’s functions.php file. Did you?Vladimir
KeymasterExcellent!
The most probable problem with a separate file media.php was that it should be started from<?phpcharacters at the separate 1st line.
Vladimir
KeymasterIt’s for your choice:
1) active theme’s functions.php file
or
2) separate .php file at the wp-content/mu-plugins/ folder as a must use plugin.Vladimir
KeymasterThanks for the clarification.
Edit restriction is applied by default for all post types. As you allowed to edit just 1 page, user can not edit posts. But it’s possible to exclude selected post type from the global restriction. Use this filter ure_restrict_edit_post_type.
Vladimir
KeymasterHi Marc,
It’s possible to change this default behaviour via filter ure_attachments_show_full_list.
-
AuthorPosts