The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
i remember seeing it before, but i've searched n looked thought 20 odd pages!
![]() please help! lol |
|
#2
|
||||
|
||||
|
I had used this in my gallery before I watermarked my images and got a copyright on my site.
Code:
<script language=JavaScript>
<!--
var message="Image copy is not permitted!";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
|
|
#3
|
|||
|
|||
|
Can you make it so when they right click they get a pop up Google Ad?
|
|
#4
|
||||
|
||||
|
Quote:
also, i swear there is a script that does this all!! has many features like images,text, all, etc etc i no i seen it
|
|
#5
|
||||
|
||||
|
Yes, it will work in memberinfo too. Just copy and paste that at the top of the template you want
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|