2012-08-29, 07:49 PM
Just an extra piece of info: I tried this on my board and it did cause my quick_reply to hang.
I discovered that it is very important to change the postbit_multiquote correctly.
I discovered that it is very important to change the postbit_multiquote correctly.
<span class="button multiquote" id="multiquote_{$post['pid']}" title="{$lang->postbit_quote}">
<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><span>Quote</span></a>
</span>
<script type="text/javascript">
$('multiquote_link_{$post['pid']}').style.display = '';
</script>
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved