Hiding (not showing) keywords (logged out vs logged in)
papajay
Registered Users Posts: 441 Major grins
I'm not sure if this should be a feature request, a customization question, or a support question...sofeel free to move it if this is the wrong place.
First off, I'm thrilled with the new SmugIsland options...I can now keep Google from snooping if I so choose! Lovin' it!
So, here's what has to be a minor point compared to the major stuff that SmugIsland addresses:
If I choose to Hello World ...NO, and Hello Smuggers..."NO, make me an island", site specific searches can be run for caption content and/or keyword content. I would prefer to leave captions searchable, but hide the keywords "under the hood" and only be viewable by myself when I am logged in.
[going all the way to "total lockdown" (as the name implies) prevents searches for visitors on both keywords AND captions]
Using an earlier customization to hide keywords hides them from view whether logged out or logged in for the detailed view of a single image. Even when logged in, Seeing/Editing the keywords associated with a single photo cannot be done using the simple EDIT function on the detailed view of the photo...it requires opening the bulk caption/keyword editor function, scrolling to find the photo again, then editing.
What I'm trying to say is I'd like to be able to see and edit my keywords on a detailed view of a single photo (when I am logged in), but have the keywords not visible when logged out. The keywords in the keyword gallery would also not be visible except when I am logged in. Thus, visitors would still be able to search caption content, but not keywords.
If this is doable without a major development project, I'd like to see it as an "option". If it can be done with a relatively minor twead to the currently available hack to hide keywords, I'd be quite happy with that as an alternative.
If it proves to be a major hack challenge...I'll "survive" nicely enough without it because I got the most important functionality I sought from what's already been achieved via SmugIsland.
First off, I'm thrilled with the new SmugIsland options...I can now keep Google from snooping if I so choose! Lovin' it!
So, here's what has to be a minor point compared to the major stuff that SmugIsland addresses:
If I choose to Hello World ...NO, and Hello Smuggers..."NO, make me an island", site specific searches can be run for caption content and/or keyword content. I would prefer to leave captions searchable, but hide the keywords "under the hood" and only be viewable by myself when I am logged in.
[going all the way to "total lockdown" (as the name implies) prevents searches for visitors on both keywords AND captions]
Using an earlier customization to hide keywords hides them from view whether logged out or logged in for the detailed view of a single image. Even when logged in, Seeing/Editing the keywords associated with a single photo cannot be done using the simple EDIT function on the detailed view of the photo...it requires opening the bulk caption/keyword editor function, scrolling to find the photo again, then editing.
What I'm trying to say is I'd like to be able to see and edit my keywords on a detailed view of a single photo (when I am logged in), but have the keywords not visible when logged out. The keywords in the keyword gallery would also not be visible except when I am logged in. Thus, visitors would still be able to search caption content, but not keywords.
If this is doable without a major development project, I'd like to see it as an "option". If it can be done with a relatively minor twead to the currently available hack to hide keywords, I'd be quite happy with that as an alternative.
If it proves to be a major hack challenge...I'll "survive" nicely enough without it because I got the most important functionality I sought from what's already been achieved via SmugIsland.
0
Comments
#photoKeywords {display: none;} /* hide keywords */
.loggedIn #photoKeywords {display: block;} /* keywords visible when logged in */
#keywordList {display: none;} /* hide keyword list */
.loggedIn #keywordList {display: block;} /* keyword list visible when logged in */
If you bring your keyword list out of your control panel it should be visible only when you are logged in.
Wow!...thanks Rich...that's very close (85%, give or take) to what I was looking for.
Keyword are visible on the detailed view of a single photo now when logged in (and it is editable) and not visible when logged out .
The gallery descriptions are searchable when logged out , but the captions are not .
The nick.smugmug.com/keyword list is also still visible when logged out
keyword
followed by the page where you want to redirect the people that try to access your keyword list page.
It should then look somewhat like this: That and the other code from the link should redirect people directly back to your startpage.
Hope this helps,
Sebastian
SmugMug Support Hero
Thanks Sebastian...that's using "the ol' noodle"...I'll have to give this a try. I'm guessing there may be a "downside", though, will the redirect script prevent me from seeing my keyword list/page/gallery when I am logged-in? (I would think it might, but am not computer saavvy enough to know for sure).
PBolchover mentions this in his post:
Good luck,
Sebastian
SmugMug Support Hero