Bug tracker
Smilies being limited to 127px wide (fix completed in vcs)
When you go to "Add Multiple Smilies" and the page auto-detects the width & height, it is filling in the width of 127 for smiles bigger than 127. In 3.0.5 this same page shows the correct dimensons of the smilie.
Also, if you try to manually type in the correct width/height dimensions for a smilie in the "Add Multiple Smilies" page or in the individual smilie Edit page, it is ignored and changed back to 127.
The culprit seems to be in acp_icons.php. Not sure why there is a function in there that shrinks smilies down to 127 (@ line 93)?
Comments / History
Fix #10088 introduced this problem for bug #44415, which was supposed to limit the size of TOPIC ICONS from being too big. But the fix is also affecting smilies too, and should be corrected so it only affects topic icons.
VSE wrote:It was possible in all versions before 3.0.6...
That is correct, I am still running 3.0.4 and I have several holiday smilies that are 150 x 150 and there was never an issue with adding them.
v3.0.5 on top, v3.0.6 on bottom:
And smallint() has a max value of 32767 instead of 127.