-
Author
Tagged: change display name, file
-
July 15, 2015 at 05:05 #68336jneventParticipant
After a user is registered, there is a possibility to change the display name in the profile. I’m wondering what file it is that handles the change of display name.
July 15, 2015 at 17:04 #68422sharmstrModeratorThat’s handled by buddypress, not Kleo. With that said, the file that displays the form is /kleo/buddypress/members/single/profile/edit.php. But the actual changing of the name is handled by the buddpress bp_the_profile_group_edit_form_action function.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 15, 2015 at 17:39 #68427jneventParticipantDo you happen to know the code that changes the display name?
July 15, 2015 at 18:56 #68436sharmstrModeratorAs mentioned the form is handled by the bp_the_profile_group_edit_form_action function. Find that in the buddypress source code then step through that function to find it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 15, 2015 at 19:29 #68447jneventParticipantWhere is bp_the_profile_group_edit_form_action function located?
July 15, 2015 at 19:33 #68449sharmstrModeratorSearch the plugin for it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 15, 2015 at 19:33 #68450sharmstrModeratorYou can even google it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.