[3.2][RC] Avatar Resize on upload

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
mack the knife
Registered User
Posts: 149
Joined: Wed Aug 30, 2006 9:08 am

Re: [3.2][RC] Avatar Resize on upload

Post by mack the knife »

Hi there.

Is this extension still supported in 3.2.8?

I uploaded the files to /ext and it's not displaying in the Extensions Manager.

Cheers,

Mack
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][RC] Avatar Resize on upload

Post by Ger »

In that case you probably didn't upload it correctly.

Your file path should be ./ext/ger/avatarresize/*. In that folder you should see several files and folder, among which a composer.json file.
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
mack the knife
Registered User
Posts: 149
Joined: Wed Aug 30, 2006 9:08 am

Re: [3.2][RC] Avatar Resize on upload

Post by mack the knife »

Great stuff. Thanks for that info, got it working now. :)

Great extension and thanks for this.

Mack
BF79
Registered User
Posts: 499
Joined: Fri Feb 13, 2015 1:28 pm
Name: Fouad B

Re: [3.2][RC] Avatar Resize on upload

Post by BF79 »

doesnt work for gif !! the image resized but seems to be just image not gif image
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][RC] Avatar Resize on upload

Post by Ger »

You mean animated gifs? Yeah, I can imagine that won't work.
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
BF79
Registered User
Posts: 499
Joined: Fri Feb 13, 2015 1:28 pm
Name: Fouad B

Re: [3.2][RC] Avatar Resize on upload

Post by BF79 »

Ger wrote: Wed Dec 18, 2019 8:30 am You mean animated gifs? Yeah, I can imagine that won't work.
yeah my friend animated gifs !! I guess right now its too late to add it as you are in RC VERSION!!!
KYPREO
Registered User
Posts: 392
Joined: Fri Feb 02, 2018 9:56 am
Contact:

Re: [3.2][RC] Avatar Resize on upload

Post by KYPREO »

This extension uses ImageMagick for image resizing. That can be made to work with GIFs but it requires some extra steps: https://askubuntu.com/questions/257831/ ... magemagick

However, it looks like the extension utilises phpBB's existing functions for ImageMagick, so any changes to resize animated GIFs would need to be made to phpBB core, not the extension. Does ImageMagick manage to successfully create animated thumbnails for animated GIF attachments? If not, the problem is with phpBBB and the solution is therefore to submit a ticket on area51.
phpBB user since 2002
www.AusRotary.com
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [3.2][RC] Avatar Resize on upload

Post by 3Di »

KYPREO wrote: Thu Dec 19, 2019 12:11 am This extension uses ImageMagick for image resizing.
Support for ImageMagick has been dropped since phpBB 3.2.4-rc1. [ticket/security/227].

It uses GD actually.
See:
https://github.com/GerB/avatarresize/bl ... r.php#L113
https://github.com/GerB/avatarresize/bl ... r.php#L128
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
KYPREO
Registered User
Posts: 392
Joined: Fri Feb 02, 2018 9:56 am
Contact:

Re: [3.2][RC] Avatar Resize on upload

Post by KYPREO »

3Di wrote: Thu Dec 19, 2019 3:55 am
KYPREO wrote: Thu Dec 19, 2019 12:11 am This extension uses ImageMagick for image resizing.
Support for ImageMagick has been dropped since phpBB 3.2.4-rc1. [ticket/security/227].

It uses GD actually.
See:
https://github.com/GerB/avatarresize/bl ... r.php#L113
https://github.com/GerB/avatarresize/bl ... r.php#L128
Thank you for the correction! I was looking at the code for an older version of the extension. :oops:
phpBB user since 2002
www.AusRotary.com
Hysteriaa
Registered User
Posts: 37
Joined: Mon Jan 20, 2020 8:18 pm

Re: [3.2][RC] Avatar Resize on upload

Post by Hysteriaa »

Is there already an extension for this that works on PHPBB 3.3?
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][RC] Avatar Resize on upload

Post by Ger »

Are you aware of any problems with this extension on 3.3?
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
Hysteriaa
Registered User
Posts: 37
Joined: Mon Jan 20, 2020 8:18 pm

Re: [3.2][RC] Avatar Resize on upload

Post by Hysteriaa »

No not yet. What are those problems?
IoHL-be
Registered User
Posts: 46
Joined: Tue Oct 09, 2018 3:50 pm

Re: [3.2][RC] Avatar Resize on upload

Post by IoHL-be »

No problems with this extension on my phpBB 3.3 forum.
Hysteriaa
Registered User
Posts: 37
Joined: Mon Jan 20, 2020 8:18 pm

Re: [3.2][RC] Avatar Resize on upload

Post by Hysteriaa »

BlackPandaBear wrote: Mon Feb 10, 2020 6:25 pm No problems with this extension on my phpBB 3.3 forum.
What download did you use for this extension? Where can I find the one you used?
IoHL-be
Registered User
Posts: 46
Joined: Tue Oct 09, 2018 3:50 pm

Re: [3.2][RC] Avatar Resize on upload

Post by IoHL-be »

It's version 1.0.0 so the one you can download in the OP of this topic:

viewtopic.php?f=456&t=2459751
Post Reply

Return to “Extensions in Development”