-
Author
-
December 19, 2015 at 14:19 #94250schmuParticipant
Hi,
spent a lot of time to figure out without success…
On the profile page under the profile tabs the field values are clickable and direct to the search/members page. How can I disable the link functionality on these field values.
Many thanks
December 20, 2015 at 13:37 #94373LauraModeratorHello, try adding this to functions.php of child theme
COPY CODEremove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 2 );
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 🙂
December 22, 2015 at 22:15 #94964LauraModeratorHello, please check out https://buddypress.org/support/topic/remove-automatic-links-in-profile/
If not working try maybe hiring a freelancer 🙂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 🙂
December 23, 2015 at 10:33 #95021schmuParticipantHi Laura,
it worked with adding the code
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 2 );
to bp-custom.php fileThanks
ChristophDecember 27, 2015 at 22:22 #95359LauraModeratorHello, glad you could resolve it 🙂
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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.