image protect image protect
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

image protect

Started by wesleyvk, January 26, 2005, 08:17:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wesleyvk

Hey,
is there any way to protect my images in any way!

So people cant save it by using the mouse or the small popup if you stand with your mouse over an image or in the sourcecode..

I know there are some codes to do this but Im dont know if they will mess up the gallery so I ask it here first!

thank you in advance!

Joachim Müller

add <meta http-equiv="imagetoolbar" content="no">into themes/yourtheme/template.html, in a new line right after{META}. Note that this will only keep the image toolbar in IE from showing up, it will not keep users from saving images - just because this is not possible.

Joachim