How to close right click

XenForo How to close right click

Status
Not open for further replies.

AynaZ

Supervisor
  • Thread starter
  • Admin
  • #1
AynazRahimi submitted a new resource:

How to close right click - Styling and customization questions

Put the code in the desired section:
Java:
<script>
$(document).bind('copy', function(e){
      return false;
    });
</script>
<script>
$(document).bind('copy', function(e){
      alert('Warning! Copying the contents of the xnforo.ir forum is prohibited.');
      return false;
    });
</script>

Edit this text
Code:
Warning! Copying the contents of the xnforo.ir forum is prohibited.

Read more about this resource...
 
Status
Not open for further replies.
  • Tags
    how to close right click how to close right click xenforo tips how to close right click xenforo how to close right click انجمن های پشتیبانی زنفورو بستن کلیک بستن کلیک راست
  • Back
    Top Bottom