Notifications
Clear all

[Solved] Missing avatars after phpbb3 to wpforo migration

3 Posts
2 Users
1 Reactions
3,694 Views
0
Topic starter

Hi,

I successfully imported a phpbb3 standalone forum into a WordPress wpforo using Go2wpForo tool but all the image avatars are missing...

Is there a way to restore them ? (Even a manual way, I'm developer)

thanks in advance 

1 Answer
0

@sebalou,

The migration tool doesn't guarantee the avatar migration. phpBB stores avatars in different ways, so it could be missed as well. In any case, please leave the wpForo forum URL we'll take a look at the missing avatar URLs If the avatar URL exists, but they don't load images then I assume you've not moved the avatars from phpBB directory to WordPress.

If the source URLs doesn't exist, then the tool could not find and migrate avatars. You can use Leira Letter Avatar plugin to fill all users avatars with the first name of their usernames. It's a nice replacement, once it's installed, go to the plugin settings and enable it.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

sebalou Topic starter 22/11/2021 10:20 am

@robert 

I checked the db : avatar attribute on wpforo_profiles table is null for all members. So a generic "gravatar" url is generated.

I'm able to write a php script that will fill wpforo_profiles.avatar attribute regarding the phpbb profile of each member.

Did you know the path format to respect into the db and were to put avatar images files in my wordpress instance ?

Thanks

sebalou Topic starter 22/11/2021 11:11 am

Solved :

- path is /wp-content/uploads/wpforo/avatars

- db format is simply /wp-content/uploads/wpforo/avatars/file.jpg