Ticket #916 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

defining custom slug for blog changes bp_activity_sitewide table 'component name' field

Reported by: windhamdavid Owned by: johnjamesjacoby
Priority: major Milestone: 1.1
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

Changed 7 months ago by DJPaul

  • milestone set to 1.0.4

Changed 7 months ago by johnjamesjacoby

  • owner set to johnjamesjacoby
  • status changed from new to assigned

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.

Changed 7 months ago by apeatling

  • milestone changed from 1.0.4 to 1.1

Milestone 1.0.4 deleted

Changed 7 months ago by apeatling

  • status changed from assigned to closed
  • resolution set to fixed

This has been fixed by the update mentioned by jjj.

Note: See TracTickets for help on using tickets.