OK I did, and I still get the same issue. However, I only get this issue with the Intrepid template (UI.X Framework), not with the default templates. Any ideas on how to fix it?
@Chris D Is there a way to avoid the conflict with TaigaChat Pro while using UI.X framework? The Alert pop up numbers do not display when TaigaChat is enabled
Very good idea. However, the problem of that resource is that you used the avatar bodies and not the gamerpics. Gamerpics url ends with avatarpic-l.png
Actually I used Batpool's method, but the file that had to be edited was :
js/xenforo/xenforo.js
Everything works now, thank you both for taking the time to help me!
Basically I have replaced all avatars in the forum for xbox live avatars by replacing all the <xen:avatar... tags in the templates with something like this :
http://avatar.xboxlive.com/avatar/{$user.username}/avatar-body.png
However I can't do the same with the autocomplete functions since...