News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

SMF 2.1 Membergroup Icon Sizes

Started by Lavitiz, April 20, 2015, 03:54:34 PM

Previous topic - Next topic

Lavitiz

It seems member group images that are greater than 32x32 pixels do not appear in the drop down list. Is there a way in the administrative settings in which I can change these values? If not, which file contains the value so that I can change this manually?

Thanks ahead of time for the support.

Illori

Sources/ManageMembergroups.php

// If this is bigger than 128 in width or 32 in height, skip this one.
if ($image_info == false || $image_info[0] > 128 || $image_info[1] > 32)
continue;

Lavitiz

Thanks so much, very much appreciated.  ;)

Advertisement: