Добрый день!
Долго терпела, но уже начала бесить вот эта штучка
Ставила скрипт для доп. смайлов. Но с самого начала была вот эта кнопочка (addlink порча).Не знаю как ее убрать.
Скрипт под спойлером
+
начало скрипта
<!--дополнительные смайлы v.3.1 © Romych-->
<style type="text/css">
#wrapper{left:-10px;position:relative;width:500px;}
.punbb #post .tabs{height:22px;line-height:21px;margin:0 0 3px;list-style:none;}
.punbb #post .tabs li{float:left;cursor:pointer; font: normal normal 400 12px/24px Tahoma;}
.punbb #post .tabs li a{text-shadow:1px 1px 1px rgba(0,0,0,.2); background:transparent url("http://forumstatic.ru/files/0017/d8/50/91984.png")no-repeat scroll 0 0/cover;color:#444;display:block;margin-bottom:-1px;padding:0 5px 1px;position:relative;text-align:center;text-decoration:none;width:100px;}
.punbb #post .tabs li a:hover{color:#efefef;background:url("http://forumstatic.ru/files/0017/d8/50/91984.png")no-repeat scroll 0-30px/cover;text-decoration:none;}
.punbb #post .tabs li.active a{color:#444;border:medium hidden;line-height:29px;background-position:0 -61px;}
.punbb #post .tabs li.active a:hover{color:#A58C81;}
.punbb #post #smilies-area div[class^="t-"]:not(.t-0){display:none;width:470px;}
</style>
<script type="text/javascript">
var nabor=[];
nabor['НАШИ'] = [
'http://funkyimg.com/i/2vV91.png',
'http://funkyimg.com/i/2vV93.png',
'http://funkyimg.com/i/2vV94.png',
'http://funkyimg.com/i/2vV96.png',];
и тд. смайлы,затем конец скрипта
$(function(){$('#smilies-block').addClass('t-0');var vkl = '<div id="wrapper"><ul class="tabs" onclick="smilies();return 0;"><li class="t-0 active"><a>Стандартные</a></li></ul></div>';$('#smilies-area').prepend(vkl);for(var i in nabor){$('.tabs').append('<li class="t-'+i+'"><a>'+i+'</a></li>');$('#wrapper').append('<div class="t-'+i+'"></div>');$.each(nabor[i],function(q){$('div.t-'+i).append('<img src="'+nabor[i][q]+'" onclick=smile("--") />');})};$('.tabs li').click(function(){var thisClass=this.className;$('#smilies-area div[class^="t-"]').hide();$('div.'+thisClass).fadeToggle('slow');$('.tabs li').removeClass('active');$(this).addClass('active');}); });
</script>
форум http://1embroiderygames.0bb.ru/
Помогите найти ненужное, то что дает эту кнопочку. Главное она открывается, но не вижу ее в скрипте, чтобы убрать или переименовать и наполнить содержимым.
Отредактировано murrena (Пт, 15 Ноя 2019 08:18:57)