Если у кого возникло желание сделать такой мини-чат как у меня на форуме, то берем вот этот код и пихаем его:
ПУ » Главная » Управление дизайном » Редактирование шаблонов » Нижняя часть сайта » В самый низ того, что там видим, но для начала активируем сам мини-чат если он у вас не активирован на сайте
Код
<!--- миничат --->
<style>.workman_shat{z-index:9999;position:fixed;left:10px;top:45px}</style>
<a class="workman_shat" id="demo01" href="#animatedModal"><img src="http://www.brigada31.ru/images/knopka_mini_chata.png"/></a>
<link rel="stylesheet" href="http://www.brigada31.ru/DEMO/animatedModal/animate.min.css"><script type="text/javascript" src="http://www.brigada31.ru/css/sed_2.js"></script><script src="http://www.brigada31.ru/DEMO/animatedModal/animatedModal.min.js"></script>
<div id="animatedModal"><div id="btn-close-modal" class="close-animatedModal">- Закрыть окно -</div><div class="modal-content">$CHAT_BOX$</div></div><script>$("#demo01").animatedModal();$("#demo02").animatedModal({modalTarget:'modal-02',animatedIn:'lightSpeedIn',animatedOut:'bounceOutDown',beforeOpen:function(){console.log("The animation was called")},afterOpen:function(){console.log("The animation is completed")},beforeClose:function(){console.log("The animation was called")},afterClose:function(){console.log("The animation is completed")}});</script>
</noindex><!--- /миничат --->