Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
teraßyte Posted February 10, 2023 Posted February 10, 2023 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 ALBUMS profile extension in the same folder (gallery.php) does check if the user has any albums before showing the profile's tab. Sonya*, SJ77 and Colonel_mortis 3
Daniel F Posted February 10, 2023 Posted February 10, 2023 I've created a bug report for this. That said, I've gone ahead and also posted some further ideas to improve the experience here. It would be lovely if the admin could manage the tabs ( change the order + set if it should be hidden, shown only when data are present, or if it should be always shown. ) SeNioR-, SJ77 and Randy Calvert 1 1 1
Afrodude Posted April 13, 2023 Posted April 13, 2023 3 hours ago, Chris027 said: This bug remains unsquashed in 4.4.9 :~) You mean 4.7.9 🙂 Chris027 1
Marc Posted April 13, 2023 Posted April 13, 2023 13 hours ago, Chris027 said: This bug remains unsquashed in 4.4.9 :~) Yes, this is still an open bug report
Recommended Posts