The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to stop right click for Guests not for the register members
Hello every one i want to use this code to avoid right click in post
HTML Code:
<script language=JavaScript> <!-- var message="Why not Register first ? You are not allowed to save images ."; function click(z) { if (document.all) { if (event.button == 2) { alert(message); return false; } } if (document.layers) { if (z.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; // --> </script> |
#2
|
||||
|
||||
You would wrap the code inside of an if conditional in your templates: http://www.vbulletin.com/forum/showthread.php?t=200894
I should point out, though, that disabling right click does only that: Disable right clicking. It does not prevent people form copying your forum's content. Nothing does. |
#3
|
|||
|
|||
All you'd have to do is disable JavaScript and this function isn't too good
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|