@sundev
10 years, 3 months ago
Hello, Could anyone kindly help me with a correct code to rename my “Messages” nav to “Mails“, without loosen the counting bubbles. (WP & BP are Latest version) Thank you.
@henrywright
Hi @sundev
Check out the Customizing Labels, Messages, and URLs article. To customise the label I think you’ll need to use a language file.
If you also want to change the slug in the URL, try adding this to your bp-custom.php file define( 'BP_MESSAGES_SLUG', 'mails' );
define( 'BP_MESSAGES_SLUG', 'mails' );