Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Rename components


mlemberg
Participant

@mlemberg

Hmm… Just tried out defining slugs in wp-config.php but it didn’t change anything? Wrote the following at the bottom:

/** Set up Buddypress Slugs */

define ( ‘BP_GROUPS_SLUG’, ‘ideer’ );

define ( ‘BP_FORUMS_SLUG’, ‘debat’ );

define ( ‘BP_MEMBERS_SLUG’, ‘medlemmer’ );

define ( ‘BP_ACTIVITY_SLUG’, ‘aktivitet’ );

define ( ‘BP_GROUPS_SLUG’, ‘clubs’ );

define ( ‘BP_WIRE_SLUG’, ‘vaeg’ );

Also I took a look at bp_page_title() but it seems to me that it only defines titles for the blog area. Not directories, wire etc. Am I misunderstanding anything?

Skip to toolbar