-
Author
-
June 26, 2017 at 06:06 #165225linkpoin2Participant
HI, i would like to change the displayed member “@name” (under their profile photo) instead to the username (FirstName_LastName…. so the @handle is not present) … if that is possible and easy to do? Do you have any suggestions on where this can be done within a child theme or options? Thanks.
June 27, 2017 at 13:04 #165364LauraModeratorHello, by default buddypress uses username for mentions, that is not easy to change sadly
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 27, 2017 at 15:25 #165383linkpoin2Participantnot looking to change the functionality, just the display. instead of displaying the @mentions only under the profile image, I would like to display the username above it as well. easy?
June 29, 2017 at 17:19 #165656LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 3, 2017 at 19:17 #166042RaduModeratorHi,
just Install this plugin and arrange the username and first, the last name in your desired order
https://wordpress.org/plugins/buddypress-real-names/
And to have uusername under the profile picture in members profile add the next function to wp-content/themes/sweetdate-child/functions.php
COPY CODEfunction displayed_user_username_under_profile_picture() { global $current_user; echo '<span class="username-under-avatar">'.$current_user->user_login .'</span>' ; } add_action('kleo_bp_after_profile_image', 'displayed_user_username_under_profile_picture')
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.