Changeset 2696261
- Timestamp:
- 03/18/2022 09:13:56 PM (4 years ago)
- Location:
- easy-content-protector
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-content-protector/tags/1.0.0/readme.txt
r2696253 r2696261 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 10 11 This plugin prevent copy, cut, paste, inspect element and selection of the content. You can easily enable or disable it from dashboard.11 This plugin prevent copy, cut, paste, inspect element and selection & view source of the content. You can easily enable or disable it from dashboard with related notices. 12 12 13 13 == Description == 14 14 Simple plugin to prevent copy content. 15 Features of this plugin 16 - Disable right click(contextmenu) and you can display your message when user press right click. 17 - Disable cut and you can display your message when user press control + x 18 - Disable copy and you can display your message when user press control + c 19 - Disable paste and you can display your message when user press control + v 20 - Disable inspect element and you can display your message when user press control + shift + i or F12 21 - Disable view source and you can display your message when user press control + u 22 15 23 16 24 == Installation == … … 19 27 <li>Please go to your website Dashboard</li> 20 28 <li>Plugins and Add new</li> 21 <li>Search for Copy Content</li>29 <li>Search for Easy Content Protector</li> 22 30 <li>Install it and activate it.</li> 23 31 </ul> … … 33 41 </ul> 34 42 43 == Frequently asked questions == 44 = How can I disable copying our article from website? = 45 Simply go to Dashboard >> Settings >> Content Protector >> You can check copy, paste, cut option to prevent copying 46 = Can I remove message on copy, cut, paste, inspect elements, view source? = 47 Yes, Simply when you clear the message field text it will hide message on frontend. 48 = Can I disable right click(Context Menu) on website? = 49 Yes you can disable it from Dashboard >> Settings >> Content Protector >> Disable Right Click(Checked if unchecked to disable) 50 = What if I found a bug? = 51 Simply Send email to our development team plugindeveloperofficial@gmail.com. We will fix it as soon as possible. 52 53 35 54 == Changelog == 36 = 1.0.0 =55 = 1.0.0 - 19/03/2022 = 37 56 <ul> 38 57 <li>Initialize Release</li> -
easy-content-protector/trunk/readme.txt
r2696253 r2696261 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 10 11 This plugin prevent copy, cut, paste, inspect element and selection of the content. You can easily enable or disable it from dashboard.11 This plugin prevent copy, cut, paste, inspect element and selection & view source of the content. You can easily enable or disable it from dashboard with related notices. 12 12 13 13 == Description == 14 14 Simple plugin to prevent copy content. 15 Features of this plugin 16 - Disable right click(contextmenu) and you can display your message when user press right click. 17 - Disable cut and you can display your message when user press control + x 18 - Disable copy and you can display your message when user press control + c 19 - Disable paste and you can display your message when user press control + v 20 - Disable inspect element and you can display your message when user press control + shift + i or F12 21 - Disable view source and you can display your message when user press control + u 22 15 23 16 24 == Installation == … … 19 27 <li>Please go to your website Dashboard</li> 20 28 <li>Plugins and Add new</li> 21 <li>Search for Copy Content</li>29 <li>Search for Easy Content Protector</li> 22 30 <li>Install it and activate it.</li> 23 31 </ul> … … 33 41 </ul> 34 42 43 == Frequently asked questions == 44 = How can I disable copying our article from website? = 45 Simply go to Dashboard >> Settings >> Content Protector >> You can check copy, paste, cut option to prevent copying 46 = Can I remove message on copy, cut, paste, inspect elements, view source? = 47 Yes, Simply when you clear the message field text it will hide message on frontend. 48 = Can I disable right click(Context Menu) on website? = 49 Yes you can disable it from Dashboard >> Settings >> Content Protector >> Disable Right Click(Checked if unchecked to disable) 50 = What if I found a bug? = 51 Simply Send email to our development team plugindeveloperofficial@gmail.com. We will fix it as soon as possible. 52 53 35 54 == Changelog == 36 = 1.0.0 =55 = 1.0.0 - 19/03/2022 = 37 56 <ul> 38 57 <li>Initialize Release</li>
Note: See TracChangeset
for help on using the changeset viewer.