Addon help Addon help
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Addon help

Started by CorporalStorm, April 17, 2006, 04:07:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

CorporalStorm

Anyone know how I can incorporate the right click javascript into the gallery.. So that when someone "tries" to rightclick to steal an image it gives up that popup box saying right click is disabled?

CStorm

Gizmo

Here are some search results: http://forum.coppermine-gallery.net/index.php?action=search2. One of them describes what you want to do. However, disabling right-click affects many other features of right-clicking and will probably anger users (especially those who do web development). A user can negate this by turning off javascript in their browser or if theiy're using Firefox and the Noscript extension like I do, again it doesn't stop me. The best way to protect your photos is to use a watermark (use the search tool).

You can check out this site for other suggestions but one of them interfers with cpg but I forgot which one. http://www.copy-not.com/ebay/cnwiz.php. The script goes in the template.html in your theme folder but honestly, it's not worth the trouble.

Billy
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

cgc0202

Hi,

I wrestled with this issue for quite sometime.  I am not too fond of "watermarking photos" either.  So, my decision was, if there is any photo you really did not want copied, do not publish a high quality version of it, or a very large size of it. Then, you can always place a "copyright by" note.

I have been uploading a lot of pictures the past two days, unless you change the default, CGP would not even allow a size greater than 1200x1500 px, I even increased the max to >5MB.  So, the quality of the pics actually are not very good.

In the age of digital cameras and flickr,  I have seen so many good photos that are under "creative commons" -- it is amazing the quality and diversity of photos that people are giving away -- provided you do not use it for commercial purpose and you at least acknowledge their ownership of the photo.

cgc0202

Joachim Müller


CorporalStorm

Thank you GauGau! You are absolutely amazing..

Now if I could only pick your brain some more.. I wish I could understand the CSS file to alter the images, but nothing seems to work..

CStorm

Joachim Müller

no right-click isn't done using CSS, but JavaScript. The threads you will find using the search results posted above will no doubt tell you that we do not believe in disabling  right-clicks. It's silly in the first place, drop the whole idea of doing this. If you still must do it, read the threads carefully, there are instructions in it how to accomplish this. Basically, the JavaScript function fires on the event "right mouse clicked" and does whatever it was designed to do (ranging from "do nothing" to "tell visitors that they mustn't right-click"). There's a load of "no right-click" script available all over the web, e.g. http://www.dynamicdrive.com/dynamicindex9/index.html