MyBB Community Forums

Full Version: [Websocket] Miuna Shoutbox 9.0.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I wanted to know how we can disconnect the Shoutbox ?

Thank you !
(2015-06-16, 10:23 AM)Joevinusa Wrote: [ -> ]Hello,

I wanted to know how we can disconnect the Shoutbox ?

Thank you !

I do not understand the question? what do you mean?
if you left of page will disconnect...
if you return to forum, plugin will try loggin automatically...
I would like the members to disconnect the shoutbox when they want ^^
(2015-06-16, 10:47 AM)Joevinusa Wrote: [ -> ]I would like the members to disconnect the shoutbox when they want ^^

not possible in this version.
i can add in next version.
Yes if you can!
You can perform this update in how long?
(2015-06-16, 10:51 AM)Joevinusa Wrote: [ -> ]Yes if you can!
You can perform this update in how long?

one week or less.
Perfect! thanks!
"Error in register. Admin password not match, contact forum owner." Invalid Token. Why did this happen?
v 3.3.0 released:

Quote:This version not work with Miuna Shoutbox Server 1.0, 2.0 and 3.0, you need upgrade Miuna Shoutbox Server to 3.5. You need delete application in openshift and create again with 3.2 or 3.5.
Quote:Installation of Miuna Shoutbox Server 3.5 is different of 1.0, 2.0, 3.0 and 3.2. So you need read first post again before install Miuna Shoutbox Server 3.5

New features:
- Added Logoff button

Upgrade from 3.2.1:

Unistall old version, upload new version and install.
Before unistall copy (save) configuration information in some place (txt file etc.), you will need again miuna shoutbox server information again after install new version.

Demo of new version:

https://martec.ml/test/

User: test
pass: test123

(2015-06-17, 01:18 AM)Dragonexsperm Wrote: [ -> ]"Error in register. Admin password not match, contact forum owner." Invalid Token. Why did this happen?

password that you puted in step 12 not match with password that you puted in ACP.
Hey,

I saw you online, I was wondering if you figured out why it didn't work?

Also could it be because of my chatroom.php?

<?php

define('IN_MYBB', 1);
define('THIS_SCRIPT', 'chatroom.php');

require_once './global.php';
require_once MYBB_ROOT.'inc/functions_forumlist.php';
require_once MYBB_ROOT.'inc/class_parser.php';

add_breadcrumb("LGBTeens Chat Room", "chatroom.php");

if (in_array($mybb->user['usergroup'] , array(1,2,3,4,5,6,7,8,9,10))) {

    eval("\$html = \"".$templates->get("chatroom")."\";"); 

output_page($html);
}

else {
    error_no_permission(); 
}

?>