[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Форум » Softing.do.am » Скрипты » Репутация как вконтакте
Репутация как вконтакте
  Добавил: Hoverik  
 
Для начала заходим в "Пользователи" -> "Настройки модуля"

Устанавливаем "Максимальное число репутации" 100. Сохраняем.

Затем переходим в "Управление дизайном(шаблоны)" -> "Вид материалов(форум)"

и заменяем

Code
$REP_RATING$ и [$REP_RATING_PERS$]

на
Code
%IF($REP_RATING_PERS$)%
%IF($REP_RATING_PERS$<1)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/0.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<5)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/5.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<10)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/10.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<15)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/15.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<20)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/20.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<25)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/25.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<30)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/30.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<35)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/35.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<40)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/40.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<45)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/45.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<50)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/50.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<55)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/55.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<60)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/60.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<65)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/65.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<70)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/70.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<75)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/75.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<80)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/80.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<85)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/85.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<90)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/90.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
%IF($REP_RATING_PERS$<99)%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/95.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ELSE%
<table cellpadding="0" cellspacing="0" width="200" height="16">
<!-- MSTableType="layout" -->
<tr>
<td background="http://yourdom.com/100.png" height="16" width="200">
<p align="center">
<a title="Смотреть историю репутации" class="repHistory" href="$READ_REP_URL$">
<span class="repNums">$REP_RATING$</span></a></td>
</tr>
</table>
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF   %
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%
%ENDIF%

Не забываем заменить http://yourdom.com/ на адрес своего сайта .
Скачиваем этот архив Cкачать и распаковываем его содержимое в корневую папку сайта.
 
  Просмотров:  
Форум » Softing.do.am » Скрипты » Репутация как вконтакте
  • Страница 1 из 1
  • 1
Поиск: