http://webo4ka.3dn.ru/_ld/14/57272005.png
http://depositfiles.com/ru/files/rnsfg2ngk
Установка:
В "Общий вид страниц форума" после тега:
Ставим:
Code
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('td.gTableSubTop').find("a:contains('Просмотры')").html('Популярность');
$('td.threadViewTd').each(function(){
if($(this).html() > 0 && $(this).html() < 9 || $(this).html() == 0 && $(this).html() < 9){$(this).html('<img title="Очень низкая популярность" src="/images/static0.png" border="0" alt="img" />');}
if($(this).html() > 8 && $(this).html() < 60){$(this).html('<img title="Низкая популярность" src="/images/static1.png" border="0" alt="img" />');}
if($(this).html() > 59 && $(this).html() < 190){$(this).html('<img title="Средняя популярность" src="/images/static2.png" border="0" alt="img" />');}
if($(this).html() > 189 && $(this).html() < 290){$(this).html('<img title="Высокая популярность" src="/images/static3.png" border="0" alt="img" />');}
if($(this).html() > 289 && $(this).html() < 450){$(this).html('<img title="Очень высокая популярность" src="/images/static4.png" border="0" alt="img" />');}
if($(this).html() > 449){$(this).html('<img title="Очень популярная тема" src="/images/static5.png" border="0" alt="img" />');}
});
});
</script>
Картинки заливаем в папку /images/