Page 3 of 6

Re: Avatars via phpBB group Avatar

Posted: Tue May 09, 2017 9:04 am
by Lepalose
WP w3_all Config plugin settings on WP, under 'WP_w3all Avatars Options (1.0)' --> 'Use phpBB avatar to replace WordPress user's avatar' = Yes

Re: Avatars via phpBB group Avatar

Posted: Tue May 09, 2017 9:06 am
by axew3
and the
Activate phpBB avatars on Last Forums Topics widgets
option more below?

p.s phpBB do not update group avatar for the user even if i change on ACP the user group to an user, than i reset to the one that should display avatar

Re: Avatars via phpBB group Avatar

Posted: Tue May 09, 2017 9:08 am
by Lepalose
Also yes

Re: Avatars via phpBB group Avatar

Posted: Tue May 09, 2017 9:10 am
by axew3
strange ... any cache plugin?

Re: Avatars via phpBB group Avatar

Posted: Tue May 09, 2017 9:12 am
by Lepalose
I think I may see the conditional issue for me here.

Looking at the code you have in 'class.wp.w3all-phpbb.php'

lines 1336-1344 have an If 'avatar.driver.local' and elseif 'avatar.driver.remote' conditions


My phpBB install allows for user uploads... so in my phpbb_users DB, column 'user_avatar_type' is actually 'avatar.driver.upload'

This condition is not set in your code...

Re: Avatars via phpBB group Avatar

Posted: Tue May 09, 2017 9:12 am
by Lepalose
(No cache plugin)