Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Default Avatar Working On Blog But Not Forum

6 Posts
2 Users
1 Reactions
616 Views
Posts: 118
 eel
Topic starter
(@eel)
Estimable Member
Joined: 5 years ago

I have the default avatar set:

This works on the blog:

But not on the forum:

What am I missing?

Thanks!

 

5 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

We'll check and get back to you soon. 

Reply
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@eel,

"The screenshots you've provided do not assist us in understanding the issue. Could you please provide the actual URLs where we can directly view the problem?

Reply
Posts: 118
 eel
Topic starter
(@eel)
Estimable Member
Joined: 5 years ago
Reply
2 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@eel,

It appears that during the migration, the old URLs were not properly deleted. Please address the following URLs:

 

  1. Original URL: https ://www.elsaelsa.com/wp-content/uploads/wpforo/avatars/dori_8462.jpg
  2. Incorrect URL: https ://www.elsaelsa.com/updated/wp-content/uploads/wpforo/avatars/dori_8462.jpg

To resolve this, follow these steps:

Use PhpMyAdmin plugin or the same tool in your hosting cPanel, go to the SQL tab and execute the following SQL. Make sure you have a backup of your database. Also, please make sure your table prefix is wp_, if it isn't, change all red marked wp_ prefixes to yours.

UPDATE `wp_wpforo_profiles` SET `avatar` = REPLACE(`avatar`, '/updated/wp-content/', '/wp-content/');

After executing the SQL query, go to the wpForo Dashboard section and Delete User Cache using the according button.

Reply
 eel
(@eel)
Joined: 5 years ago

Estimable Member
Posts: 118

@sofy perfect. Thank you.  All good now.

Have a nice day!

Reply