| How to not show Private Album `locked' thumbnail
Does the following still apply to 4.8.1?
We don't want private albums to show up, or the `locked' thumbnails to appear in the members galleries.
Quote December 3rd, 2003, Michael P
4.5.1: Private Photos appear in showgallery
------------------------------------------------------------------------
If you have Admin:Options set to show all of a users photos, thumbnails from private galleries will appear in the users gallery (although clicking on them will prompt for a password).
line 51 in showgallery.php should be change as follows:
list( $catid, $thecatname, $catthumbs, $cattype, $catparent, $thiscatpass ) = mysql_fetch_row($ctitleq);
And it will behave as expected.
*
|