Для стиля prosilver.
Шаблон
posting_buttons.html
находим:Код: Выделить всё
<!-- BEGIN custom_tags -->
Перед этим вставляем:
Код: Выделить всё
<input type="button" class="button2" name="bbyvirtkb" id="bbyvirtkb" value="Яндекс-клавиатура" onclick="window.open('http://keyboard.yandex.ru/', 'new', 'width=900,height=600,resizable=1,scrollbars=1');" title="Яндекс-клавиатура" />
Для стиля subsilver2
Шаблон
posting_buttons.html
находим:Код: Выделить всё
</td>
</tr>
<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
Перед этим вставляем:
Код: Выделить всё
<input type="button" class="btnbbcode" name="bbyvirtkb" id="bbyvirtkb" value="Яндекс клавиатура" onclick="window.open('http://keyboard.yandex.ru/', 'new', 'width=900,height=600,resizable=1,scrollbars=1');" title="Яндекс клавиатура" />