Qartvela™ 24 07/04/2011 08:29 AM (edited) как удалить кнопки Reply & MultiQuote из всех постов --------------- for MultiQuote add in ipb_styles.css li.multiquote { display: none !important; } for Reply? Edited July 4, 2011 by Qartvela™ Share this post Link to post Share on other sites
Fisana 700 07/04/2011 09:12 AM Нужно в шаблоне прописывать, потому что там нет отдельного класса. 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> 1 Share this post Link to post Share on other sites
Qartvela™ 24 07/04/2011 09:16 AM @Fisana, большое спасибо ... regards ... Share this post Link to post Share on other sites