Notifications
Clear all

Avatar size

2 Posts
2 Users
0 Likes
605 Views
Posts: 11
Customer
Topic starter
(@besset-jerome)
Member
Joined: 3 years ago

Hello,
Currently the maximum image size for the avatar is 2MB. How can I change this value?
thank you in advance for your help
Jerome

1 Reply
Astghik
Posts: 5911
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

@besset-jerome,

You can use the wpforo_avatar_upload_max_filesize hook.

Put the code in the functions.php file of the active theme:

add_filter('wpforo_avatar_upload_max_filesize', function(){ return 2 * 1024 * 1024; });

The red marked value the default avatar size(2MB), you can change it as you like.

Please note all questions related to free wpForo plugin should be asked in the wpForo.com community. Here we only support questions related to paid addons. 

Reply
Share:
Scroll to top