Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing user edit url

  • Hello guys,

    I don’t know if this is correct place to post this.
    But here is my trouble

    Normal buddypress you can get to member edit page by going to
    /members/”.$userdata->user_nicename.”/profile/edit/group/1

    What 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.

Viewing 1 replies (of 1 total)
  • Anyone have any idea how to do that???? :-(
    I can change the core code… because im using old version and I already changed it in many places… but never had to edit anything related to urls

    Any help here??? at least where I can find the function that get the member data to edit one user.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Changing user edit url’ is closed to new replies.
Skip to toolbar