Konu Kopyalama EngellemeDisplay template.php de alttaki kodu bulun
// Show the anchor for the top and for the first message. If the first message is new, say so.
	echo '
			<a id="top"></a>
			<a id="msg', $context['first_message'], '"></a>', $context['first_new_message'] ? '<a id="new"></a>' : '';Bu kodları altına aşağıdaki kodları ekleyin
echo '<script type="text/javascript">
<!--
function reddet(e){
return false
}
function IE4tikla(){
if (event.button==2){
return false;
}
}
function NS4tikla(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
return false;
}
}
}
document.oncontextmenu=new Function("return false")
document.onmousedown=reddet
document.onselectstart=new Function ("return false")
//-->
</script>';Linkback: 
Konu Kopyalama Engelleme