Epsilondelta

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

=== No Right Click Images Plugin === Tags: images, image, right click, stealing Donate link: http://www.blogseye.

com/buy-the-book/ Requires at least: 3.0 Tested up to: 3.5 Contributors: Keith Graham Stable tag: 2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Disables right click context menu on images to help deter leeches from glomming images. == Description == The No Right Click Images Plugin Plugin uses JavaScript to change the right clic k action on IMG tags to disable context menu. It disables the context menu on im ages only so other right click actions, such as links, should work normally. Since it uses JavaScript, it targets more images than using a plugin that filter pages and rewrite the tag. The plugin will find many images generated in script s or pasted into posts and comments, that similar plugins will not find. It is impossible to keep people from stealing images that appear in web pages, b ut this plugin will deter casual theft from surfers who do not want to interpret HTML or dig into the browser cache. == 1. 2. 3. Installation == Download the plugin. Upload the plugin to your wp-content/plugins directory. Activate the plugin.

== Changelog == = 1.0 = * initial release = 1.1 = * deleted some unused code in the javascript = 1.2 = * Added code that works when javascript creates or loads a new image. Disabled d rag and drop on images so images can't be dragged to desktop. = 1.3 = * Disabled links to local images (png, gif, jpg) in wp-content, preventing them from opening in a new window. This would allow these images to be saved or copie d. = 1.4 = * Backed out click check on images because it broke galleries. I left it in as a n option if you want to change the code. = 2.0 = * Separated javascript into a loadable file. Added an option to replace images o n right click in order to thwart FireFox users who choose to block javascript fr om controlling the context menu. Made drag and drop blocking optional. = 2.1 = * Added option so that logged in users are allowed to copy images. Disables the plugin for logged in users. Captured copy to clipboard events to prevent another

way of copying in some browsers. Fixed a problem in image replacement that prev ented an image from being restored when another image was right clicked before t he image times out. = 2.2 = * Changed the default so that logged in users cannot copy images. Too many peopl e tested the plugin without checking the settings and assumed that the plugin wa s broken. They did not read the documentation, try the settings, or check the Wo rdPress forums. I am sorry that I had to do this, but users were indicating on t he WordPress plugin page that it didn't work. = 2.3 = * Added support for longclick and touch interface for android and ipad/iphone. = * h * * 2.4 = Added alternate replacement image url for webmasters who don't like the o-slas Added an option to turn off IOS Android events that screwed up some web sites. Added an extra Security check on plugin load.

== Frequently Asked Questions == = I click on an image to open it and then I can save it = When you added the image to WordPress you specified this behavior. When you inse rt an image you have to specify that you don't want to have a click on the image open the image. It is up to you to protect your images by not opening the image on a click. If you are able to click on an image to display the image in a new window, it is then outside of Wordpress and can't be protected. = I have a Slideshow or Gallery and users can right click on the images in the g allery. = Special image presentation plugins that use jQuery or other Javascript systems o verride the behavior of this plugin. When they load they take over and my plugin can't help you. You need to contact the authors of the gallery and ask they the y disable the right click event and drag events inside their plugin. == Support == = Rate the Plugin = This plugin is free and I expect nothing in return. Please rate the plugin at: h ttp://wordpress.org/extend/plugins/no-right-click-images-plugin/ = Buy my book = If you wish to support my programming, buy my book: http://www.blogseye.com/buy-the-book/ : Error Message Eyes: A Programmer's Guide to the Digital Soul = Some of my many plugins = http://wordpress.org/extend/plugins/permalink-finder/ : Permalink Finder Plugin http://wordpress.org/extend/plugins/open-in-new-window-plugin/ : Open in New Win dow Plugin http://wordpress.org/extend/plugins/kindle-this/ : Kindle This - publish blog to user's Kindle http://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/ : Stop Sp ammer Registrations Plugin http://wordpress.org/extend/plugins/collapse-page-and-category-plugin/ : Collaps e Page and Category Plugin http://wordpress.org/extend/plugins/custom-post-type-list-widget/ : Custom Post

Type List Widget

You might also like