MyBB Community Forums

Full Version: Quote button not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote button not working with MyBB 1.6.10, how do I solve?
My postbit_quote:
<a class="postbit" href="newreply.php?tid={$tid}&amp;pid={$post['pid']}">Quote</a>
Replace "pid=" with "replyto=".

I recommend you run the updated templates check to see what other templates need updating. You should do this after every upgrade, or every time you install a theme older than the current version of MyBB.
(2013-07-13, 10:21 AM)Nathan Malcolm Wrote: [ -> ]Replace "pid=" with "replyto=".

I recommend you run the updated templates check to see what other templates need updating. You should do this after every upgrade, or every time you install a theme older than the current version of MyBB.
Thanks you Smile