Future Request
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
Re: Future Request
Errrr ! I have found some isssues with avatars in phpbb in general ! #excuse !
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Future Request
the important is that now will work ...
have you try?
have you try?
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
Re: Future Request
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
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
Re: Future Request
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 ?
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 ?
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Future Request
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.
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.
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
Re: Future Request
Thx for the reply
BUT the user is added in wp and still has the default wp avatarYES! If phpBB user isn't still added in WP, than WP will assign the default avatar!