hiding unlisted folders in menu
bgates
Registered Users Posts: 100 Major grins
I am getting there with the new SmugMug. But I want my nested folders in my Portfolio menu to be hidden from others but visible to me when logged in.
I have four public folders and one unlisted folder named "private." Beneath the "private" folder I have a number of other nested folders, all of which are unlisted (at all levels, I checked every one). As the attached screen shot shows, when logged in these folders show up with "unlisted" but when not logged in they still show up. Is this just not possible or have I missed a setting somewhere?
Thanks for any help,
Bob
loggedn.jpg
http://www.bobgatesphoto.com/
I have four public folders and one unlisted folder named "private." Beneath the "private" folder I have a number of other nested folders, all of which are unlisted (at all levels, I checked every one). As the attached screen shot shows, when logged in these folders show up with "unlisted" but when not logged in they still show up. Is this just not possible or have I missed a setting somewhere?
Thanks for any help,
Bob
loggedn.jpg
http://www.bobgatesphoto.com/
0
Comments
Private galleries will not show to anyone except you. If I click on something in your private folder I get a page that is empty except for your header. I would recommend not placing private galleries in your navbar as the only person who can see those is you, and you must be logged in.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
EDIT: I think what I will do is leave just the main "private" sub-folder in the menu. Then when logged in, I can click that and see all the others below. Other people will still see the private folder, and get a blank folder when they click on it, but I think I can live with that.
Thanks for your help.
Probably works best only in drops as the main might have separators that won't hide.
Put this in the "Name" for the unlisted gallery link.
<span class="hideme">whatever page</span>
Add this to your "entire site" CSS.
.hideme {display:none;}
.sm-user-loggedin .hideme {display:block;}
You might also leave the main button button blank, no link.
My Website index | My Blog