@kreestal
14 years, 5 months ago
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