PDA

View Full Version : Text in Right Click protection box?


StylusFunk
Jun-28-2009, 12:04 PM
Is it possible to change what it says?

J Allen
Jun-28-2009, 12:28 PM
:nod


Top Java-Script box:





//====Right Click Warning======

redirectPath();

rightClickWarning = "DONT STEAL MY PHOTOS FOOL!!";






:D

StylusFunk
Jun-28-2009, 12:46 PM
Thx. :D

I was thinking: "Your Mama was a worthless thief too."

StylusFunk
Jun-28-2009, 12:54 PM
Hmm, didn't seem to work. Are there any () or {} missing?

J Allen
Jun-28-2009, 01:02 PM
Hmm, didn't seem to work. Are there any () or {} missing?

Look's like the 'Easy Customizer' is keeping that from working maybe :scratch

Not sure how to get around that..Not too familiar with the EC but I think it has a setting to change that...

StylusFunk
Jun-28-2009, 02:23 PM
Just saw there is a spot to add your own Right Click text in the Easy Customizer. :rofl

J Allen
Jun-28-2009, 02:46 PM
Just saw there is a spot to add your own Right Click text in the Easy Customizer. :rofl


:thumb

PS..Those night clubs look FUN :D

DMBoom
Oct-03-2011, 03:28 AM
I have both the text in my Easy Customizer and my Top Java script, but some photo's do give the right click warning, and some don't.

What to do about that?

Smug Eric
Oct-04-2011, 07:35 PM
Which ones don't? We would need links to those to see where the problem is.

DMBoom
Oct-05-2011, 12:17 AM
Sorry.

The ones in these galleries do not give the right click warning:
http://www.desiree-fotografie.nl/Fotos/In-Opdracht/Matchstick/18338215_6sbr49#1408888736_t8Kz5xk
http://www.desiree-fotografie.nl/Fotos/In-Opdracht/Matchstick-29-juli-2011/18338234_dnRkWT#1346209239_qxfBWwx
http://www.desiree-fotografie.nl/Fotos/In-Opdracht/Portretten/18931913_6V6N6X#1492450615_hRqMMxc
http://www.desiree-fotografie.nl/Fotos/Bedrijfsfotografie/Product/17995853_pgJFGX#1346209239_qxfBWwx
http://www.desiree-fotografie.nl/Fotos/Evenementen/Concerten/18384735_jqkk5K#1372863555_vX8X68n

Smug Eric
Oct-05-2011, 04:07 PM
Those galleries don't have the right click protection enabled in the gallery settings. Go in and change the Protected option to Yes.

DMBoom
Oct-06-2011, 12:20 AM
Oh... That's weird, I don't remember ever changing that... And I thought of checking the gallery settings, but then I thought: nah, I put it in the CSS, it should be alright!

Thanks, I'll change it!

LJ2b2c
Oct-07-2011, 08:17 AM
I was lurking along following this thread, and thought it might answer a problem I've been trying to solve. Looks like maybe it is getting close, so if you don't mind I'll just add my question to this thread.

I use the code to add the "Download Image...: button to my galleries. However, for that to work, Originals must be enabled and Right Click protection turned off. This would seem to make sense for most people.

I do want people to be able to download the originals. However I have had people use right click to save pictures and then complain about the quality. What I was trying to do was use the Right Click message to warn these users to use Download Image instead of Right Click.

I've tried taking out the check in the code for Right Click, but without Right Click protection set to yes, I still don't get the message. When I do set it to yes, I get the Download Image... Button, but it does not work. I get a page not found type of screen, as if SM is blocking the attempt (which I guess many would consider a good thing).

I had pretty much given up on this one, but thought the Java statement from Joe might work, but for some reason it makes my JFriend HTML5 slideshow on my Homepage stop working.

Am I overlooking something simple?

Larry