MyBB Community Forums

Full Version: [BUG] External https avatars do not show up on admin panel module=user-users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Admin panel doesn't show external avatars because link to avatar is changed to "../LINKADDRESS" (see attached image).
How to fix that?
[attachment=31301]

Ok, we found the cause of this problem. It's a bug in mybb.

The thing is - admin panel doesn't show "https" avatars because it checks for "http://" in the url to determine that avatar is external.

This check goes on in admin/modules/users.php, line 3502 (also line 1026 etc).
It should be changed to include "https://" pages as possible avatar address as well.