The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
No Right Click
Can someone make a mod that no-one on forum, threads, posts can NOT right click.
So no right clicks. THANK YOU. |
#2
|
|||
|
|||
add the following to the bottom of HEADER_INCLUDE
Code:
<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> |
#3
|
||||
|
||||
Or use my no right click hack that has been already made
|
#4
|
|||
|
|||
robert_2004 - Thank you
Ziki - Which hack is that do you have link? |
#5
|
||||
|
||||
|
#6
|
|||
|
|||
Thanks will it work with vBulletin Version 3.6.0?
|
#7
|
||||
|
||||
I really don't know.My hacks are mostly for 3.5.
|
#8
|
|||
|
|||
Thanks Bro I installed it & it works on 3.6
|
#9
|
||||
|
||||
Great
|
#10
|
|||
|
|||
Thank You.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|