MyBB Community Forums

Full Version: Ajax Shoutbox 1.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello !

Could some1 check it ?:
[Image: shouterror.png]

Im using Spicefuse ajax shoutbox ! (Also tested the MyShoutbox)
I tired to check headerinclude ,reinstall , everything... But still loading... :Sad

This problems noticed , after i installed google translate.
I also uninstalled it and deleted the files.

Please help to me !

Im look forward to hearing from ya !

bye !
site URL please..
In headerinclude template, find the following and remove;
<script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript">google.load('jquery', '1.3.2');</script><script type="text/javascript" src="http://board.nesro-private.net/jscripts/jquery.translate-1.4.7.js"></script><script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript">google.load('jquery', '1.3.2');</script><script type="text/javascript" src="http://board.nesro-private.net/jscripts/jquery.translate-1.4.7.js"></script>
Done , but still the same Confused

headerinclude:
Quote:<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
$stylesheets}
<script type="text/javascript">
<!--
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";
// -->
</script>
You didn't removed. Its still showing in your header include template;
<script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript">google.load('jquery', '1.3.2');</script><script type="text/javascript" src="http://board.nesro-private.net/jscripts/jquery.translate-1.4.7.js"></script><script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript">google.load('jquery', '1.3.2');</script><script type="text/javascript" src="http://board.nesro-private.net/jscripts/jquery.translate-1.4.7.js"></script>

Are you sure you save the template after removing these codes ?
Ow , i see it too...
But its interesting !
I check my User CP settings , but im using the correct theme.

I deleted that linke form theme->Ungrouped Templates->headerincludes.
Is there any diff. way to do that ?

Thanks !
Its still in your templates.. If you wish you can PM me your ACP details so I could look it at correct template sets.
sent in pm
Please check and confirm, all issues have been sorted out Wink
Pages: 1 2