Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3093 closed defect (bug) (fixed)

fix bbpress installation link for wordpress multisite 3.1

Reported by: sbrajesh Owned by:
Priority: normal Milestone: 1.5
Component: Forums Version:
Severity: normal Keywords: has-patch
Cc: sbrajesh

Description

Using current trunk #4077 with wordpress multisite 3.1, when you try to setup new bbpress forum using the Forums setup, the install new link/reinstall links are broken.
this is because site_url is used instead of network_admin_url.
Here is a patch attached. It should work in wordpress single user too, as the network_admin_url faklls back to admin_url for non multisite install.

Attachments (1)

fix-bbpress-install-links.patch (1.3 KB ) - added by sbrajesh 15 years ago.

Download all attachments as: .zip

Change History (3)

#1 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [4078]) Swaps site_url() calls on forum setup Dashboard page to network_admin_url(). Fixes #3093. Props sbrajesh

#2 @johnjamesjacoby
15 years ago

  • Milestone Awaiting Review1.5
  • Severitynormal
  • Version 1.5

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.