Page 1 of 1

Xenforo Avatar fixing

PostPosted: 11 Jan 2024, 15:47
by Nozz4rr
Hello because i saw many of you said "ARROW CHAT HAS PROBLEM WITH XENFORO" the answer is no arrow chat is fully working with xenforo. So the Top 1 problems that you wrote is "Avatar doesnt work" the answer is :

1) GO TO : arrowchat \includes \ integration.php
2) Open it with notepad or Visual Studio Code
3) ctrl + f (search) for the function get_avatar($image, $user_id) around 163 line
4) few lines below you will see : $md5 = md5(strtolower(trim($image)));
5) after you will see a return
6) return 'yourdomain. com/data/avatars/s/' . $group . '/'. $user_id . '.jpg';

Enjoy your avatars(can read a gifs too)

Re: Xenforo Avatar fixing

PostPosted: 12 Jan 2024, 17:29
by Jason
This wouldn’t be necessary for most installations.

Re: Xenforo Avatar fixing

PostPosted: 07 May 2024, 21:47
by spacelonging
It's helpful for those who are experiencing avatar display issues with ArrowChat integration in XenForo.