88funt88
1.Какой браузер ? (Похоже скрипт в HTML верх не отрабатывает
Уберите выделенное красным (Конец HTML верх
.punbb .pa-respect a[href*="&code="]:focus,.pa-respect a[href*="&code="]:active{
transform:translate(1px,1px);
-webkit-transform:translate(1px,1px);
-moz-transform:translate(1px,1px);
-o-transform:translate(1px,1px);
}
.punbb .pa-respect a[href*="v=0&code="]{
background:#FF8181;
padding:0 6px 0 5px;
}
.punbb .pa-respect a[href*="v=1&code="]{
background:#56CA05;
padding:0 4px;
}
</style>
<script type="text/javascript">$(function(){$('.pa-respect').each(function(){$(this).find('a[href*="v=1&code="]').html($(this).find('a[href*="v=1&code="]').html().replace('<img src="img/plus.png" alt="+">','+'));$(this).find('a[href*="v=0&code="]').html($(this).find('a[href*="v=0&code="]').html().replace('<img src="img/minus.png" alt="-">','-'));})})</script>
Поставьте в Начало HTML низ:
<script type="text/javascript">$('.pa-respect').each(function(){$(this).find('a[href*="v=1&code="]').html('+');$(this).find('a[href*="v=0&code="]').html('-');})</script>
2. Поставьте в Конец Первого окна стилей
.punbb .post-author ul,.post-author li{
padding-right:0!important;
}
3. Вот этот кусок в HTML низ красным удалите, он дублируется выделенным синим (Синее оставьте
<style>
.punbb .post-rating a.green,
.punbb .post-rating a.red{
font-weight:700!important;
}
.punbb .post-rating a.green,
.pa-respect span.C1{color:#32CD32}
.punbb .post-rating a.red,
.pa-respect span.C2{color:red}
</style>
<style>
.pa-respect span.C1{color:#32CD32}
.pa-respect span.C2{color:red}
</style>
<script type="text/javascript">
$(".post").each(function(){var c=$(this).find(".pa-respect span:first");c.html(c.html().replace(/^\[(.+?)\/(-[0-9]+)\]/img,"[<span class=C1>$1</span>/<span class=C2>$2</span>]"))});
</script>
4. У этого скрипта в HTML низ
<script type="text/javascript">
<!--
if (document.URL.indexOf("viewforum")!=-1){
var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
for (io=1; io<=(trs.length-1); io++){
if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
for(j=0;j<4;j++){
nl=normal.insertCell(0)
nl.className="tc2"
nl.innerHTML=" "
nl.style.bordercenter="1px"}
nl.innerHTML="<b>Темы форума</b>"
nl.style.textAlign="center"
}}}
-->
</script>
Есть новый аналог => Скрипты от пользователей 3