MyBB Community Forums

Full Version: [AJAX] Inferno Shoutbox for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2014-10-18, 08:12 AM)streetkilln Wrote: [ -> ]i just installed this mod on my new forum site. all i get is

Shoutbox Notice: Something went wrong

can anyone help me..

What does your browser console say? (Directions to open http://webmasters.stackexchange.com/ques...t-browsers )
Clank my theme doesn't show up the shoutbox.

Which code do i have to insert in the header?
(2014-10-18, 04:50 PM)cispi Wrote: [ -> ]Clank my theme doesn't show up the shoutbox.

Which code do i have to  insert in the header?

Just add {interno_shoutbox} to the template where you want the shoutbox
Done , but now i have a problem:
http://oi59.tinypic.com/263twdi.jpg
(2014-10-19, 09:38 AM)cispi Wrote: [ -> ]Done , but now i have a problem:
http://oi59.tinypic.com/263twdi.jpg

I'm honestly not really sure what's going on. The shoutbox should take up 100% of the width of the container, so it should be the same width as the other forum tables.

Maybe someone that knows CSS well could give some advice, but I'm not sure.
How its possible to delete the Active users (0) Dont wanna show this Big Grin
(2014-10-21, 06:18 AM)skillboy Wrote: [ -> ]How its possible to delete the Active users (0) Dont wanna show this Big Grin

In the inferno_shoutbox template under the theme templates, replace

<div><a href="#" onclick="javascript: inferno.load_active_users(); return false;">{$lang->isb_activetab}</a>: <span id="inferno_active_users">{inferno_active_users}</span></div>
with

<div style="display: none;"><a href="#" onclick="javascript: inferno.load_active_users(); return false;">{$lang->isb_activetab}</a>: <span id="inferno_active_users">{inferno_active_users}</span></div>

EDIT: Nevermind, that doesn't seem to work... I'm not exactly sure why.

EDIT: Okay, so this seems to work, hopefully it works for you as well.
inferno shoutbox not showing in Index page!
anyone can help me?
(2014-10-23, 12:30 PM)Khalifa Wrote: [ -> ]inferno shoutbox not showing in Index page!
anyone can help me?

Add the {inferno_shoutbox} variable to your index template.
Thx worked!
1+ Rep