Опубликовано: 4 июля 201114 г как удалить кнопки Reply & MultiQuote из всех постов --------------- for MultiQuote add in ipb_styles.css li.multiquote { display: none !important; } for Reply? Изменено 4 июля 201114 г пользователем Qartvela™
Опубликовано: 4 июля 201114 г Нужно в шаблоне прописывать, потому что там нет отдельного класса. topic view > topicViewTemplateНайти <li><a href="{parse url="module=post§ion=post&do=reply_post&f={$this->request['f']}&t={$this->request['t']}&qpid={$post['post']['pid']}" base="publicWithApp"}" title="{$this->lang->words['tt_reply_to_post']}">{parse replacement="reply_post_icon"} {$this->lang->words['post_reply']}</a></li>Заменить на<li style='display:none'><a href="{parse url="module=post§ion=post&do=reply_post&f={$this->request['f']}&t={$this->request['t']}&qpid={$post['post']['pid']}" base="publicWithApp"}" title="{$this->lang->words['tt_reply_to_post']}">{parse replacement="reply_post_icon"} {$this->lang->words['post_reply']}</a></li>
как удалить кнопки Reply & MultiQuote из всех постов
---------------
for MultiQuote add in ipb_styles.css
li.multiquote { display: none !important; }for Reply?
Изменено пользователем Qartvela™