[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Форум » Скрипты для uCoz » Форум » Скрипт печатки для форума
Скрипт печатки для форума
team102Дата: Вторник, 30 Ноября 2010, 16:42 | Сообщение # 1
Группа: Файловики
Сообщений: 216
Награды: 3
Репутация: 13
Статус: Offline

Таблица с печатками плавно выезжает.
Итак перейдём к установке.
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.Затем в этом же шаблоне ставим сразу после

Code
$BODY$

код:

Code
<script type="text/javascript">    
addBbButton('Печатки','b',onClick="$('#link').slideToggle('slow')");    
</script>

3.Теперь идём в форму добавления сообщений и ставим сразу после

Code
$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('[img]http://all-for-ucoz.ru/shtampi/012.gif[/img]','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/012.gif"></a></td><td ><a href="javascript://" onclick="emoticon('[img]http://all-for-ucoz.ru/shtampi/005.gif[/img]','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/005.gif" ></a></td><td ><a href="javascript://" onclick="emoticon('[img]http://all-for-ucoz.ru/shtampi/039.gif[/img]','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/039.gif" ></a></td><td ><a href="javascript://" onclick="emoticon('[img]http://all-for-ucoz.ru/shtampi/045.gif[/img]','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/045.gif" ></a></td><td ><a href="javascript://" onclick="emoticon('[img]http://all-for-ucoz.ru/shtampi/047.gif[/img]','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/047.gif" ></a></td><td><a href="javascript://" onclick="emoticon('[img]http://all-for-ucoz.ru/shtampi/049.gif[/img]','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/049.gif" ></a></td><td ><a href="javascript://" onclick="emoticon('[img]http://all-for-ucoz.ru/shtampi/002.gif[/img]','message');return false;"><img src="http://all-for-ucoz.ru/shtampi/002.gif" width="122"></a></td></tr></table>    
</div>
 
Форум » Скрипты для uCoz » Форум » Скрипт печатки для форума
  • Страница 1 из 1
  • 1
Поиск: