- Compatible XF Versions
- 2.2
This plugin imposes a limitation on the avatars that users can upload. The plugin is made according to the Avatar file size request here.
Manual installation
Extract the downloaded XenGenTr-AvatarSize-1.2.4.zip file from the zip. Send the src folder in the upload folder to the main directory in FTP. Install [XenGenTr] Avatar Size plugin from Admincp -> Plugins . Installing as ZipArchive If the above option is difficult, you must first have ZipArchive support on your server to install using Admincp -> Plugins -> Install/upgrade from the archive. If there is.
After opening the src/config.php file, adding the code below, and saving it, you can download it as a zip for the future.
You can limit the Avatar Size from Admincp -> XF Options -> Registered user options.
Manual installation
Extract the downloaded XenGenTr-AvatarSize-1.2.4.zip file from the zip. Send the src folder in the upload folder to the main directory in FTP. Install [XenGenTr] Avatar Size plugin from Admincp -> Plugins . Installing as ZipArchive If the above option is difficult, you must first have ZipArchive support on your server to install using Admincp -> Plugins -> Install/upgrade from the archive. If there is.
After opening the src/config.php file, adding the code below, and saving it, you can download it as a zip for the future.
Code:
$config['enableAddOnArchiveInstaller'] = true;
You can limit the Avatar Size from Admincp -> XF Options -> Registered user options.