Opened 15 years ago
Closed 15 years ago
#916 closed defect (bug) (fixed)
defining custom slug for blog changes bp_activity_sitewide table 'component name' field
Reported by: | windhamdavid | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.1 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
defining custom slug for blog
define ( 'BP_BLOGS_SLUG', 'something-other-than-blog' );
in wp-config.php
changes bp_activity_sitewide table 'component name' field
which leaves the content and primary_link fields empty for new entries to the db.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Andy has a fix for this in the works. Involves splitting the component internal name away from the slug. Internal name stays the same regardless of the slug, and the slug is the user definable location.
Assigning to myself as I may make the patch this week if Andy doesn't before me.