Forum breadcrumbs – You are here:Asgaros Support ForumSupportProfile Picture
Please or Register to create posts and topics.

Profile Picture

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

Hello @denzle

Does this issue only occur with the code you have mentioned? As far as I see it should not have any impact on the profile picture.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!