Opened 15 years ago
Closed 15 years ago
#788 closed defect (bug) (fixed)
Css class changes when defining custom slugs
Reported by: | 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.
Milestone Extended Profiles 1.1 deleted