Hi. I encountered a problem with the avatars. Everithing is OK in the demo - I can add whichever avatar I like and it will display it. The problem comes when I try to create my own chat page (it queries a DB and fills in the username/nick, short info and an avatar that the user uses for the rest of the system). The chat just displays a field of the type
avatar /uploads/img/xthumbs/1175973364.jpg.
I am sure the path is correct. It just doesn'n display the picture. I copied the example in another directory (fixing the require_once path for pfc class) and the same thing happened. I even just renamed the demo50_customized_usermetadata.php to demo50_customized_usermetadata1.php without any modifications and still the same result followed. I really can't think of a way to make this work.