Шаблон Форум - Общий вид страниц форума после $BODY$:
- Код: Выделить всё
<script type="text/javascript">
tagA=document.getElementsByTagName("span")
for(numB=0;numB<tagA.length;numB++){
if(tagA[numB].className=="curPage"){
pagecur=tagA[numB].innerHTML;}}
function REPLACEU(qname,text,fid,tid,id){if(text!=""){qname=qname.replace(/[\[\]]/g,"|");paste("[quote="+qname+" - [url=http://"+location.host+"/forum/"+fid+"-"+tid+"-"+pagecur+"#"+id+"]к посту[/url]]"+text+"[/quote]\n",0);}else{alert('Выделите текст для цитирования!');}}
</script>
а это в HEAD
- Код: Выделить всё
<script type="text/javascript">
// Copyright AllCity - http://web-codes.net/
function QuSelectAll(objId,UserName,fid,tid,id){
DelQuSelectAll();
if(window.getSelection){
var range=document.createRange();
range.selectNode(document.getElementById(objId));
window.getSelection().addRange(range);
}else if(document.selection){
var range=document.body.createTextRange();
range.moveToElementText(document.getElementById(objId));
range.select();}
setTimeout(function(){get_selection();},25);
setTimeout(function(){REPLACEU(UserName,selection,fid,tid,id);},50);
setTimeout(function(){DelQuSelectAll();},75);}
function DelQuSelectAll(){
if(window.getSelection){
window.getSelection().removeAllRanges();
}else if(document.selection){
document.selection.empty();}}
</script>
и в шаблоне Форум - Вид материалов в любое место:
- Код: Выделить всё
<a href="javascript://" onClick="QuSelectAll('Messege$ID$','$USERNAME$','$FID$','$TID$','$ID$')">Цитировать всё</a>
и заменить:
- Код: Выделить всё
$MESSAGE$
на
- Код: Выделить всё
<div id="Messege$ID$">$MESSAGE$</div>
по моему все .