[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Скрипт - печатки для форума
loshpe Дата: Пятница, 04.02.2011, 22:19 | Сообщение # 1

Установка:
1.Общий вид страниц форума. В head ставим
Code
<script type="text/javascript">  
function addBbButton(word,where,action,word2){  
button=document.createElement('input');  
button.type='button';button.className='codeButtons';if(word2){button.value=word2;}else{button.value=word;}  
button.style.margin='1 1 0 0px';button.name=word;  
if(action){button.onclick=action;}else{button.onclick=function(){simpletag(word);}}  
input=document.getElementsByTagName('input');  
for(i=0;i<input.length;i++){  
if(input[i].value==where && input[i].className=='codeButtons'){target=input[i];break;}}  
try{target.parentNode.insertBefore(button,target);}catch(e){}}  
</script>  
<style>.pechati {border:0px inset;background:#FFFFFF;}</style>

2.Затем в этом же шаблоне ставим сразу после $BODY$ код:
Code
<script type="text/javascript">  
addBbButton('Печатки','b',onClick="$('#link').slideToggle('slow')");  
</script>

теперь идём в форму добавления сообщений и ставим сразу после $MESSAGE$
Code
<div class="uz" id="link" style="display:none">  

<table width="100%" class="pechati" height="120" cellpadding="0" onmouseover="document.getElementById('asmltrxZMM_').style.display='';" onmouseout="document.getElementById('asmltrxZMM_').style.display='none';"><tr><td ><a href="javascript://" onclick="emoticon('','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/012.gif"></a></td><td ><a href="javascript://" onclick="emoticon('','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/005.gif" ></a></td><td ><a href="javascript://" onclick="emoticon('','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/039.gif" ></a></td><td ><a href="javascript://" onclick="emoticon('','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/045.gif" ></a></td><td ><a href="javascript://" onclick="emoticon('','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/047.gif" ></a></td><td><a href="javascript://" onclick="emoticon('','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/049.gif" ></a></td><td ><a href="javascript://" onclick="emoticon('','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/002.gif" width="122"></a></td></tr></table>  
</div>


  • Страница 1 из 1
  • 1
Поиск: