<!--Медальки в профиль(топик)-->
<style>
/****************************************************************/
/*CSS МЕДАЛЬКИ В ПРОФИЛЬ(ТОПИК) */
/****************************************************************/
.tipsy.title-awards .tipsy-inner {
letter-spacing:1px!important;
font-size:12px!important;
font-family: 'Times New Roman';
max-width:300px;}
.awards {cursor:pointer;margin:2px;}
</style><div id=Myawrd style="display:none;">
<!--=================================================
//НОМЕР НАГРАДЫ // ЗА ЧТО // CCЫЛКА НА КАРТИНКУ
//=================================================-->
<p>1,Добро пожаловать!,https://forumupload.ru/uploads/0017/98/08/2/t549124.png</p>
<p>2,Вот Ваш ключ,http://forumstatic.ru/files/0017/98/08/71917.png</p>
<p>3,Вот Ваши тапочки,http://forumstatic.ru/files/0017/98/08/64458.png</p>
<p>4,Победитель кошмаров,http://forumstatic.ru/files/0017/98/08/87834.png</p>
<p>5,Покровитель желаний,http://forumstatic.ru/files/0017/98/08/65697.png</p>
<p>6,Один в поле не воин,http://forumstatic.ru/files/0017/98/08/88060.png</p>
<p>7,Целовашка,http://forumstatic.ru/files/0017/98/08/79316.png</p>
<p>8,Пиарщик,http://forumstatic.ru/files/0017/98/08/16436.png</p>
<p>9,Флудер,http://forumstatic.ru/files/0017/98/08/16200.png</p>
<p>10,Массовик-затейник,http://forumstatic.ru/files/0017/98/08/94133.png</p>
<p>11,Я художник, я так вижу,http://forumstatic.ru/files/0017/98/08/37754.png</p>
<p>12,Выпьем за любовь!,http://forumstatic.ru/files/0017/98/08/13769.png</p>
<p>13,Заромансил Персонал,http://forumstatic.ru/files/0017/98/08/26841.png</p>
<p>14,Любимчик ГМов,http://forumstatic.ru/files/0017/98/08/47765.png</p>
<p>15,Секс-символ,http://forumstatic.ru/files/0017/98/08/41784.png</p>
<p>16,Геймовер,http://forumstatic.ru/files/0017/98/08/35255.png</p>
<p>17,Зазывала,http://forumstatic.ru/files/0017/98/08/68387.png</p>
<p>18,Раскурим трубку мира, чувак,http://forumstatic.ru/files/0017/98/08/18733.png</p>
<p>19,Тебе идет эта форма, чувак,http://forumstatic.ru/files/0017/98/08/11978.png</p>
<p>20,Демоническая сучность,http://forumstatic.ru/files/0017/98/08/29536.png</p>
<p>21,Я и моя вторая личность,http://forumstatic.ru/files/0017/98/08/45879.png</p>
<p>22,Пол года с нами,http://forumstatic.ru/files/0017/98/08/61171.png</p>
<p>23,Игровая лихорадка,http://forumstatic.ru/files/0017/98/08/51461.png</p>
<p>24,Эпизодическое безумие,http://forumstatic.ru/files/0017/98/08/23433.png</p>
<p>25,Меломан,http://forumstatic.ru/files/0017/98/08/56078.png</p>
<p>26,Боевая рана,http://forumstatic.ru/files/0017/98/08/83124.png</p>
<p>27,Боец,http://forumstatic.ru/files/0017/98/08/24205.png</p>
<p>28,Миротворец,http://forumstatic.ru/files/0017/98/08/92716.png</p>
<p>29,Киллер,http://forumstatic.ru/files/0017/98/08/34899.png</p>
<p>30,Кто дал ему пулемет?,http://forumstatic.ru/files/0017/98/08/77511.png</p>
<p>31,Сходка форума,http://forumstatic.ru/files/0017/98/08/90982.png</p>
<p>32,Радио-Демон,http://forumstatic.ru/files/0017/98/08/15209.png</p>
<p>33,Радио-слушатель,http://forumstatic.ru/files/0017/98/08/36288.png</p>
<p>34,Будем знакомы,https://i5.imageban.ru/out/2020/05/19/9ab6720e3f385dfefcdd45f1a140d4f9.png</p>
<p>35,Блюдо от шеф-повара,https://forumupload.ru/uploads/0017/98/08/2/t422553.png</p>
</div>
<script type="text/javascript">
var NumPole=2; //Номер доп поля c наградками;
var listMedal=[];
$("#Myawrd p").each(function(j){
listMedal[j]=[];listMedal[j]=$(this).html().replace(/\s*(\d+),\s*(.*?),\s*(http.*)/ig,'$1,,$2,,$3').split(',,');});
var NamFld = '.pa-fld'+NumPole;
var awSTrt = '<img width="28" class=awards src="';
$("div.post-author "+ NamFld).each(function () {
if($(this).html()!=null){
var L = $(this).html().replace(/^.+
?:[\s]|<br>)/ig,'')
var L0=$(this).html().replace(/^(.+
[\s\S]*$/igm,'$1')+'<br>';$(this).html(L0)
var Thisaw = L.split(',');
for (j=0; j< Thisaw.length; j++){
Dp='';var x=Thisaw[j];x=x.replace(/(\d+)#.+$/img,'$1');Dp=(Thisaw[j].replace(x,'')).replace(/^#/i,'');
for (i=0; i< listMedal.length; i++){ //alert(Thisaw[j]+","+listMedal[i][0])
if(x==listMedal[i][0]){L='<span title="'+listMedal[i][1]+' '+Dp+'" class="tooltip4">'+awSTrt+listMedal[i][2]+'"/></span>';
//alert(L)
$(this).append(L);break;}
}
};}
});
$("span.tooltip4").tipsy({gravity: 's title-awards'});
</script><!--End//Медальки в профиль(топик)-->