Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#3561 closed defect (bug) (fixed)

Wrong page Title If Activity Stream is home page

Reported by: j.conti Owned by:
Priority: normal Milestone: 1.5
Component: Core Version: 1.5
Severity: normal 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
15 years ago

  • Milestone Awaiting Review1.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
15 years ago

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

#3 @DJPaul
15 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
15 years ago

Assuming you mean is_front_page()
is_home() (OR not AND)?
Version 0, edited 15 years ago by boonebgorges (next)

#5 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(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.