PDA

View Full Version : Smugmug Hierarchy


ckalephoto
18th of January 2011 (Tue), 10:03
Does anyone know if there is a way to disable the hierarchy in Smugmug once you have a client in their gallery?
Example: My Smug structure may be Home- Family Portraits- Jones family
If I give the Jones family a link to the gallery, up above the thumbnails, they see the Folder hierarchy and can click back to Family Portraits or all the way back Home.
Now, I know this isn't a big deal, but I have reasons for wanting to keep the customer on their page only.
Thanks for any help.

BrandonSi
18th of January 2011 (Tue), 11:51
Does anyone know if there is a way to disable the hierarchy in Smugmug once you have a client in their gallery?
Example: My Smug structure may be Home- Family Portraits- Jones family
If I give the Jones family a link to the gallery, up above the thumbnails, they see the Folder hierarchy and can click back to Family Portraits or all the way back Home.
Now, I know this isn't a big deal, but I have reasons for wanting to keep the customer on their page only.
Thanks for any help.

Sure.. you can change this in css. You just add a custom entry in the css section of the advanced customizer for that specific gallery, to turn navigation off.

Something like


.gallery_11195620 .pageNav {
display: none;
}

.notLoggedIn .gallery_11195620 .pageNav {
display: none;
}



Obviously you need to use your gallery number, not the one I posted. You'll find much more help over at the dgrin forums.

ckalephoto
18th of January 2011 (Tue), 12:13
Thanks Brandon. I just went there and signed up.

randomlinh
18th of January 2011 (Tue), 13:08
Don't forget to "Hide Owner" for the gallery too, or else you can just backtrack the URL.