MyBB Community Forums

Full Version: quick reply problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've a problem with this "plugin";if i try to post a reply to thread, the browser stay on the thread i can see only the loading image and it doesn't refresh the page.
however if i refresh manually the page the post is correctly inserted into the thread.
I think also that is a theme iusses becose with the default one work well,any ideas on what themplates i might revert into the default?
Thanks.
It's not a plugin, it's a default feature... Confused

URL?? Test account??
pm for you.
OK, you have this in your source code:

<script type="text/javascript" src="jscripts/thread.js?ver=121"></script>

You need to find this in your showthread template and change the version of thread.js from 121 to 1400
Done but still remain the problemUndecided
i'll try to revert all the tmpl?

edit:changed into default one but nothing solved.
any ideas?
You also have some non-default MyBB .js files in the header template... when I added non-default javascript links to a template it broke the quick reply so this might be the same here.

<script language="javascript" type="text/javascript" src="http://www.URL.com/templates/ja_purity/js/ja.script.js"></script> 
<script language="javascript" type="text/javascript"> 
 
var rightCollapseDefault='show';
 
var excludeModules='38';
 
</script> 
 
<script language="javascript" type="text/javascript" src="http://www.URL.com/templates/ja_purity/js/ja.rightcol.js"></script> 

<link rel="stylesheet" href="http://www.URL.com/templates/ja_purity/ja_menus/ja_cssmenu/ja-sosdmenu.css" type="text/css" /> 
<script language="javascript" type="text/javascript" src="http://www.URL.com/templates/ja_purity/ja_menus/ja_cssmenu/ja.moomenu.js"></script>
uhm nothing.....we remove that javascript and also fix some header code but the problem still remain.
If you are so polite i'll send to you the source code with the default themplate(quick reply work) and the custom themplate source code(quick reply don't work ).
Thank again.