Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#2061 closed defect (bug) (fixed)

[patch] bp-default header.php non-root blog bugs

Reported by: junsuijin's profile junsuijin Owned by: junsuijin's profile junsuijin
Milestone: 1.5 Priority: major
Severity: Version:
Component: Core Keywords: has-patch, tested, needs-testing, 2nd-opinion
Cc:

Description

The header links to BuddyPress pages all 404, the title and h1 tags are misleading. I have included a simple patch, the details are up for discussion. This issue prevents bp-default from being used on anything but the root blog.

Attachments (1)

2061.patch (3.8 KB) - added by junsuijin 15 years ago.
uses get_bloginfo( 'name' ) and bp_root_domain()

Download all attachments as: .zip

Change History (6)

@junsuijin
15 years ago

uses get_bloginfo( 'name' ) and bp_root_domain()

#1 @junsuijin
15 years ago

  • Keywords needs-testing 2nd-opinion added

#2 @windhamdavid
15 years ago

makes sense to me ~ tested, clean patch.

#3 @apeatling
15 years ago

Does this still work with BP_ENABLE_MULTIBLOG ?

#4 @paulhastings0
14 years ago

  • Component set to Core
  • Summary changed from bp-default header.php non-root blog bugs to [patch] bp-default header.php non-root blog bugs

#5 @djpaul
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3503]) Correct links and site title when BP-Default is used on hosted sites in a multisite configuration. Fixes #1972, #2061, #2653.

Note: See TracTickets for help on using tickets.