Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Please sign in or apply for membership to remove the ads
    • CommentAuthorJDiPierro
    • CommentTimeMar 5th 2008
     
    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.
    • CommentAuthorJDiPierro
    • CommentTimeMar 5th 2008
     
    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?