Avatars via phpBB group Avatar
-
- Moderator
- Posts: 15
- Joined: Mon May 08, 2017 4:15 am
Re: Avatars via phpBB group Avatar
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
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Avatars via phpBB group Avatar
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
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
-
- Moderator
- Posts: 15
- Joined: Mon May 08, 2017 4:15 am
Re: Avatars via phpBB group Avatar
Also yes
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Avatars via phpBB group Avatar
strange ... any cache plugin?
-
- Moderator
- Posts: 15
- Joined: Mon May 08, 2017 4:15 am
Re: Avatars via phpBB group Avatar
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...
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...
-
- Moderator
- Posts: 15
- Joined: Mon May 08, 2017 4:15 am
Re: Avatars via phpBB group Avatar
(No cache plugin)