The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Code for "No Right Click" on Forums
Hi;
I am running an image-hosting forum and would be interested in a hack that I could protect images displayed on showthread.php (forum display thread default) from a right-click save. The following javascripting isn't working: Code:
$("#vfIMG_main_pic").bind("mousedown", MainPicMouseDown); $("#slideshow_pic").bind("mousedown", MainPicMouseDown); function MainPicMouseDown(event) { switch(event.which) { case 3: alert("This image is protected by legal copyright and is the property of its owner."); break; default: // do nothing } } Would be grateful for any input, Jack |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|