Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3561 closed defect (bug) (fixed)

Wrong page Title If Activity Stream is home page

Reported by: jconti's profile j.conti Owned by:
Milestone: 1.5 Priority: normal
Severity: normal Version: 1.5
Component: Core Keywords: needs-patch
Cc:

Description

Hi,

I think there is a bug or work form issue on BuddyPress 1.5 beta3

When the Activity Stream is home page, the Site title

<title>...</title>

is "Directory | Site's name". The word "directory" should not be there if it is home page.

May you confirm it please?

Thank you

Change History (5)

#1 @boonebgorges
13 years ago

  • Milestone changed from Awaiting Review to 1.5

On my installation, it's "Activity Streams Directory | Site Title".

That said, I think it's reasonable to expect that the site title on your front page would be "Site Title", regardless of the content of that page. Feedback from others?

#2 @schwarzaufweiss
13 years ago

Yes, the site title on the front page should be "Site Title".

#3 @DJPaul
13 years ago

  • Keywords needs-patch added

Bail out of bp_modify_page_title() without doing any processing if is_front_page() && is_home()

#4 @boonebgorges
13 years ago

Assuming you mean is_front_page() || is_home() (OR not AND)?

Last edited 13 years ago by boonebgorges (previous) (diff)

#5 @boonebgorges
13 years ago

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

(In [5127]) Don't modify WP's generated page title when a BP directory is set to the front page. Fixes #3561. Props DJPaul

Note: See TracTickets for help on using tickets.