<!-- замена слов + ссылки на контакты около ника -->
<script>
(function () {
function awards_spoiler() {
function UniverСhange(selektor,changed,substitute){
$(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){
$(this).parent().html($(this).parent().html().replace(changed,substitute));};};});}
UniverСhange("li#navuserlist","Участники","Форумчане");
UniverСhange("#profile #profilenav .item4","Аватар","Фото");
UniverСhange("#profile .datafield","аватар","Фото");
UniverСhange("#profile #profile4 fieldset legend span","Настройка отображения аватара","Настройка отображения Фото");
UniverСhange("#profile #profile4 .datafield","Загрузить аватар","Загрузить фото");
UniverСhange("#profile #profile4 .datafield","Изменить аватар","Изменить фото");
UniverСhange("#profile #profile4 .datafield","Удалить аватар","Удалить фото");
UniverСhange("#profile #profile4 label","Использовать аватар","Использовать фото");
UniverСhange("#viewprofile #profile-left","(Нет аватара)","Нет фото");
UniverСhange("#pun-ulinks li.item2 a","Активные темы","Сообщения за сегодня");
UniverСhange("#pun-ulinks li.item5 a","Подписка","Избранные темы");
UniverСhange(".subscribelink a","Подписаться и отслеживать тему","Добавить тему в избранное");
UniverСhange(".subscribelink a","Отписаться","Удалить из избранного");
UniverСhange("#pun-ulinks li.item7 a","Уведомления","Мои уведомления");
UniverСhange("#pun-ulinks li.item6 a","Всё прочитано","Отметить все прочитанным");
UniverСhange("#login .inputfield label","Имя","Логин");
UniverСhange("#register .inputfield label","Имя","Логин");
UniverСhange("#register fieldset legend span","Введите имя пользователя длиной от 2 до 25 символов","Введите никнейм пользователя длиной от 2 до 25 символов");
UniverСhange("#profile .inputfield label","Имя","Логин");
UniverСhange("#profile fieldset legend span","Имя, пароль и e-mail","Логин, пароль и e-mail");
UniverСhange(".stickytext","Важно:","|Прикреплено|");
UniverСhange(".closedatafield","Закрыта","<img src=/files/0012/ad/ab/46215.png>");
UniverСhange(".forum .tclcon","[","<img src=/files/0012/ad/ab/70171.png>");
UniverСhange(".forum .tclcon","]","");
UniverСhange(".forum th.tcl","Тема","Тема <span class=byuser>Автор</span>");
UniverСhange(".postlink a","Новая тема","<span class=newtop></span>");
UniverСhange(".postlink a","Новый опрос","<span class=newques></span>");
UniverСhange(".linkst .pagelink","Страница:","<img src=/files/0012/ad/ab/70171.png> Страница:");
UniverСhange(".postlink a","Ответить","<span class=newpost></span>");
UniverСhange(".pl-email a","Профиль","Посмотреть профиль");
UniverСhange(".pl-email a","ЛС","Написать Личное Сообщение");
UniverСhange(".pl-email a","E-mail","Отправить E-mail");
UniverСhange(".pl-website a","Вебсайт","Посмотреть Вебсайт");
UniverСhange(".pa-title","Капитан","<font color='#24c6f1'>Капитан</font>");
UniverСhange(".pa-title","Лейтенант","<font color='#24c6f1'>Лейтенант</font>");
UniverСhange(".pa-title","Летописец","<font color='#719b31'>Летописец</font>");
$('#pun-viewtopic .post').each(function() {
if($(this).find('.pl-email').length && GroupID != 3) {
var a = $('<span class="platz"></span>').appendTo($(this).find('.pa-author a'));
var apl = a.position().left+3, apt = a.position().top;
$(this).find('.pa-author').after(' <span style="position:absolute;top:'+apt+'px;left:'+apl+'px; cursor:pointer;" class="open-p">▼</span><ul class="view-p"></ul>');
$(this).find('.pl-email,.pl-website').attr('class', 'link').appendTo($(this).find('.view-p'));
$(this).find('.open-p').click(function() {
$(this).next().toggle();
});
}
});
$('.post-author').each(function() {
$(this).find('.pa-avatar').remove();
var title = $(this).find('.pa-title');
var data1 = $(this).find('.pa-fld1');
var data = data1.text().split(': ')[1];
if(data1.length&&data.split(',').length>1){
var realm = data.split(',')[0];
var hero = data.split(',')[1];
var tptl = $(this).find('.pa-title');
var altN = data.split(',')[2];
var alt=""; if(typeof(altN)!='undefined')alt='alt="'+altN+'"';
$.get('http://s1.youbb.ru/gerda/wow.php', { r: realm, h: hero }, function(data) { if(data==null){title.after('<li class="pa-avatar" align=center><img src="/files/0012/ad/ab/72354.jpg"/></li>'); return}
tptl.after('<li class="pa-bnet"><a href="http://eu.battle.net/wow/ru/character/'+realm+'/'+hero+'/simple" title="Оружейная" target="_blank"><img '+alt+' src="http://eu.battle.net/static-render/eu/'+data.thumbnail+'"></li>');
});} else {
title.after('<li class="pa-avatar" align=center><img src="https://forumstatic.ru/files/0012/ad/ab/72354.jpg"/></li>');}
});
}
var t=0; var time_func = setInterval(function(){ t++;
if (t>100) { clearInterval(time_func); return; }
if ($(".pa-awards").length) { clearInterval(time_func); awards_spoiler() }
},100);
}())
</script>