TimeLine (only when logged in)

jchinjchin Registered Users Posts: 713 Major grins
edited January 20, 2008 in SmugMug Support
Is it possible to set it up so that only I can see the TimeLine?
So only when I'm logged in, my homepage shows the TimeLine search option.
Thanks.
Johnny J. Chin ~ J. Chin Photography
FacebookFlickrSmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited January 19, 2008
    Sure, show it on your homepage,

    then add this CSS:

    #datesBox {display: none;}
    .loggedIn #datesBox {display: block;}
  • jchinjchin Registered Users Posts: 713 Major grins
    edited January 20, 2008
    Andy, you're the best. Thanks for the quick reply.

    Can the same be done for keywords?
    Johnny J. Chin ~ J. Chin Photography
    FacebookFlickrSmugMug
    SmugMug referral coupon code: ix3uDyfBU6xXs
    (use this for a discount off your SmugMug subscription)
  • ivarivar Registered Users Posts: 8,395 Major grins
    edited January 20, 2008
    jchin wrote:
    Andy, you're the best. Thanks for the quick reply.

    Can the same be done for keywords?
    No problem thumb.gif
    #keywordsBox {display: none;}
    .loggedIn #keywordsBox {display: block;}
    
Sign In or Register to comment.