When trying to add a new user to Woo Commerce, or view user details from the User dashboard in Wordpress, things get severely screwed up. EDIT takes me to Wp-Foro instead of the normal user editing screen. and when i add a new user to my site, WP-Foro overwrites the admin. this plugin is absolutely screwed up. PLEASE add an option to disable ALL wp-foro member/user overrides, roles, URLS, your plugin breaks my site and renders it useless. I have to put your forums on a separate WP install just to prevent it from breaking anything. It overwrote my login so now i have to go reset my admin password via PHPMyAdmin.
-1/5 Stars.
Excuse me but why do we have to read w*f and "minus" Stars in a so negative post ?
Hi smalldot,
wpForo is not designed to replace User and Customer edit URLs to forum profile URLs by default. It doesn't replace on all our test sites and even with WooCommerce. I think this is a site specific hook priority or a plugin conflict issue. We've made some change in core of next release to prevent such cases. But for current version you can do a small change in /wpforo/wpf-includes/wpf-hooks.php file.
Find this line:
add_filter( 'edit_profile_url', 'wpforo_change_default_edit_user_page', 10, 3 );
Replace to this:
//add_filter( 'edit_profile_url', 'wpforo_change_default_edit_user_page', 10, 3 );
P.S. Please never use this phrase in wpForo community. Next time you'll be banned for this kind of discourtesy.