Skip to:
Content

bbPress.org

Opened 4 weeks ago

Last modified 4 weeks ago

#3617 new defect (bug)

bbPress Integration

Reported by: davidbaumwaid's profile davidbaumwaid Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Extend - BuddyPress Keywords: reporter-feedback has-patch
Cc:

Description

If you install bbPress, so on the BuddyPress profile page, will appear automatically "Forums" tab. The tab has sub tab called "Favorites". Since the BP 12, if you click it, it will redirect to a 404 not found page because the slug automatically changed to "bp-member-activity-favorites" instead of "favorites"

Change History (3)

#2 @SirLouen
4 weeks ago

  • Component changed from General to Extend - BuddyPress
  • Keywords reporter-feedback added

Reproduction Report

❌ This report can't validate that the issue can be reproduced.

Environment

  • OS: Windows 11
  • Web Stack: WP-Env 10.8
  • WordPress: 6.8-alpha-59336
  • Browser: Chrome 130.0.6723.92
  • Theme: Twenty Ten
  • Active Plugins:
    • bbPress 2.7.0-alpha-2
    • BuddyPress 14.2.1
    • Query Monitor 3.16.4

Steps to Reproduce

  1. Create a forum and a post
  2. Make favorite such post
  3. Go into my user profile and navigate to Forums >> Favorites

Actual Results

  • ❌ Error condition don't occur (reproduced).

Conclusions

It's required that the reporter also provides the bbPress version that it's being used to trigger this issue

Additional Notes

There is a deprecation notice
Deprecated: Function bp_core_get_user_domain is deprecated since version 12.0.0! Use bp_members_get_user_url() instead. in /var/www/html/wp-includes/functions.php on line 6114

This is happening in get_profile_url inside src/includes/extend/buddypress/members.php

But this is not interfering with the real feature that user is reporting.

Supplemental Artifacts

Before the Deprecation notice screenshot

After the Deprecation notice patch screenshot

This ticket was mentioned in PR #29 on bbpress/bbPress by @SirLouen.


4 weeks ago
#3

  • Keywords has-patch added
Note: See TracTickets for help on using tickets.