I am looking for a Wordpress plugin that can create per-page user editing permissions. What I mean by this is that I am looking for a plugin that can say that only specific users or specific roles can edit specific pages.
Can anyone recommend a (preferably free) plugin that can do this?
I figured out a solution: install and combine the Members (https://wordpress.org/plugins/members/) and Co-Authors Plus (https://wordpress.org/plugins/co-authors-plus/) plugins. On each page, add the user you want to have editing access as an author. From there, change the role settings as necessary.
Related
I have a WordPress site built with blocks and full-site editing. In order to preserve the style of the site, I need to remove the ability for someone in the admin area to utilize the full-site editor (located in "Appearance>>Editor").
I tried adding define('DISABLE_FSE', true); in the wp-config.php file, but that didn't disable the editor.
I'm looking to do this without a plugin as well as being able to maintain the current block-built site; the site should not break when I disable the editing feature.
The capability edit_theme_options currently governs FSE.
Remember, multiple users may have that capability and removing the capability will affect all users with that role, so you may need to create a custom role without that capability for the specific user that you don't want to access FSE.
I have a Wordpress site that the client wants to set a couple of users up on, purely for creating, editing and deleting blogs. They want to assign these users the 'author' role and when they log into the admin area, they only want them to see the post type 'posts'. They do not want them to have access to media or any other custom post types. Does anyone have any ideas on this please?
User Role Editor plugin (https://wordpress.org/plugins/user-role-editor/) has always served me well in cases like that.
As the description says: User Role Editor WordPress plugin makes user roles and capabilities changing easy. Edit/add/delete WordPress user roles and capabilities.
Sounds like the Groups plugin is what you're looking for here. I don't think that functionality is possible within stock Wordpress.
This allows you to further segregate users and permissions, restricting to posts, etc.
I want to restrict user to access only specific plugin(or one plugin only).
I have tried plugins but not working as per requirement. I have checked this question Wordpress - Restrict access to plugin only but not working because want to provide all access of specific plugin
How can i do it using code?
there is in fact a plugin for giving user roles access to different parts of the admin, a plugin I use is https://wordpress.org/plugins/adminimize/
You can hide/show pretty much the whole thing.
Hope this helps!
I am going to make a website which there is 3 type of users.
Admin
- can CRUD posts
Teacher
- can CRUD own posts in their's own pages.
Student
- can Read posts, comment, ...
I know how to do this in PHP, but I need to implement this website with Wordpress OR Joomla.
Can Wordpress/Joomla provide my needs or I have to install extra plugins.
If I need plugins, would you please tell me plugin's names.
You could do that with Joomla default features.
Super Administrator would have full access to administrator panel and all articles.
Then you have to create Authors that could have access to their own articles (this is the full list of privileges in Joomla).
As for students you have to find a comments extension.
Good Luck!
hey guys,
i am using dotnetnuke blog module, on my site, the issue i am facing is i have multiple blogger user (the one who can maintain the blogs, they should be able to edit entries and comments.) by default, dotnetnuke gives this role to host, but Blog_Blogs table has a userid field if we change that field, the edit role can be given to multiple user, but my question is i want to give multiple user blog edit role... so how is it possible in dotnetnuke blog module, i am using dotnetnuke 05.06.01 (238)ver.
Please help me how should i go about that...
It sounds like you might be looking for the standard DNN module permissions. If you go into the Module's settings, you can specify what roles or users have edit permissions.