Social Web Directory :: Social Network Directory :: Ning Tips and Ning Support
My ning site, NJFirefighting.com, is a network for Jersey firefighters to talk with one another, upload photos, videos, news, etc. It is continuously growing, but I run into some snags with members who love to take photos.
They would love to upload photos to my site, but my site does not offer protection rights. Is there any way to do this? Does anyone know if there is a code I can install that doesnt allow anyone to right click on a photo to save it? Or maybe it embeds a watermark? Or maybe just provides a simple warning?
Any help or suggestions would be greatly appreciated!
Thanks!
Tags:
Unfortunately there is no sure fire way to stop folks from lifting images. But there are preventative measures that help a little. Check out this thread on Creators for the conversation about this issue:
http://creators.ning.com/forum/topics/some-questions-about
Here's the right-click I tweaked, but never used on one of my sites. Let me know if it works okay - - been a long time since I installed this on a site. But again, no real way to stop lifting of images. There are always ways around it:
Add code to bottom of your Custom Code Box via: My Network/Tools/Custom Code.
<!-- Prevent Right-Click -->
<script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$("#xg").attr({_maxembedwidth: "741"});
}
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
return false;
}
function mousehandler(e){
var myevent = (isNS) ? e : event;
var eventbutton = (isNS) ? myevent.which : myevent.button;
if((eventbutton==2)||(eventbutton==3)) return false;
}
document.oncontextmenu = mischandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
</script>
<!-- END Prevent Right-Click -->
Best,
Jen
Welcome to
JenSocial: Social Web Directory and Ning Tips
Posted by JenSocial on May 7, 2018 at 8:35pm 8 Comments 1 Favorite
Posted by JenSocial on January 6, 2017 at 4:00pm 10 Comments 1 Favorite
Posted by JenSocial on October 22, 2016 at 1:05am 0 Comments 0 Favorites
Posted by JenSocial on September 17, 2016 at 12:00am 26 Comments 1 Favorite
Posted by JenSocial on August 31, 2016 at 3:30pm 13 Comments 0 Favorites
Ning 3.0 Tip - Add Buttons/Links Below Status Update (Quick Links to Add Photos, Posts, Discussions)
Started by Predestined by God Feb 1, 2015. 0 Replies 0 Favorites
Started by IDC. Last reply by JenSocial Oct 27, 2012. 1 Reply 1 Favorite
Started by Dr. Husky. Last reply by Dr. Husky Aug 18, 2012. 5 Replies 1 Favorite
© 2026 Created by JenSocial.
Powered by
© Copyright JenSocial.