MyBB Community Forums

Full Version: Shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My spicefuse shoutbox doesn't work with the default skin MyBB came with

I have found out that it works with other skins but I dont know why

Can someone help me to find out why
skins? Do you mean themes?
incadudeF Wrote:skins? Do you mean themes?

Yes I meant themes
YOu have to edit the template of the new theme. Find the index template and put
<sf_shoutbox>
between
{$forums}
and
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
.
The shoutbox shows but it just shows Loading...

It works with my other themes
you also must put
<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>
at the end in the template file named headerinclude. if you dont it will say loading...
Ahh there you go

I forgot to do that

Thank you
anytime. If you want you can go to my forums:

http://incadudef.com
im still thinking on a topic for a site. LoL
incadudeF Wrote:YOu have to edit the template of the new theme. Find the index template and put
<sf_shoutbox>
between
{$forums}
and
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
.



I've done this but still can't get it to work on my site?

Quote:{$header}
{$overview}
{$wm}
{$forums}
<sf_shoutbox>
<iframe src="shoutbox.php" width=100% height=250 frameborder="0" name="Shout" marginwidth="0" marginheight="0" align="top" border="0" allowTransparency="true"></iframe>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>

Getting really frustrated with this at the moment i don't know why it's not working, Anyone please??