As mentioned in the topic's title, in 4.4.7 with the new gallery version includes a new IMAGES profile extension when viewing a member profile. However, unlike other tabs (for example the ALBUMS TAB in the same gallery application) it doesn't check if the user has uploaded any images before deciding if it should be shown or not.
This is the code inside /applications/gallery/extensions/core/Profile/galleryImages.php:
public function showTab(): bool
{
return TRUE;
}
The ALBU