[Help] Булка 3.7.0: как поменять кнопки местами?

Статус
В этой теме нельзя размещать новые ответы.
Открываем шаблон 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>
 
Тема закрыта. Вопрос решен.
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху