disable right click from photos disappeared from roadmap for 7.1

Just wandering ehy "disable right click on photos" feature disappeared from 7.1 roadmap ? It was there as fixed for a long time but now its not there anymore

Quote · 18 Mar 2011

It's will not help you! Your users just disable javascript and will get all your photos

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 18 Mar 2011

freakpower, try to utilize the watermark, not sure if its working on 7.0.5 or not, too many other things to dig around on.

 

Sasha, can you confirm that the watermark works on 7.0.x series?

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 18 Mar 2011

sasha: yes but we have strict personal identity rules here in CZ similar like in germany so we have to keep that rule which says users cant save personal pictures without written allowance of others on that picture to dot mususe  - I know those who really want find a a way but at least this will be basic protection. Also most of people on dating sites are not very computer literate people - so most ofn them dont know how disable javascript and that by disabling javasript they can save it so as a basic protection this will still work fine ...

Watertmark is of course second good thing that have to work properly - agree DOsdawg but still think that disabling right click is a good basic level protection .

Quote · 18 Mar 2011

 

sasha: yes but we have strict personal identity rules here in CZ similar like in germany so we have to keep that rule which says users cant save personal pictures without written allowance of others on that picture to dot mususe  - I know those who really want find a a way but at least this will be basic protection. Also most of people on dating sites are not very computer literate people - so most ofn them dont know how disable javascript and that by disabling javasript they can save it so as a basic protection this will still work fine ...

Watertmark is of course second good thing that have to work properly - agree DOsdawg but still think that disabling right click is a good basic level protection .

Open the templates/base/_header.html

and insert these code lines: between <header> tag :


<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function right(e) {
var msg = "Sorry, you don't have permission to right-click.";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
else return true;
}

function trap()
{
if(document.images)
{
for(i=0;i<document.images.length;i++)
{
document.images[i].onmousedown = right;
document.images[i].onmouseup = right;
}
}
}
// End -->
</SCRIPT>

and replace <body <bx_injection:injection_body /> >

with :

<body <bx_injection:injection_body /> onLoad="trap()">

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 18 Mar 2011

Thanks for a code Saasha. ANyway is there an chance this will be implemented to administration so admin can easily turn this on/off . Its easy feature and just short code I think if you implement it to administration it will be good and admin can decide if they turn it on/off

Quote · 18 Mar 2011

 

Thanks for a code Saasha. ANyway is there an chance this will be implemented to administration so admin can easily turn this on/off . Its easy feature and just short code I think if you implement it to administration it will be good and admin can decide if they turn it on/off

If you need completed  module, move your post in as job section!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 18 Mar 2011

ni I mean only return that feature back to 7.1 roadmap as it was already there ...

Quote · 18 Mar 2011
It's not there because I closed the ticket. It is a bad idea to use is for this. It is much better to overlay the image with a transparent png, so that right clicking and saving will save the overlay image.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 18 Mar 2011

Houston: ahaa - yes that idea is okay its indeed better . Can you replace ticket you removed with a new one with that overlay image function so it can be turned on/off from admin ?

Quote · 18 Mar 2011
I meant to say "bad idea to use JavaScript" but post editing on iPhone doesn't work.p
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 18 Mar 2011

 

It's not there because I closed the ticket. It is a bad idea to use is for this. It is much better to overlay the image with a transparent png, so that right clicking and saving will save the overlay image.

It's not good too, I can also  inspect  image that will placed before transparent image...

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 19 Mar 2011

hmm by me the changes dont works!
have you test it, freakpower?

ps: but thanks SashaE for helping..

Best regards!

--- call me asa! ;-)
Quote · 19 Mar 2011

 

 

It's not there because I closed the ticket. It is a bad idea to use is for this. It is much better to overlay the image with a transparent png, so that right clicking and saving will save the overlay image.

It's not good too, I can also  inspect  image that will placed before transparent image...

That's true,but the average social network user probably has no idea how to do that... I doubt half the "webmasters" here know how to do that.  At least with a transparent png overlay, you don't have some javascript that can create conflicts.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 19 Mar 2011

ohohohoh .. sry. @houstonlively
i thought it was my idea... look here:

http://www.boonex.com/unity/forums/#topic/-disable-right-click-gt-save-pictures-or-get-a-law-warning-.htm

now i see just that you have post this idea before i did it... :)

i hope somebody will help us.

best regards!

--- call me asa! ;-)
Quote · 19 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.