Quote reply not quoting

Code:
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}"class="buttons"  /><img src="{$theme['imglangdir']}/replyall.png" style="vertical-align: middle;" /> Quote</a>
 
Jamie said:
Code:
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}"class="buttons"  /><img src="{$theme['imglangdir']}/replyall.png" style="vertical-align: middle;" /> Quote</a>
Code:
<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>

Missing reply to. (Mybb Version 1.6.10)
 
Hitakashi said:
Jamie said:
Code:
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}"class="buttons"  /><img src="{$theme['imglangdir']}/replyall.png" style="vertical-align: middle;" /> Quote</a>
Code:
<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>

Missing reply to. (Mybb Version 1.6.10)
That just broke the button...
I've tweaked it and fixed it now.
 
Back
Top Bottom