MyBB Community Forums

Full Version: Multiquote not working with quick reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Multiquote not working with quick reply , the javascript seems ok but im not really sure if this is a bug or not.

When quoting posts , i get a url of: javascript:Thread.loadMultiQuoted();

and a blank white page with only the following on it: False
The Quote these posts now link is totally wrong. You'll need to edit it in the showthread_quickreply template. It should be:

<a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> 
yep thats perfect now AJS , thanks alot Big Grin