This is probably a theme problem.
Look at the generated code – you are creating a double href and have other issues
Can you post your source code for this page ?
It should be in /members/single/profile/profile-loop.php
@shanebp Thanks so much for your response! I’ve included the source code from my profile-loop.php page. I appreciate your help!
`
<div class="bp-widget “>
`
Are you sure that code is from your theme file and not the default buddypress theme ?
There is something in your theme that is causing this output:
`
<a href="http://stonerapproved.com/members/?s=Brandon" rel=”nofollow”>Brandon
`
Probably easiest to contact the theme creator and show them this thread. v
Yup, I’m sure. It is from the theme. I activated the default BuddyPress theme, and it looked fine. So, I suppose I’ll just look through and try and figure out where it’s being generated from. Any ideas? lol Thanks so much for your help, and have a great day!
Look thru your theme files:
profile – all files
functions.php
bp-custom.php (if it exists it’ll be in the plugins folder )
style.css
Solution found here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-with-profile-information-please-help/?topic_page=1&num=15
If any of your profile fields are asking for links, however, and your users input http://, you’re still going to get the same nofollow craziness!
Thanks @shanebp!