Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#788 closed defect (bug) (fixed)

Css class changes when defining custom slugs

Reported by: morgansson's profile morgansson Owned by:
Milestone: 1.1 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

If you define your custom URL SLUGS in your wp-config.php, like
define ( 'BP_ACTIVITY_SLUG', 'streams' );
define ( 'BP_BLOGS_SLUG', 'journals' );
define ( 'BP_MEMBERS_SLUG', 'users' );
define ( 'BP_FRIENDS_SLUG', 'peeps' );
define ( 'BP_GROUPS_SLUG', 'gatherings' );
define ( 'BP_MESSAGES_SLUG', 'notes' );
define ( 'BP_WIRE_SLUG', 'pinboard' );
define ( 'BP_XPROFILE_SLUG', 'info' );
Those slugs seems to be used at user navigation items id creation in bp-core-templatetags.php (bp_get_nav()).
So, this id change makes the nav icons go away, they are not matching to bpmember theme css.

Change History (4)

#1 @morgansson
15 years ago

  • Milestone set to Extended Profiles 1.1

#2 @(none)
15 years ago

  • Milestone Extended Profiles 1.1 deleted

Milestone Extended Profiles 1.1 deleted

#3 @apeatling
15 years ago

  • Milestone set to 1.1

This is part of a bigger problem that needs to be addressed.

#4 @apeatling
15 years ago

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

Fixed in trunk.

Note: See TracTickets for help on using tickets.