Quote:
Originally Posted by phpdesk
Hi all,
I have fixed the avatar display issue brought to you with the 1.1.0 release. As a matter of fact, I haven't tested on forums that were set to save avatars as files, and I've fixed the problem now. Do let me know if anything else comes up, I'll be more than happy to troubleshoot and get back to you with further fixes until this becomes a stable mod.
Thanks, Daryn, I have removed the outdated lines from the mod description, you're right
|
Now the avatar appears if the link is like this:
Code:
http://www.domain.com/forum/avatar/customavatars/avatar8707_8.gif
But if there is two digits after (_), for example:
Code:
http://www.domain.com/forum/avatar/customavatars/avatar8701_59.gif
The link will be like this:
Code:
http://www.domain.com/forum/avatar/customavatars/avatar8701_5.gif
There is no avatar because the last (9) is missing and will not include in the link!
Thanks dear