How to modify the avatar's size

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
binoho
Registered User
Posts: 1
Joined: Mon Jul 29, 2024 2:51 am
Contact:

How to modify the avatar's size

Post by binoho »

I just joined. As I work on changing our forum template, I've discovered that resizing avatars is not possible. I can't seem to resize the avatars due to a variable called avatars.

I have a unique design for the initial post in my theme so that it has more room. Because they are a little too large, there are currently no avatars on the first subject. Although there is no method to summon avatars outside of themes without modifying phpBB code, I still want them.

So, if an RFC is made, is this something you would take into consideration?

User avatar
danieltj
Infrastructure Team
Infrastructure Team
Posts: 10
Joined: Wed May 15, 2024 10:42 pm

Re: How to modify the avatar's size

Post by danieltj »

You're more than welcome to create a ticket and then even submit a pull request for consideration for core. However avatar resizing might be too big of a feature to put into a 3.3 release. Best thing to do though is to open a ticket & PR and start the discussion.

Have you considered if this would be something you'd be able to achieve through an extension though? I'll admit I haven't done any research into the avatar functionality before posting here so I'm not sure, but at the very least if it's possible then you could have that feature now rather than waiting for a possible merge into core.

lynnlink
Registered User
Posts: 1
Joined: Thu Sep 26, 2024 10:16 am
Contact:

Re: How to modify the avatar's size

Post by lynnlink »

In what scenarios would developing a feature as an extension be more advantageous than integrating it directly into the core codebase, particularly for features like avatar resizing?

RustyCircuit
Registered User
Posts: 3
Joined: Fri Sep 20, 2024 6:11 pm

Re: How to modify the avatar's size

Post by RustyCircuit »

Developing an extension's kinda like a test run. If it screws up, it's easier to remove. Plus, it's quicker to make and use an extension than waiting for core code changes. Just some thoughts.
Take a look at auto repair Manchester NH and don't forget to explore healthcare equipment for more details. While you're at it, check out witchcraft for some useful insights.

RustyCircuit
Registered User
Posts: 3
Joined: Fri Sep 20, 2024 6:11 pm

Re: How to modify the avatar's size

Post by RustyCircuit »

hoping for help, i know the thread is old but it seems to break only when I switch to PHP 8, but I can’t pinpoint if it’s a deprecation thing or something else. Has anyone else had issues with older extensions and PHP 8.0? Any tips on troubleshooting this kind of stuff?
Take a look at auto repair Manchester NH and don't forget to explore healthcare equipment for more details. While you're at it, check out witchcraft for some useful insights.

Post Reply