Changing user edit url
-
Hello guys,
I don’t know if this is correct place to post this.
But here is my troubleNormal buddypress you can get to member edit page by going to
/members/”.$userdata->user_nicename.”/profile/edit/group/1What I want to do is change to $userdata->user_ID and get to the same place.
Because my “stupid client” want to enter more than 10k users in the database using only email and pw
So I can redirect them to the edit page once they log in to edit their information.Any ideas where I can add both ways to get the edit page
The default way:
/members/”.$userdata->user_nicename.”/profile/edit/group/1
and one with user id:
/members/”.$user_ID.”/profile/edit/group/1????
Thanks in advance.
- The topic ‘Changing user edit url’ is closed to new replies.