MyBB Community Forums

Full Version: Spicefuse shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i have set the shoutbox up at http://www.chatntlk.com but it shows loading and will not show any messages.
i have tried going to acp-settings-change-spicefuse shout..... and save but it has not done anything. i am using firefox.

what can be done?

steve
Have you included the javascript file at all?
i'm guessing you didn't include the javascript...

just add

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

open your headerinclude template and add that code to the bottom....
Still doesn't work but thanks.
Just shout once and see if it stops.
Maybe try re-including the javascript again. Your current source code looks like this

<script language="Javascript" type="text/javascript">
<!--
	var cookieDomain = "";
	var cookiePath = "/";
	var newpm_prompt = "You have received a new private message. Click OK to view it, or Cancel to hide this prompt.";
	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..';
// -->
<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>
</script>

The line hockeyhero gave above is usually found outside of the other 'script' tags.
or

<script language="Javascript" type="text/javascript">
<!--
	var cookieDomain = "";
	var cookiePath = "/";
	var newpm_prompt = "You have received a new private message. Click OK to view it, or Cancel to hide this prompt.";
	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..';
// -->
</script>
<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>
I also installed it. It wont work.

Should I try and install it the

<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>
on the inside of the
// -->
</script>
It works with my MyBB1.2.12 installation (the latest one) And the code you mentioned above should go between <header></header> and should be outside the second one that you mentioned.