Внимание! Мод "Спасибо за сообщение" уже должен быть установлен на вашем форуме
Как установить мод "Спасибо за сообщение""
Модификация шаблонов
Изменения для стилей-клонов SUBSILVER2
открываем шаблон
viewtopic_body.html
находим
- Код: Выделить всё
<!-- IF postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><a href="{postrow.U_THANKS}"><img src="/styles/subsilver2/imageset/ru/thankposts.gif" alt="{L_THANKS}" /></a><!-- ENDIF -->
заменяем на
- Код: Выделить всё
<!-- IF postrow.S_FIRST_ROW and postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><a href="{postrow.U_THANKS}"><img src="/styles/subsilver2/imageset/ru/thankposts.gif" alt="{L_THANKS}" /></a><!-- ENDIF -->
Для стилей-клонов PROSILVER
открываем viewtopic_body.html
находим:
- Код: Выделить всё
<!-- IF postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><li><a href="{postrow.U_THANKS}"><img src="/styles/prosilver/imageset/ru/icon_post_thanks.gif" alt="{L_THANKS}" /></a></li><!-- ENDIF -->
заменяем на
- Код: Выделить всё
<!-- IF postrow.S_FIRST_ROW and postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><li><a href="{postrow.U_THANKS}"><img src="/styles/prosilver/imageset/ru/icon_post_thanks.gif" alt="{L_THANKS}" /></a></li><!-- ENDIF -->