MyBB Community Forums

Full Version: Multi Quote not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when i click "Quote", then "Quote this post now" , show loading 2 second then loading stopped

is problem here?

showthread_quickreply
<div class="editor_control_bar message message_blue" id="quickreply_multiquote" style="display:none;">
							{$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.
</div>

or javascript here?

newreply_multiquote_external
<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newreply.php?tid={$tid}" onclick="return Post.loadMultiQuoted();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>
thank you for answer sir ^_^