Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
Nozz4rr
Free
 
Posts: 1
Joined: 11 Jan 2024, 14:24

 

by Nozz4rr 11 Jan 2024, 15:47

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)
User avatar
Jason
Customer
 
Posts: 2330
Joined: 12 Dec 2009, 16:06

 

by Jason 12 Jan 2024, 17:29

This wouldn’t be necessary for most installations.