Quote from
Denzle on September 15, 2018, 12:33 am
I have an issue with forum profiles.
we have added this code to link Buddypress Profiles
add_filter(‘asgarosforum_filter_profile_link’, ‘my_profile_url’, 10, 2);
function my_profile_url($profile_url, $user_object) {
return home_url(‘/members/’.$user_object->user_nicename.’/’);
but on the forum it is showing every member my profile picture and not their own profile picture.
any help, Thanks
I have an issue with forum profiles.
we have added this code to link Buddypress Profiles
add_filter(‘asgarosforum_filter_profile_link’, ‘my_profile_url’, 10, 2);
function my_profile_url($profile_url, $user_object) {
return home_url(‘/members/’.$user_object->user_nicename.’/’);
but on the forum it is showing every member my profile picture and not their own profile picture.
any help, Thanks