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.
1.0.6 released

fix two issue with emoticon
1 - http://community.mybb.com/thread-166773-...pid1139360
insertco thanks to report. Now fixed.

2 - http://community.mybb.com/thread-166773-...pid1139566
inferno211 not offered code that caused issue... But is probably solved with 1.0.6
Second isn't issue so won't fixed.

Upgrade from 1.0.5:

Not need unistall or desactive or something.
Download new version and replace with new version file.

And edit template codebutmiuna and templateShoutBoxGuest
Find 1.0.5 and replace with 1.0.6 (made this after replaced with new version file)



I changed text of step 5, because several people having problem in this step so if you having trouble yet, read again step 5:

Quote:5 - Edit first line:

Ex: If your forum domain is like http://mybb.com/forum ,  http://mybb.com/community etc.. so you need change first line to
var origin = 'mybb.com:80';
If you use too www variation add too so result is
var origin = 'mybb.com:80,www.mybb.com:80';
How you see... Not put anything after .com, .info, .net etc... only domain yourdomain.com in here.

If your forum domain is like http://mybb.com is same thing
var origin = 'mybb.com:80';
If you use too www variation add too so result is
var origin = 'mybb.com:80,www.mybb.com:80';

If your forum domain is like http://community.mybb.com (using subdomain)
var origin = 'community.mybb.com:80';
If you use too www variation add too so result is
var origin = 'community.mybb.com:80,www.community.mybb.com:80';

If your forum domain is like http://my.mybb.com/forum ,  http://my.mybb.com/community etc.. so you need change first line to
var origin = 'my.mybb.com:80';
If you use too www variation add too so result is
var origin = 'my.mybb.com:80,www.my.mybb.com:80';
How you see... Not put anything after .com, .info, .net etc... only subdomain ex: subdomain.yourdomain.com in here.

Ps. Port 80 work with http and https. So use port 80. If not work with port 80 so change '80' with '*'.



(2015-02-14, 07:06 PM)Firelad Wrote: [ -> ]I have a similar issue as barduk do. This only happened after editing functions.php from your tutorial: Profile Pop-up. I think reinstalling/reactivating might help, but I'll see if it works later.

plz not mix things...
is not something related.
most likely barduk made some mistake in translation file... forgot put Semicolon etc...
And plz not use Profile Pop-up tutorial to 1.8. Profile Pop-up tutorial is to be used with 1.6 and not with 1.8.
maybe I will adapt to 1.8, but not for now.
(2015-02-14, 08:17 PM)martec Wrote: [ -> ]plz not mix things...
is not something related.
most likely barduk made some mistake in translation file... forgot put Semicolon etc...
And plz not use Profile Pop-up tutorial to 1.8. Profile Pop-up tutorial is to be used with 1.6 and not with 1.8.
maybe I will adapt to 1.8, but not for now.

Aw, I like your Profile Pop-up. Alright, I will remove it for now.
Quote:most likely barduk made some mistake in translation file... forgot put Semicolon etc..

I don't think I did something wrong (as forget something) but maybe you're right.  Toungue

Here's the file. If I remplace the original with this one, I'll remove everything (as I explained earlier).

[attachment=33784]

Edit: thanks for your help Big Grin
(2015-02-15, 11:02 AM)barduk Wrote: [ -> ]
Quote:most likely barduk made some mistake in translation file... forgot put Semicolon etc..

I don't think I did something wrong (as forget something) but maybe you're right.  Toungue

Here's the file. If I remplace the original with this one, I'll remove everything (as I explained earlier).


Edit: thanks for your help Big Grin

use this...
[attachment=33787]

you alway can check what wrong with firebug or something...
Hey! I have a problem. Sad I'm administrator, but I'm not a moderator tools. Can you explain how to set? [img=http://pics.tinypic.pl/i/00632/me0mm6iffr7y.png]
(2015-02-17, 12:21 AM)Zawadiaka Wrote: [ -> ]Hey! I have a problem. Sad I'm administrator, but I'm not a moderator tools. Can you explain how to set? [img=http://pics.tinypic.pl/i/00632/me0mm6iffr7y.png]

you need put your admin group id in Mod Group settings of plugin in ACP

[Image: Fznjxdm.png]
For some reasons, your shoutbox is very, very buggy due to stopping from time to time once reloaded the page. And sometimes it isn't loaded fully after the page is loaded fully. Some people are saying that your shoutbox is broken.
(2015-02-17, 02:44 AM)martec Wrote: [ -> ]
(2015-02-17, 12:21 AM)Zawadiaka Wrote: [ -> ]Hey! I have a problem. Sad I'm administrator, but I'm not a moderator tools. Can you explain how to set? [img=28x30]<br />[/img]
[img=28x30]<br /><br />you need put your admin group id in Mod Group settings of plugin in ACP<br /><br />[Image: Fznjxdm.png]<br />[/img]
[img=28x30]<br /><br />[/img]
I know, but what I write? What are those numbers (3,4,6)?
Those are the usergroup gids. You can get them by hovering over the usergroups in ACP->Users & Groups->Groups.

Edit: @Martec I created a PR to change some of the setting types to use ones available in 1.8 that are more optimal.
few questions , 

while i test it on your server . 
  • when we use PM it shows message on main shout screen ( will all users see that ?) , if it is private message (PM) then why it is on main screen ?
  • the button on IMGUR you use , is there any variable that we can use in editor too ?
  • how does user get alert of PM ?
BR
Mujeeb


By the way over all Very Good Plugin , right now i am using DVZ , before switching to this i have few questions that i ask here .