MyBB Community Forums

Full Version: "quote message in reply" not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when i click on quote in a post,
it shows up in the bottom of quick reply,
but when i click on "quote message in reply"
it just keeps loading and the quote want appear.
does anyone know how to fix this

http://www.mytoobs.net

test account
username: test
p/w: testing
Theres a problem with this, so check >> 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>
(2011-01-09, 04:30 PM)Janota Wrote: [ -> ]Theres a problem with this, so check >> 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>

Checked that
that is what the code already is

You're getting javascript errors on your forum because the markup is messed up.

<link rel="alternate" type="application/rss+xml" 
title="Latest Threads (RSS 2.0)" 
href="http://mytoobs.net/syndication.php" /><link 
rel="alternate" type="application/atom+xml" title="Latest Threads 
(Atom 1.0)" href="http://mytoobs.net/syndication.php?type=atom1.0" 
/><meta http-equiv="Content-Type" content="text/html; 
charset=UTF-8" /><meta http-equiv="Content-Script-Type" 
content="text/javascript" /><script type="text/javascript" 
src="http://mytoobs.net/jscripts/prototype.js?ver=1601"></script><script 
type="text/javascript" 
src="http://mytoobs.net/jscripts/general.js?ver=1601"></script><script 
type="text/javascript" 
src="http://mytoobs.net/jscripts/popup_menu.js?ver=1601"></script><script 
type="text/javascript" 
src="http://mytoobs.net/jscripts/vbnb_menu.js"></script><script 
type="text/javascript" 
src="http://mytoobs.net/jscripts/vbnb_menu2.js"></script><!--[if 
lte IE 6]><script type="text/javascript" 
src="http://mytoobs.net/jscripts/vbnb_supersleight-min.js"></script><![endif]-->

And the bit that's actually causing the error:

<script 
type="text/javascript"><!--var cookieDomain = 
".mytoobs.net";var cookiePath = 
"/";var cookiePrefix = 
"";var deleteevent_confirm = 
"Are you sure you want to delete this event?";var removeattach_confirm = 
"Are you sure you want to remove the selected attachment from this post?";var loading_text = 
'Loading. <br />Please Wait..';var saving_changes = 
'Saving changes..';var use_xmlhttprequest = 
"1";var my_post_key = 
"2b057342c71758bf02d74ee1ade82173";var imagepath = "images/mytoobs";// 
--></script> 

This all being on new lines mid way through a line is breaking things.
any suggestion to fix this
Well, fix the code in the templates, remove the new lines so it's formatted properly Undecided