Данный хак блокирует нажатие правой кнопки мыши. Статью можно скопировать только при просмотре исходного кода сайта.
Установка проста! Находим файл main.tpl в своём шаблоне и находим так:
Далее заменяем его на:
Вот и всё, приятного использования!
Установка проста! Находим файл main.tpl в своём шаблоне и находим так:
{content}
Далее заменяем его на:
[group=4,5]<div id="noselect">[/group]
{content}
[group=4,5]</div>
<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined")
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined")
target.style.MozUserSelect="none"
else
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
if (document.getElementById("noselect")) {
disableSelection(document.getElementById("noselect"));
}
</script>[/group]
{content}
[group=4,5]</div>
<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined")
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined")
target.style.MozUserSelect="none"
else
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
if (document.getElementById("noselect")) {
disableSelection(document.getElementById("noselect"));
}
</script>[/group]
Вот и всё, приятного использования!

Главная

Предыдущая Следующая