I've a question regarding the login/register button in the header. When I (Admin) click it, I get a button that can redirect me to the admin dashboard /wp-admin. My contributors (author role) don't get that button and are confused as to how to get to the dashboard. Is it possible to enable the Blog Admin button for other roles, too, and if so, how would I go about it?
Are there any updates regarding the bbPress/WP4.0 bug yet? ^_^
the "blog admin" button is available only to profiles that can list users, I think contributors can't. In order to edit that you would need to customize the code located in inc/login-with-ajax/widget/default/widget_in.php, line 50
if( current_user_can('list_users') ) {
changing list_user to another filter among the ones listed here should do the trick.
Hope this helps
(Working on bbPress/WP 4.0 for the next update, it won't take long I promise!)
Hi again!
I've a question regarding the login/register button in the header. When I (Admin) click it, I get a button that can redirect me to the admin dashboard /wp-admin. My contributors (author role) don't get that button and are confused as to how to get to the dashboard. Is it possible to enable the Blog Admin button for other roles, too, and if so, how would I go about it?
Are there any updates regarding the bbPress/WP4.0 bug yet? ^_^
Thanks so much!
Hi there,
the "blog admin" button is available only to profiles that can list users, I think contributors can't. In order to edit that you would need to customize the code located in inc/login-with-ajax/widget/default/widget_in.php, line 50
changing list_user to another filter among the ones listed here should do the trick.
Hope this helps
(Working on bbPress/WP 4.0 for the next update, it won't take long I promise!)
Regards
djwd
Regards
djwd
Hi there!
That did the trick, awesome - thanks so much!
I'll keep an eye out for the update, good luck with that!
Thanks again :)