View Full Version : Having Keywords NOT Show
Tom Potter
Jul-02-2008, 07:22 PM
Hey Guys,
If I do NOT want keywords to show to visitors, how would I accomplish that?
Thx,
Tom
Allen
Jul-02-2008, 07:56 PM
Hey Guys,
If I do NOT want keywords to show to visitors, how would I accomplish that?
Thx,
Tom
Add this to your CSS
#photoKeywords {display: none;}
.loggedIn #photoKeywords {display: block;}
You do realize this link will show them.
http://tompotterphotography.smugmug.com/keyword/
so add this also, but anyone with something like WebDev can disable your CSS and see it.
.keywordPage {display: none;}
.loggedIn .keywordPage {display: block;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.