MyBB Community Forums

Full Version: How do i remove the reply button?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I need help removing the reply button. My members keep getting confused.


This is the button I want to remove:
[Image: 25.jpg]
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}&amp;pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>
-->
thanks so much Smile