remove other role column from wordpress user management page - wordpress

I am using User Role Editor plugin to manage different user roles on my website, now on users list in admin section there are 2 columns Role and Other Role. The Role column is ok i want to remove that Other Role column, and also With user Role I want to append a link to send admin to change user role page.
Any help?

Finally jquery help me to solve this issue, using jquery .ready i have hide the column that i need to hide and also append a link with user role.
thanks jquery

Related

Disable Order item link

Limit User Access
I'm trying to limit user access to not let him edit product data, such as weight, price, measurements...
I installed the Ultimate Dashboard Plugin and even managed to remove this direct access, letting him see only the orders page, because that's what I want him to have access to.
But when you open the order, he can still access the product through the order link.
Please is there any way I can disable this possibility?
You can achieve that by using the User Role Editor plugin. You can create a custom role there and uncheck the "Edit Product" capability.
Once you created the new custom role, you should go to the "All Users" page from the left admin sidebar, then find the user that you want to prevent editing the products and change its role to the new role that you created with the plugin.
Here is the documentation and examples:
http://shinephp.com/user-role-editor-wordpress-plugin/

how to give access for users (editors actually only for one specific editor such as id is '3333') to leaky paywall's subscribers list - Wordpress

Currently I'm looking for a way to give access to the subscribers list which is belongs to the Leaky Paywall plugin.
The main goal is that when the editor (3333) will login then he should have access the subscribers list like the administrator has since here the administrator has the option to edit the subscriber's information on admin area. I need to give same access for that specific editor so that he can edit all the informations for any subscriber from the list.
There are 2 ways to do this.
1. Let Editor to manage users. Here is an article you try: let editor manage users
2. Create custom create custom user role, and add capabilities to this custom user role so that it can manage subscriber list. Basically, you can just combine https://codex.wordpress.org/Function_Reference/add_role and example from 1.
For example: let's say your new user role is user_manager. When editor (3333) will login assign him/here to user_manager so that he/she will have editor capabilities and also can manage subscriber lists.
I will really recommend to user option 2.

Wordpress: Custom profile form not working in Ultimate member plugin

When I create a custom form for a custom user role using ultimate member plugin, it doesn't work. Only the default profile form works. Please what can be the problem. I need to create different profile forms for different types of users
The cause of this issue is that the original User page only contains the shortcode for the default profile form.
After you create all of your custom profile forms, and assign the relevant roles to each (Form Settings -> Disable Global Settings -> Select Role), you need to add the short codes of all your forms to the User page, just one after another.
UltimateMember will decide which of the forms to display depending on the user's role.
So on the view user page, add the shortcode for the custom form, in addition to the existing default profile form.
It's a bit weird to have multiple shortcodes but it will only show the one for that role.
Also make sure to assign a the Custom Role to the Custom Form, as stated by Michael Rodriguez

Assign post to custom user role

I created custom user role for my project, and want to admin assign post for some user with custom user role, but in wp-admin when I go to create new post, I can't see users with custom role in drop down for author of post.
Anybody have idea how to append my users there?
please try this plugin , with the help of this plugin you can assign any types of capabilities to your user , you can also create custom role too.
https://wordpress.org/plugins/user-role-editor/screenshots/

wordpress user management, how to assign specific page to each user?

I want to create pages in WordPress, which should show to a specific user only not for specific role.
if a page is created for a specific user like "john". it should be viewed by only john, no other users could not see that page.
My Questions are:
How to create a page for a specific user? (from admin).
Note: while creating page we should assign that page to specific user like "john".
Is there any plugins for this?
Is there any way to do this.
-Srikanth.
I know that it is a bit late but still want to answer in case you need. Try to use http://wordpress.org/extend/plugins/user-specific-content/ plugin. You can customize your pages.
Just an idea:
Why not make a page template for that page? get current user id in the template then show the details depends on the user id? You can check is_user_logged_in() and pull all contents under the if statement and under the else statement you can redirect the user to the login page or just show the message to logged in.
Let me know if everything is clear. Thanks!
This can be done with ease using nav menu plugin and roles creator plugin.you can create roles with names of your clients and show menu items of user pages to specific roles/person

Resources