Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Custom slugs not working

Hey guys, I think, I finally found out the solution to the BP_XPROFILE_SLUG problem !

In your bp-custom.php or wp-config.php files, let’s say you write : define ( ‘BP_XPROFILE_SLUG’, ‘myvalue’ );

Then, you also have to write : define( ‘BP_DEFAULT_COMPONENT’, ‘myvalue’ );

…otherwise your custom BP_XPROFILE_SLUG won’t work, and neither will the “My account” nor “Random member” links.

Hope this helps :)

Skip to toolbar