Page 2 of 4
Re: Future Request
Posted: Wed Jul 19, 2017 1:30 pm
by Lantern
Errrr ! I have found some isssues with avatars in phpbb in general ! #excuse !
Re: Future Request
Posted: Wed Jul 19, 2017 5:27 pm
by axew3
the important is that now will work ...
have you try?
Re: Future Request
Posted: Thu Jul 20, 2017 7:53 am
by Lantern
Yeah i did try but i have an issue that some avatars are not showing in de Avatar Gallery within phpbb3 so i have to figure that out first
Re: Future Request
Posted: Wed Jul 26, 2017 9:17 am
by Lantern
I cant figure it out so i will explain my situation:
I have a
. full phpbb3 db with users, avatars etc etc working 100%
. wp db only contains some users - which are also phpbb users- i think that they are active users who logged in wp and where synced by w3_all plugin with phpbb3?
BUT:
some wp users have a avatar and when i inspect the avatar ( browser tool ) it links to -
<img alt="" src="http://www.<website>.nl/phpbb/images/avatars/gallery/STA/66.gif" class="avatar avatar-32 photo" height="32" width="32">
and
some wp users have a standard WP avatar and when i inspect the avatar ( browser tool ) it links to -
<img alt="" src="
http://2.gravatar.com/avatar/54efb8026e ... mm&r=g" srcset="
http://2.gravatar.com/avatar/54efb8026e ... mm&r=g 2x" class="avatar avatar-32 photo" height="32" width="32">
Wordpress user avatar settings are:
Avatar Display - YES
Maximum Rating - Maximum Rating G — Suitable for all audiences
Default Avatar - Mystery Person
WP_w3all avatar settings are:
WP_w3all Avatars Options (1.0)
Use phpBB avatar to replace WordPress user's avatar - YES
So i think there is a error in user sync ? between WP and PHPBB? ( see result in Who's Online Widget picture above )
Does it make any sense
?
Re: Future Request
Posted: Wed Jul 26, 2017 9:47 am
by axew3
YES! If phpBB user isn't still added in WP, than WP will assign the default avatar!
New 1.7.4 is ready, i only have decide to add option:
Transfer phpBB users into WP, when integration start (or whenever is needed to transfer users from phpBB to WP).
So the new release will be out within tomorrow.
This is ok as feature but will not resolve this point, which is caused by the behavior: an user register phpBB side, but isn't added in WP until he not login WP or as logged into phpBB visit WP. The default WP avatar for this user will display.
This can be fixed, i do not know how exactly right now, but this is a good point to fix. Queued as patch of coming 1.7.4 or at max included into 1.7.5.
Hope it will not require to do strange additions, but i do not think...
1.7.4 correct important things about login redirects, remove messy code, add some new option (like shortcode to add phpBB posts into WP posts (formatted or plain text)) transfer users at once from phpBB to WP, some more important fixes.
Re: Future Request
Posted: Wed Jul 26, 2017 11:41 am
by Lantern
Thx for the reply
YES! If phpBB user isn't still added in WP, than WP will assign the default avatar!
BUT the user is added in wp and still has the default wp avatar