Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#3231 closed enhancement (wontfix)

multi-network support for bbPress

Reported by: wpmuguru's profile wpmuguru Owned by:
Milestone: 1.5 Priority: normal
Severity: normal Version:
Component: Forums Keywords:
Cc:

Description

bb-config.php needs to be adjusted to work with the changes in #2952 & #3228. Attached is a patch for bp-forums/bp-forums-admin.php to make those adjustments to bb-config.php

Also, I fixed

get_blog_option( BP_ROOT_BLOG, 'name' )

which should be

get_blog_option( BP_ROOT_BLOG, 'blogname' )

Attachments (1)

3231.diff (1.6 KB) - added by wpmuguru 14 years ago.

Download all attachments as: .zip

Change History (6)

@wpmuguru
14 years ago

#1 @wpmuguru
14 years ago

  • Summary changed from mlti-network support for bbPress to multi-network support for bbPress

#2 @wpmuguru
14 years ago

On second thought, let's not do this. When the bbPress plugin is rolled in the bb-config won't be used and this can be handled either in bbPress or in the BP bridge for bbPress.

I can update my tutorial with instructions on what needs to be changed in bb-config to have the forums work.

I'll leave it as new for a second opinion.

#3 @DJPaul
14 years ago

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

I agree that this is probably better handled in bbPress somewhere, or in one of the bridge pieces of code. Good spot with name vs blogname, I'll put that in -- thanks

#4 @djpaul
14 years ago

(In [4421]) Use correct option name to get the site name when generating bb-config.php. Props wpmuguru, see #3231

#5 @johnjamesjacoby
13 years ago

  • Component changed from Core to Forums
  • Keywords has-patch removed
  • Milestone changed from Awaiting Review to 1.5
  • Severity set to normal

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.