News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

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: