Is there any way to set collections as Hidden so they can only be accessed if you give a link to someone?
In my MySQL Database I created a new row(?) called 'Hidden' and made it an Int (I was thinking Binary because it's either On or Off but I just used Int), but I don't know how to code that into the PHP.
I saw the ticket on the dev site and the .htaccess submission, but I think it should be easier than this, You have it set to where if a collection is empty it doesn't show, I'm not that experienced in PHP so I have yet to really figure out how that works, why not just make it if hidden == TRUE then don't display?