-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serving the API response as per (SERVER+filename.png) #7
Comments
I don't understand the "problem", what are we trying to do? If it's related to using it with gravatar, all you have to do is use this syntax: urlencode('https://ui-avatars.com/{urlEncodedName}/{size}/{background}/{fontColor}/{length}/{fontSize}/{isRounded}/{isUppercase}') as the Gravatar fallback, like so:
|
No, I do have a my own code for phpBB gravatars. phpBB's avatars engine is way complex and works just around the filename. |
Okay, I think I understand 🤔 How would an example URL look? Like: |
g'morning, I am glad I got an enthusiastic like me. 👍 |
I succesfully managed the issue by my side, thanks for the outstandig support. 🥇 |
Yes! I need the same feature. Would love to see this implemented (or maybe help?) |
was this ever implemented? |
I saw this line
acedac8#diff-828e0013b8f3bc1bb22b4f57172b019dR19
It seems very clear to me the file is already stored like that, it could be incredibly outstanding to have the option the filename to be served directly (an option, so to don't break the WP's compatibility).
In PHPBB as per the core code I can use the native function if so served instead of code a ugly one, with the facility to override the gravatars in a simply manner, all what I need is the SERVER+filename.png served as it is, I will take care of all the rest.
Please :)
The text was updated successfully, but these errors were encountered: