pragmastef
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast Duplicate Post] Issue with custom user RoleHi @lopo
The custom role was added by a custom plugin.
I have installed User Role Editor.
Using the plugin, I was able to force the edit and publish_posts to the Applicant role.
This made it visible in Duplicate Options admin.
And the link is now visible in the front end.It’s a workaround which will work for the moment.
Thanks for looking into itForum: Plugins
In reply to: [Yoast Duplicate Post] Issue with custom user RoleHi @lopo
The custom role was created using code.
The custom role is displaying correctly on the User profile selector.
It is also displaying correctly if outputting get_roles().Something must not be right in your function generate_roles_permission_list() in src/admin/class-options-form-generator.php
Forum: Plugins
In reply to: [Yoast Duplicate Post] Issue with custom user RoleHi @lopo ,
Yes the Applicant role has Publishing and Editing capability
The Applicant can Edit post from the front end.
It is just the Duplicate link generated by duplicate_post_clone_post_link() that is not displayed.
The link shows for administrators.The Role doesn’t show in the list generated in the admin setting
Roles allowed to copy
Administrator
Editor
Author
Contributor
SEO Manager
SEO EditorForum: Plugins
In reply to: [Yoast Duplicate Post] Issue with custom user RoleHi,
All plugins and versions are up to date.
The plugin works, the restriction by user role is working for Administrators or other User roles checked in the admin settings.
The custom user role is not displayed in the Roles allowed to copy.Running get_roles() in the theme, does display the custom user role. It is not available to be checked in the admin panel.
Troubleshooting mode does not resolve the issue.
- This reply was modified 5 years, 4 months ago by pragmastef.
Forum: Plugins
In reply to: [Yoast Duplicate Post] Issue with custom user RoleNote that the custom user role is correctly registered and displays on the User profile selector.
The custom role also display when outputting get_roles().Forum: Plugins
In reply to: [List category posts] Pagination Number LimitNice one thx, will test and report.