MyBB Community Forums

Full Version: Quoting and replying question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^ If you want that, you'll have to revert the changes I told you to do.

Open up the postbit_quote template, and replace it with the following:
<a href="newreply.php?tid={$tid}">Reply to thread</a>
<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>
You'll probably need to change the above HTML to suit your style.
Pages: 1 2