Forum Replies Created
-
AuthorPosts
-
Syam MohanKeymaster
Hi Anton,
Capabilities are divided by WordPress built-in capabilities and CPT capabilities. Every other capability is added into the “Other Capabilities” group. Right now there is no way to create your own groups. I’ll add this as a feature item.
Thanks
Syam
April 30, 2016 at 7:18 pm in reply to: Remove or hide Secondary Roles from the edit user page #30028Syam MohanKeymasterHi Randolph,
I’ll try to add a filter in next version version, which you will be able to hook into and hide the section.
Thanks
Syam
Syam MohanKeymasterHi Douglas,
The ETA is next week.
Thanks
Syam
Syam MohanKeymasterHi Douglas,
There seems to a bug associated with those menu options. It started happening after the new theme customization layout. I’ll have a fix for it within the next version.
Thanks for reporting it.
Syam
April 27, 2016 at 5:28 pm in reply to: Show user role in confirmation email (or use webhooks) #29751Syam MohanKeymasterHi Guy,
Use the following actions to capture the assignment information.
set_user_role – For primary role.
add_user_role – For secondary roles.Take a look into the WordPress documentation to know the parameters and how to use them.
Let me know if you have any questions.
Thanks
Syam
Syam MohanKeymasterHi Douglas,
No one had reported any bugs related to that. I’ll test it locally and let you know.
Thanks
Syam
April 26, 2016 at 2:23 pm in reply to: Show user role in confirmation email (or use webhooks) #29620Syam MohanKeymasterHi Guy,
I’m not sure whether any hooks available, I’ll check and let you know.
Thanks
Syam
Syam MohanKeymasterHi Frappier,
This is not possible at this moment. Even adding a hook could give issues, if there are a lots of posts needs to be updated because of timeout.
I’m in the process of re-writing extended permissions, so that all these advanced functionalities can be achieved.
Next version has a few functionalities added to the bulk edit screen, which will allow you to update individual roles. But this still needs to be done manually after adding a role.
Thanks
Syam
Syam MohanKeymasterHi John,
Yes, this plugin does uses the translation functions. You will be able to find the language files in the ‘languages’ directory.
Thanks
Syam
Syam MohanKeymasterHi Guisy,
How are the users login to your site? Are you using a plugin to create the login form?
Thanks
Syam
Syam MohanKeymasterHi Guisy,
Does the redirect work if the user login through wp-login.php?
Thanks
Syam
Syam MohanKeymasterHello,
What is the version of WordPress you are using?
Thanks
Syam
Syam MohanKeymasterHi Rav,
If its still not working, then it must be coming from a different place. Can you try with all plugins disabled?
Thanks
Syam
Syam MohanKeymasterHi James,
To disable those metaboxes for users, you just need to remove the corresponding capability from the role.
For example, to disable it for Pages, you just need to remove ‘edit_pages_role_permissions’ capability.
Thanks
Syam
Syam MohanKeymasterHi James,
Those filters do not execute while retrieving the pages list for the Parent attribute. That’s why you see all the pages. And there is no filter which allows you to directly hook into the query. There are a few other filters provided. But hooking into those could potently increase the page load times, if you have a considerable amount of Pages.
Right now I do not see a better way to filter that list. I’ll put this into my to do list, since it require some research.
Thanks
Syam
-
AuthorPosts