vBulletin sisteminde sağ tuş yasağı için gerekli bu kodları header şablonuna eklemeniz yeterlidir.
Kod <script type="text/javascript">
<!--
var error="Sağ tuş kapalıdır!";
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(error);return false")
// -->
</script>
SEKA

Üyelik tarihi
08 Haziran 2015
Bulunduğu yer
İstanbul
Yaş
40
Mesajlar
5.084
Seslenildi
220 Mesaj
Etiketlendi
55 Konu
Ruh Hali
Vbulletin Sağ Tuş Engelleme Yasağı
29 Haziran 2015
- Paylaş
- Share this post on
Digg
Del.icio.us
Technorati
Twitter
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Normal