View Full Version : No Right Click
Calibre_k
09-09-2006, 12:30 AM
Can someone make a mod that no-one on forum, threads, posts can NOT right click.
So no right clicks.
THANK YOU.
robert_2004
09-09-2006, 07:25 AM
add the following to the bottom of HEADER_INCLUDE
<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Original: Martin Webb (martin@irt.org) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
// End -->
</script>
Or use my no right click hack that has been already made :)
Calibre_k
09-09-2006, 11:19 AM
robert_2004 - Thank you
Ziki - Which hack is that do you have link?
https://vborg.vbsupport.ru/showthread.php?t=124470
:)
Calibre_k
09-09-2006, 09:10 PM
Thanks will it work with vBulletin Version 3.6.0?
I really don't know.My hacks are mostly for 3.5.
Calibre_k
09-09-2006, 10:44 PM
Thanks Bro I installed it & it works on 3.6
Calibre_k
09-09-2006, 10:58 PM
Thank You.
Zachery
09-09-2006, 11:13 PM
Disabling right click is silly.
Everyone has it's own use for it.Maybe they offer some graphic logos and they do not want them to be stealed
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.