Plugin Support
Swathi S
(@swathiswpfront)
Hello @tanguy29,
Can you please follow the steps below?
1. Insert define('WPFRONT_NOTIFICATION_BAR_EDIT_CAPABILITY', 'your_custom_capability'); into your wp-config.php.
You can use your own capability in the place of ‘your_custom_capability’.
2. Use the “WPFront User Role Editor” plugin to set your custom capability to roles. Please visit https://wpfront.com/user-role-editor-pro/add-remove-capability/
For more information please go through below link:
https://ww.wp.xz.cn/support/topic/allow-editor-level-user-to-edit-content-settings/
I hope this helps! Let us know if you have any further questions
Thanks!
Hi,
thanks for your answer. I thought a bit of code and the User Role Editor plugin should be able to achieve that… Am I wrong ? Do I really have to buy another module ?
Thanks
Plugin Support
Swathi S
(@swathiswpfront)
Hello @tanguy29,
There is no need to purchase another module. You only need to follow the two steps mentioned above.
I hope this helps!
Thanks!
I just replace ‘your_custom_capability’ by a capability the editors already have, that works with no need of extra module.
Thanks for your help !