Re: How Can I put a ‘NEXT’ Button in the ‘Edit Profile’ Section?
Oh, don’t put the code in bp-core.php
If you have template pack installed, go into your theme, and go to members/single/profile/edit.php and put it next to the
`<input type="submit" name="profile-group-edit-submit" id="profile-group-edit-submit" value=" ” />`
Your code should be something like `Next`
It should appear like this: Next 
P.S, if you have more than 2 profile categories, the second category will just redirect to itself, I don’t have time to post the string needed, I’ll do it later.