Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#1832 closed defect (bug) (no action required)

User Name contains dot character(.) cannot navigate

Reported by: aronezhang Owned by:
Priority: major Milestone:
Component: Version:
Severity: Keywords:
Cc:

Description

If the registered user name is contained the dot character, the member url is ommited the dot character caused the navigation failed,for example, I've registered the user eleven.xu, then the user posted the blog, then the url for eleven.xu
http://oracleseeker.com/members/elevenxu/.

so it cannot navigate to the member home.

Change History (1)

#1 @apeatling
17 years ago

  • Resolutioninvalid
  • Status newclosed

Add this to your wp-config.php

define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );

Note: See TracTickets for help on using tickets.