Options

Sharing pics on forums

Cygnus StudiosCygnus Studios Registered Users Posts: 2,294 Major grins
edited August 25, 2008 in SmugMug Support
I noticed that anyone can access my smugmug page and share the pics, so I changed the settings to not allow easy sharing. Now I cannot share either. Is there a way to only allow "owner" sharing, or am I limited to limiting the size of the photo?
Steve

Website

Comments

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,246 moderator
    edited August 25, 2008
    I noticed that anyone can access my smugmug page and share the pics, so I changed the settings to not allow easy sharing. Now I cannot share either. Is there a way to only allow "owner" sharing, or am I limited to limiting the size of the photo?
    Try this:
    .share_button {
        display: none;
    }
    .loggedIn #altViews.nav,   
    .loggedIn .share_button {
        display: block;
    }
    
    You'll need to leave sharing turned on in the galleries, then this code will turn it off when you're not logged in and on when you are logged in.
    --- Denise
  • Options
    Cygnus StudiosCygnus Studios Registered Users Posts: 2,294 Major grins
    edited August 25, 2008
    That works :D thanks!
    Steve

    Website
  • Options
    ~Jan~~Jan~ Registered Users Posts: 966 Major grins
    edited August 25, 2008
    Well THAT is a handly little piece of code! Thanks!!
Sign In or Register to comment.