Hi
I would like to get every links in Dofollow and showing all links in the public profil of members.
How doing that please ?
Hi @milsou,
I don't follow you, please explain correctly that we could help you.
Well ... here is an exemple of profil page : https://forum.cnfn.fr/creation-site/profile/smj/
In thi profil, links to social networks are in NoFollow ... I would like to get them in DoFollow.
And in this profil page, we don't see every links... for exemple the website is not showned.
How fix that please ?
Well ... here is an exemple of profil page : https://forum.cnfn.fr/creation-site/profile/smj/
In thi profil, links to social networks are in NoFollow ... I would like to get them in DoFollow.
Insert this code in functions.php of your active theme:
add_filter('wpforo_form_prepare_values', function($f){ if( is_string( wpfval($f, 'value') ) ) $f['value'] = str_replace('rel="nofollow"', '', $f['value']); return $f; });
And in this profil page, we don't see every links... for exemple the website is not showned.
First, check that the website is filled in the website field.
If it's filled and is not visible, please let us know if you have installed wpForo – User Custom Fields add-on?
Thanks a lot for Dofollow links sir it works well.
So now please check the screenshot I'v sent... I was enter a website in the field but in public : https://forum.cnfn.fr/creation-site/profile/emile/ ... there is no website showing