Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

I am no longer using easy customize and as of late every time I do it messes with my custom background in advance customize so I want to leave it alone. So my question is, is there a way to bring back my right click message I had but in there through advance customize not easy customize. I would want to say something like "Copyright KO Photography" or along those lines, instead of the default that SmugMug puts in.

share|improve this question

1 Answer

up vote 4 down vote accepted

it's very easy to do so. Put this in your bottom javascript box of your advanced customizing:

// Add custom right click message
rightClickWarning = "All photos are © John Doe Photography. All rights reserved. Unauthorized use is prohibited."

Customize the entire part in quotes to say whatever you wish!

share|improve this answer
1  
Thank you Andy, figured it would be something easy just didn't know what to use for the coding – Keith Mar 4 '12 at 5:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.