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)