View Single Post
  #339  
Old Jun 13, 2009, 11:40 AM
Secret Squirrel's Avatar
Secret Squirrel Secret Squirrel is online now
VGMdb Administrator
 
Join Date: May 2007
Location: Cleveland, OH
Posts: 8,309
Default

Quote:
Originally Posted by Zorbfish View Post
I'd like to request that collection.php truly hide private albums. Currently even if you mark a folder or album as private from the 'view collection' command it is still visible from the 'do=show&albumid={id}' function on the album entry.
I've partially implemented this. Now, if your album is private, or it is in a private folder, it shows up as (Private) at the end of the collection lists.

http://vgmdb.net/db/collection.php?do=show&albumid=7985

However, if your albums are all stored in subfolders, and are more than one level removed from a folder that's marked private, it won't hide them because I couldn't find a reasonable (and fast) way to recurse up the tree.

So, to hide the rest of your albums, you'll just have to make sure that they are all in private folders.