[JUM] No Gif Avatar

[JUM] No Gif Avatar 2.2.0

No permission to download
Animated avatars are allowed in 2.x? I know they can be uploaded in 1.X, but only displayed when you click on someone's avatar. Is it the same in 2.X?
 
Is working on 2.1?

I did enabled the Imagik (deals better with quotes and stuff) but the animated avatars are a crazy thing right now.
 
The following should be adhered to with respect to schema changes:
  1. New tables must be prefixed with xf_ and additionally an identifier for the add-on e.g. xf_mg_.
  2. New columns to core tables must be prefixed with an identifier for the add-on e.g. xfmg_.
  1. If a class extension is required to extend core methods then it must be extended properly, rather than overridden, by calling the parent method.
 
Last edited by a moderator:
The following should be adhered to with respect to schema changes:
  1. New tables must be prefixed with xf_ and additionally an identifier for the add-on e.g. xf_mg_.
  2. New columns to core tables must be prefixed with an identifier for the add-on e.g. xfmg_.
This add-on doesn't have any schema changes.

If a class extension is required to extend core methods then it must be extended properly, rather than overridden, by calling the parent method.
We would recommend a different approach to this though, please, @Jumuro. The problematic code is in the validateImageAsAvatar method. If you need advice, please post in the Development Discussions forum.
 
Top Bottom