July 4, 201114 yr как удалить кнопки Reply & MultiQuote из всех постов --------------- for MultiQuote add in ipb_styles.css li.multiquote { display: none !important; } for Reply? Edited July 4, 201114 yr by Qartvela™
July 4, 201114 yr Нужно в шаблоне прописывать, потому что там нет отдельного класса. 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?
Edited by Qartvela™