Quote:
Originally Posted by Koidl
i posted this error 2 weeks ago here unfortunatelly no resolution/fix
have the error on all pages too except forumhome
|
s
Well i only run the chat box on the forum home. So the solution for the moment i have found to get rid of this error on the other pages is to:
edit the template called
mgc_cb_evo_headinclude and change the template from
Code:
<!-- JS -->
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.js"></script>
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.autocomplete.js"></script>
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.blockUI.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="clientscript/mgc_cb_evo_add/css/jquery.autocomplete.css" type="text/css" media="screen" />
<script>
$(document).ready(function(){
mgc_cb_evo_autocomplete();
});
</script>
TO:
Code:
<!-- JS -->
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.js"></script>
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.autocomplete.js"></script>
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.blockUI.js"></script>
Now all the display options work again, but im not sure if this will cause other errors.