Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 13 years ago

#2549 closed defect (bug) (fixed)

Some links in bp-default break when site URL != blog URL

Reported by: boonebgorges Owned by: r-a-y
Priority: normal Milestone: 1.8
Component: Core Version:
Severity: normal Keywords: needs-patch
Cc:

Description

A bunch of links throughout bp-default are created using site_url(). That works most of the time, unless someone does this: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory. Using blog_url() should fix that particular issue, but I'll have to fish through to see if it'll cause other problems.

Change History (6)

#1 @boonebgorges
16 years ago

  • Milestone 1.31.4

#2 @DJPaul
15 years ago

  • Severitymajor

We got a lot of these in 1.5, but should audit for 1.6

#3 @johnjamesjacoby
15 years ago

Agreed. Our site vs home vs blog URL functions all need a look.

#4 @boonebgorges
15 years ago

  • Milestone 1.6Future Release
  • Severity majorminor

We'll move this back if someone can provide a patch.

#5 @r-a-y
13 years ago

  • Keywords needs-patch added
  • Milestone Future Release1.8
  • Owner set to r-a-y
  • Priority minornormal
  • Severity minornormal
  • Status newassigned

Did a quick search for site_url() and this issue is still valid I'm afraid.

Assigning to me and putting this in the 1.8 milestone.

#6 @r-a-y
13 years ago

  • Resolutionfixed
  • Status assignedclosed

In 6975:

Audit home_url() vs. site_url() usage. Fixes #2549.

Also replace instances of site_url() concatenation with native BP functions.

Note: See TracTickets for help on using tickets.