Jump to content

Как удалить кнопку "Ответить" в темах

Featured Replies

Всем привет,давно меня тут не было :D,как удалить кнопку "Ответить" в темах?

 

Link to comment
https://ipbmafia.ru/topic/7527-kak-udalit-knopku-otvetit-v-temah/
Share on other sites

шаблон Темы > TopicViewTemplate
Код:

<if test="replyButton:|:$displayData['reply_button']['image']">
					<if test="replyButtonLink:|:$displayData['reply_button']['url']">
						<li><a href='{$displayData['reply_button']['url']}' title='{$this->lang->words['topic_add_reply']}' accesskey='r'>{$this->lang->words['topic_add_reply']}</a></li>
					<else />
						<li class='disabled'><span><if test="isMemberTop:|: ! $this->memberData['member_id']">{$this->lang->words['topic_no_reply_guest']}<else />{$this->lang->words['top_cannot_reply']}</if></span></li>
					</if>
				</if>
Link to comment
https://ipbmafia.ru/topic/7527-kak-udalit-knopku-otvetit-v-temah/?&do=findComment&comment=58604
Share on other sites

Или поменять на:

<!--
<if test="replyButton:|:$displayData['reply_button']['image']">
                    <if test="replyButtonLink:|:$displayData['reply_button']['url']">
                        <li><a href='{$displayData['reply_button']['url']}' title='{$this->lang->words['topic_add_reply']}' accesskey='r'>{$this->lang->words['topic_add_reply']}</a></li>
                    <else />
                        <li class='disabled'><span><if test="isMemberTop:|: ! $this->memberData['member_id']">{$this->lang->words['topic_no_reply_guest']}<else />{$this->lang->words['top_cannot_reply']}</if></span></li>
                    </if>
                </if>
-->

чтобы, если что вернут смогли

Link to comment
https://ipbmafia.ru/topic/7527-kak-udalit-knopku-otvetit-v-temah/?&do=findComment&comment=58614
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.