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!

Views: 18

Replies to This Discussion

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

 

Hi Jen,

I just wanted to let you know that I popped your code on to my own network and it works LIKE A CHARM!!!!  I realize that it's not a fix-all, but it sure is a nice deterrent!  Thank you again!!

RSS

Members

© 2026   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips