Hello,
I need help removing the reply button. My members keep getting confused.
This is the button I want to remove:
![[Image: 25.jpg]](https://camo.mybb.com/5ac7739f59299722b62be288049566c447fdc0a7/687474703a2f2f6c6f61642e686f737470686f746f667265652e636f6d2f38626633303064613264313234376466346537363335386233643638346263302f32352e6a7067)
admin panel --> templates --> your theme's templates --> post bit templates -->
postbit_quote
wrap all the code with html comment tags ; like below :
<!--
<a href="newreply.php?tid={$tid}&pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>
-->