markanthony1986 Posted June 5, 2011 Share Posted June 5, 2011 If any of you guys have ever had the misfortune of having your well written, unique content stolen, here's a tip for you to disable the right click function Open up; themes / yourtheme / header.tplChange: <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> To: <body oncontextmenu="return false;" {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> 2 Link to comment Share on other sites More sharing options...
Rhobur Posted June 6, 2011 Share Posted June 6, 2011 Thank you! Very useful, it is always a good thing to protect one's hard work. Link to comment Share on other sites More sharing options...
markanthony1986 Posted June 6, 2011 Author Share Posted June 6, 2011 My pleasure, as far as I am aware this is cross browser compatible....it doesn't prevent keyword short-cuts but, my view is "if you know how to use keyboard short-cuts, you are probably clued up on websites and not stupid enough to steal someone's content". Link to comment Share on other sites More sharing options...
markanthony1986 Posted June 6, 2011 Author Share Posted June 6, 2011 Thank you! Very useful, it is always a good thing to protect one's hard work. rename: http://www.caprice-shop.ro/modules/jgalleryview2/slides/slide0.jpgto: http://www.caprice-shop.ro/modules/jgalleryview2/slides/important-keyword.jpgAlso add keywords in the alt and title tags Link to comment Share on other sites More sharing options...
markanthony1986 Posted June 6, 2011 Author Share Posted June 6, 2011 I think 1.4 have taken care of this issue. Link to comment Share on other sites More sharing options...
markanthony1986 Posted June 6, 2011 Author Share Posted June 6, 2011 I think 1.4 have taken care of this issue. As yet to start using it! Link to comment Share on other sites More sharing options...
Rhobur Posted June 8, 2011 Share Posted June 8, 2011 @taurasmark : ok, good suggestion about renaming the slides, thank you. About the alt and title, what are you referring to, all product pictures ? How can I change alt for these ? Link to comment Share on other sites More sharing options...
markanthony1986 Posted June 8, 2011 Author Share Posted June 8, 2011 Prestashop 1.4 automatically adds the alt and title tags to product images and links, I was referring to the homepage slider you have, it's a 3rd party module so you would have to open up the file where you edited the image names to make the changes below.Looking at a section of code from your slider I can see: I would add titles and fill in the alt tags Link to comment Share on other sites More sharing options...
Rhobur Posted June 8, 2011 Share Posted June 8, 2011 @taurasmark : Thank you for your help and time. I will do exactly that. Link to comment Share on other sites More sharing options...
Rhobur Posted June 8, 2011 Share Posted June 8, 2011 Looked at the tpl file and found that code for alt : alt="{$smarty.foreach.loop.index}" What should I change here ? Link to comment Share on other sites More sharing options...
elemagency Posted June 16, 2011 Share Posted June 16, 2011 I have not tried this, but will plan to try.If using this, i can save my content, That's the best solution for me to save my content.Thanks for sharing. Link to comment Share on other sites More sharing options...
guest* Posted June 24, 2011 Share Posted June 24, 2011 I think 1.4 have taken care of this issue. As yet to start using it! From Version 1.4. onwards presta has rel-canonical on board, so if somebody steals your content it wouldn't be happy with it. Link to comment Share on other sites More sharing options...
guest* Posted June 24, 2011 Share Posted June 24, 2011 If any of you guys have ever had the misfortune of having your well written, unique content stolen, here's a tip for you to disable the right click function Open up; themes / yourtheme / header.tplChange: <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> To: <body oncontextmenu="return false;" {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> Disable right click is not a solution, because you can copy the content from source code as well... Link to comment Share on other sites More sharing options...
markanthony1986 Posted June 24, 2011 Author Share Posted June 24, 2011 That is true!But the point I was trying to make was that, people who are clued up with websites, know how to use keyboard short cuts and view source code and are probably not silly enough to steal content from other websites in the first place Link to comment Share on other sites More sharing options...
Garland25 Posted July 14, 2011 Share Posted July 14, 2011 thanks for this but what does it do, just make if impossible to copy and paste or something? Link to comment Share on other sites More sharing options...
pralbin Posted July 15, 2011 Share Posted July 15, 2011 What you also can do is use Tynt which is a script that leaves a watermark on the copied text. You can also see what text that has been copied. Link to comment Share on other sites More sharing options...
josephandersson Posted July 18, 2011 Share Posted July 18, 2011 Great thread! I will implement this as soon as possible! No one will steal my content now! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 18, 2011 Share Posted August 18, 2011 thanks for this but what does it do, just make if impossible to copy and paste or something? Garland, This prevents people who visit your website from using right click to copy and paste your content. Obviously, there are ways around this (especially with text), but this safeguard deters a large portion of those who might be trying to do it in the first place. -Mike Link to comment Share on other sites More sharing options...
aliaspt Posted January 11, 2012 Share Posted January 11, 2012 Do you know where to insert the Tynt code? I discovered another PS shop that sells same products I do and just copied my content and some design bits. Disgusting. What you also can do is use Tynt which is a script that leaves a watermark on the copied text. You can also see what text that has been copied. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now