4
Hi,
Because I want avatar to appear in a flash application. The application can't change avatar's name when user changes it, because XOOPS save avatar using a diferent name (cavtfdud8273rb873rb.jpg). So if I have the cavtusername.jpg, flash application will be able to call avatar image trought it's XML file.
I'd tried
$this->savedFileName = ($this->prefix).'XXX'.$xoops_uname.'.'.strtolower($matched[1]);
I still have cavtXXX.jpg.
The image is subscribed, but all users's avatars will be saved using this same name.
I need put user_name om it.