Change "Members" in profile URL
-
I’m trying to change mysite.com/members/username/
to read: mysite.com/users/username
After searching for a solution I’ve tried using this code in my bp-custom.php:
define ( ‘BP_MEMBERS_SLUG’, ‘users’ );However I must be doing the wrong thing. Can anyone help me change this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change "Members" in profile URL’ is closed to new replies.