Forum Replies Created
-
In reply to: Issues after bbPress 2.6.6 plugin update
Hi there,
I’ve created a new fresh instance on my local machine using bbpress version 2.6.6 and it works fine. I tried to do debug the site that has bug with the recent version of bbpress by tracing the output of each functions that leads to showing the subscribed forums. I also check those functions on the site that is working properly and compared them with the site that has bug.
Then I got to this function that returns a different object.
Function name: bbp_user_engagements_interface
File name and path: /bbpress/includes/common/engagements.phpOn the site that bbpress has bug, it returns this class: BBP_User_Engagements_User Object ( [type] => user )
And on the site the bbpress is working properly, it returns this class: BBP_User_Engagements_Meta Object ( [type] => meta )
Do you know any reason why it uses a different class?
Here’s the screenshot of the function:
Thanks in advance!
In reply to: Issues after bbPress 2.6.6 plugin updateI removed the BuddyPress and it still not showing the subscribed forums.
In reply to: Issues after bbPress 2.6.6 plugin updateHere’s the screenshot when I’m troubleshooting using the plugin.
Btw, we are using BuddyPress v.7.2.1.
In reply to: Issues after bbPress 2.6.6 plugin updateI have used the plugin to troubleshoot the issue and I can confirm that there were no issues with the theme and the plugins we used. After doing the following it still didn’t fix the issue that the subscribed forum is not showing on the list.
1.) I switched to Twenty-twenty theme.
2.) I disabled all the plugins and just enable the “bbPress” and “BuddyPress”.In reply to: Issues after bbPress 2.6.6 plugin updateI’ve scanned this file content-single-topic.php inside our theme and we have an existing one for that. I have updated it and the subscribe and favorite a topic button shows again and they worked fine.
We have another issue, it’s when users subscribe to a forum, the forum is not listed on the “Subscribe Forums” page under members page. I’ve tried checking it if it has something to do with the templates but I didn’t find this file user-subscriptions.php on the theme.
Here are the sample screenshots:
A user was subscribed to a forum
The forum was not listed on user’s subscribed forum list
In reply to: Issues after bbPress 2.6.6 plugin updateI’ve re-checked it and they were enabled. I have also tried disabling and re-enabling them but didn’t change anything.
I’ve also run 4 upgrades under the “Upgrade Forums” as well as 1 repair under “Repair Forums” and we don’t have any on pending lists.
It’s kinda weird that when I edit this php file you mention “content-single-topic.php”, it didn’t show those changes on the forum pages.
In reply to: Issues after bbPress 2.6.6 plugin updateHi Robin,
Thanks for your response.
We are using v2.5.14 before and we’ve updated it to v2.6.6.
The template file is “loop-replies.php” which is inside the directory “/wp-content/plugins/bbpress/templates/default/bbpress”.
Here’s the screenshot for comparison reference.
We have the “v2.5.14” on left of the screenshot and we have the “v2.6.6” on the right. As you can see this functions “bbp_topic_subscription_link()” and “bbp_user_favorites_link()” were removed on the updated template.
Thanks!