Hi,
My website is private and only the members authorised can see the admin bar (example: editor, contributor, etc...), I autorize manualy on each account with settting of wordpress.
But now wordpress is on conflict with WpForo because you have this setting "Show Admin Bar for Members" and all members can see this bar or anyone !
My special settings doesn't work anymore for the menbers is authorized or not ...
Is that possible to do something to fixe that ?
Best regards
We'll improve this option. At the moment you can do this small change to disable wpForo affection:
Open /wp-content/plugins/wpforo/wpf-includes/wpf-hooks.php file.
Find this line:
add_action('init', 'wpforo_user_admin_bar');
Change to this:
//add_action('init', 'wpforo_user_admin_bar');
It do the job, thank you !