MyBB Community Forums

Full Version: reply quote not works for 1.6.10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is code inside postbit_quote

<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>

But if i ad this one from Mybb tut, reply button not visible

<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" class="tbut">Quote</a><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>

[Image: 2re2ygy.png]
^ you can try this 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>
Edit: see also this
works thanks give you rep+
again need help with this code to work

<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>

solved and fixed