No Right Click on Images or Content
3 posters
Page 1 of 1
No Right Click on Images or Content
Hello there,
Is there any way that I can have a code or something when you try to right click your mouse to save as a image, that it comes up No right clicking? I only want to have this option to be used on the Portal page?
I know when you make a webpage that you can put a code in there to come up no right click allowed or Copyrighted... and so on...
Can we have an option for forums to do this too? Like I said I only want it to be on the Portal page, since everyone see that page.
Thank you,
Jen
Is there any way that I can have a code or something when you try to right click your mouse to save as a image, that it comes up No right clicking? I only want to have this option to be used on the Portal page?
I know when you make a webpage that you can put a code in there to come up no right click allowed or Copyrighted... and so on...
Can we have an option for forums to do this too? Like I said I only want it to be on the Portal page, since everyone see that page.
Thank you,
Jen
Last edited by JH37 on Wed Jul 15, 2015 1:14 am; edited 1 time in total
JH37- Forumember
- Posts : 63
Reputation : 1
Language : Eglish
Re: No Right Click on Images or Content
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
JH37- Forumember
- Posts : 63
Reputation : 1
Language : Eglish
Re: No Right Click on Images or Content
Hello @JH37,
To disable right click on images go to your ACP->Modules->Javascript Management
Create a new Javascript
Title: What you wish
Placement: In all the pages
Javascript Code:
and press submit.
You can replace the value "Forum Name:" with your forum name. This code is disable right click on images and drag n' drop functions.
To disable right click on images go to your ACP->Modules->Javascript Management
Create a new Javascript
Title: What you wish
Placement: In all the pages
Javascript Code:
- Code:
$(document).ready(function(){
$('img').on('contextmenu', function(e) {
alert('Forum Name: Copy Content is prohibited on this forum.');
return false;
});
$('img').on('dragstart', function(e) {
alert('Forum Name: Copy Content is prohibited on this forum.');
return false;
});
});
and press submit.
You can replace the value "Forum Name:" with your forum name. This code is disable right click on images and drag n' drop functions.
Re: No Right Click on Images or Content
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Disable right click for images only
» This forum brakes your rules: Illicit contents, Hateful or abusive content, Defamatory content and / or affecting ...
» Posting Tumblr Images of Tweets and Instagram causing my comments and Images to disappear
» helppp cant click
» Forum images change to Font Awesome images
» This forum brakes your rules: Illicit contents, Hateful or abusive content, Defamatory content and / or affecting ...
» Posting Tumblr Images of Tweets and Instagram causing my comments and Images to disappear
» helppp cant click
» Forum images change to Font Awesome images
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum