Notifications
Clear all

wpForo 1.x.x [Solved] Issue:using Ultimate Member, Redirect to my profile isn't working

5 Posts
2 Users
1 Likes
4,777 Views
Posts: 47
Topic starter
(@dlinstedt)
Trusted Member
Joined: 5 years ago

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?

4 Replies
Sofy
Posts: 4237
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @dlinstedt,

Thank you for letting us know.

I'm going to ask this question to wpForo developers. I'll update this topic asap. 

Sofy
Posts: 4237
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

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).

2 Replies
(@dlinstedt)
Joined: 5 years ago

Trusted Member
Posts: 47

This worked, thank you SO MUCH!! 

Can you add this to the next update patch build so I don't "lose" the change in the future?

Thanks.

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4237

@dlinstedt,

This will be included in the next version release. Please don't worry.