U
unconfirmed
.
В шаблон "post" после кода
Вставляем код
В шаблоне "EXTRA.CSS" дописываем такой код
В шаблон "post" после кода
Код:
<xen:if is="{$canReply}">
<xen:if is="{$xenOptions.multiQuote}"><a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
data-messageid="{$post.post_id}"
class="MultiQuoteControl JsOnly item control"
title="{xen:phrase toggle_multi_quote_tooltip}"><span></span><span class="symbol">{xen:phrase multiquote_add}</span></a></xen:if>
<a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
data-postUrl="{xen:link posts/quote, $post}"
data-tip="#MQ-{$post.post_id}"
class="ReplyQuote item control reply"
title="{xen:phrase reply_quoting_this_message}"><span></span>{xen:phrase reply}</a>
</xen:if>
Код:
<xen:if is="{$post.position} == '#1'">
<a href="{xen:link 'conversations/add?to='}{$post.username}&title=Личный [{$thread.title}]" class="item control lich" ><span></span>Попросить личный</a>
</xen:if>
Код:
.item.control.lich:before { font-family: FontAwesome; margin-right: 5px; content: "\f070"; }