Xenforo How to close right click

guclusat

Tanınmış Üye
Süper Moderatör
Xenforo Sağ tıklama nasıl kapatılır

How to close right click
Put the code in the desired section:
Kod:
<script>
$(document).bind('copy', function(e){
      return false;
    });
</script>
<script>
$(document).bind('copy', function(e){
      alert('Warning! Copying the contents of the TabCode.Net forum is prohibited.');
      return false;
    });
</script>
 
Geri
Yukarı