Hi
Is it possible to change the permalinks of buddypress? i want to change “friends” in “contacts” even for the domain – like in the “friendship” request emails:
domain.com/buddypress/all-members/friends/requests/
change to
domain.com/buddypress/all-members/contacts/requests/cheers
alexHi Velli,
Try putting this line in your bp-custom.phpdefine( 'BP_FRIENDS_SLUG', 'contacts' );
That should do it.
Hello Brajesh
Fast and quick answer as usual 🙂
This works great – BUT i need another hack for the activities, because the activity stream filtered by “friends” (now contacts) won’t work. i get a 404.
domain.com/buddypress/all-members/membername/activity/friends/
now
domain.com/buddypress/all-members/membername/activity/contacts/Hi Velli,
Thank you.I just tested it and it seems like a bug in BuddyPress.
Please create a ticket here and report the issue
https://buddypress.trac.wordpress.org/newticket
The BuddyPress Team should be able to resolve it.
Regards
BrajeshThanks. Just created one:
https://buddypress.trac.wordpress.org/ticket/7945#ticket
You must be logged in to reply to this topic.