MyBB Community Forums

Full Version: Quote buttons not functioning, I believe I'm missing some Javascript
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Everyone!

I need a little snippet of code. The Quote buttons are not functioning properly on http://mintcoin.pw . I believe that I'm missing some JavaScript from the Quote template. A new page opens, but the quote doesn't appear in the editor. The Multi Quote functions perfectly, and they have some JavaScript in the template.

The Quote Template:

<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}" class="pbut" title="{$lang->postbit_quote}">quote</a>

If anyone could tell me what JS I should add to the template, that would be great!

Thanks!
Your link is wrong for the button. It should be newreply.php?tid={$tid}&amp;replyto={$post['pid']}.
(2014-07-24, 11:53 AM)dragonexpert Wrote: [ -> ]Your link is wrong for the button. It should be newreply.php?tid={$tid}&amp;replyto={$post['pid']}.

Works perfect now! Thanks! Smile