Avatars via phpBB group Avatar

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Avatars via phpBB group Avatar

Post by axew3 »

Code: Select all

preg_match('/^([g])([0-9]+).*/'
it grab any number after g with [0-9]+
and png are showed ok on test but
your code is more short, checking it right now
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Avatars via phpBB group Avatar

Post by axew3 »

Hey Lepalose, your code work like a charm, without any messy code around.
Are you registered at wp.org?
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Avatars via phpBB group Avatar

Post by axew3 »

so the file class.wp.w3all-phpbb.php has just been updated to apply your code.
Lepalose
Moderator
Moderator
Posts: 15
Joined: Mon May 08, 2017 4:15 am

Re: Avatars via phpBB group Avatar

Post by Lepalose »

I just registered an account,

https://wordpress.org/support/users/lepalose/

Glad to see that it is working for you as well.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Avatars via phpBB group Avatar

Post by axew3 »

You have been added as committer for wp_w3all plugin at wp.org and editor/moderator here (in few minutes from this post).
Of course this not mean any obligation for you, but "whenever and if" you want so, you can add improving what you think better.
About commitments, i would like to maintain at moment the control over any new release. So before, for instance, we'll go to use the branches folder for testing purpose and pre release code:
https://plugins.trac.wordpress.org/brow ... n/branches

Thank you for appreciation about plugin on top of this topic: but i know the plugin could be write and be much more better.
Any aspect can be considered. Not only about code.
Post Reply