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.
it keep showing Loading... not working
I followed the instructions but I'm getting this error : http://prntscr.com/h6efwu/direct
any idea ? Thanks
I got the SB to work on mybb 1.8 via default theme. Make sure infernoshout.php is at the root of your file manager where mybb files are located. Worked just fine after installing it.
I have a question please I need the answer ^^
My Inferno shoutbox is 1.8 version,
When I click on members who shouted so I can take a look at their profiles, instead of showing profile pages, it gives 404 not found error page.
Please I need to know how to fix this ?
Thanks a lot <3
please help <3
^ actually clicking on a username in the shoutbox should open private message facility (instant private chat)

if direct help required, (assuming that your forum is eligible for the support)
you may PM me temporary access to files (FTP) & forum admin panel to check it
Finally a shoutbox that works for me.
Great plugin.
No problems whatsoever.
Too bad to read that it is not continued anymore.

Greets
i was wondering if there was a way to remove the Date and the time the shout was posted, i thought i found it in this thread but i cant seem to find it
^ you can change this code line in ~/infernoshout.php file like below
$string .= $s['username'] . ' : ' . $s['shout'];
i.e. this part needs to be removed => '[' . $s['timestamp'] . '] ' .

Note: php files should be saved with utf-8 encoding without Byte Order Mark.
in general, we use editor like Notepad++ or file editor at web host panel to edit the files.
thanks .m. it worked