Notifications
Clear all

[Closed] Ultimate Member Profile Forum Tab Integration not working

4 Posts
2 Users
0 Likes
938 Views
Posts: 2
Topic starter
(@vicky-8-60)
New Member
Joined: 5 years ago

Hello,

The Ultimate Member Profile Forum Tab Integration is not working for me. When switched to 'yes', no tab appears on the UM profile. The 'Replace Forum Profile with Ultimate Member Profile' works fine for me, so I'm not sure why the forum tab is not.

Thanks in advance for assistance!

3 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @vicky-8-60,

Thank you for letting us know.

We're going to check the issue. I'll update the topic asap. 

2 Replies
(@vicky-8-60)
Joined: 5 years ago

New Member
Posts: 2

Hi @sofy,

Thanks for the prompt response. Since its been a bit of time, I just wanted to check in right quick... just to insure you having forgotten about me.  

I'm certainly not rushing you or the support team, obviously. I know there are many issues to deal with/tackle, but I would appreciate knowing if this is still on your to-do list/if you have any updates on what could be causing this or how it can be fixed.

Again, thank you for your hard work.

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

Support Team
Posts: 4233

@vicky-8-60

Sorry for the late response. 

yes, we've found the reason for the issue. It'll be fixed on the net version release. If you need to fix it asap please follow the steps:

1. Open the /wp-content/plugins/wpforo/wpf-includes/integration/ultimate-member.php file

2. find function init() 

3.  after the following line in the function above:

  add_filter('um_profile_tabs', array($this, 'um_tabs'), 999 );

add the following line: 

 add_filter('um_user_profile_tabs', array($this, 'um_tabs'), 998 );

As shown in the screenshot below, so completely it should look as shown in the image I've attached.