I have installed wpForo, I have installed Ultimate Member. I've updated both to the latest.
I have set all the settings in wpForo to allow Ultimate Member profiles and accounts to be used. However, when I hover over my link (only when I'm logged in), I get re-directed to wpForo Profile.
When I hover and click over anyone elses profile (when I'm logged in), it goes to the RIGHT ultimate Member profile.
I'm stumped, can anyone help me figure out why this is happening?
Hi @dlinstedt,
Thank you for letting us know.
I'm going to ask this question to wpForo developers. I'll update this topic asap.Â
Hi @dlinstedt,
Please follow the steps to get it resolved:
In the ultimate-member.php file located in wp-content/plugins/wpforo/wpf-includes/integration/ folder, find the following line (line 20)
add_action('init', array( $this, 'init' ), 100 );
replace with the following one:
add_action('init', array( $this, 'init' ));
Delete all caches and check again (press CTRL+F5 on frontend).