Avalanch
ТоЛеГ & ТоПеГ
- Регистрация
- 9 Янв 2007
- Сообщения
- 1.140
- Реакции
- 615
Открываем шаблон postbit:
Код цитирования.
Код мультицитирования.
Код быстрого ответа.
Что тебе мешает, вместо того, чтобы вставить:
после:
Поставить его, после:
Код цитирования.
Код:
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
Код мультицитирования.
Код:
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
Код быстрого ответа.
Код:
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
Что тебе мешает, вместо того, чтобы вставить:
Код:
$template_hook[postbit_controls]
после:
Код:
<!-- controls -->
Поставить его, после:
Код:
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>