MyBB Community Forums

Full Version: [BETA] AjaxChat Shoutbox v0.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(2011-02-15, 12:12 PM)katib Wrote: [ -> ]Any news about this wonderful plugin? and how to upgrade from initial release to 0.3 ?

Currently not working on it, but if you have any suggestions Wink

To upgrade, just deinstall und remove the old version and then install the new one Smile
Thanks for upgrade information
My suggestions:
1- Group based permissions (groups allowed to read or write on shoutbox..)
2- Allow to colorize usernames based on usergroup using Group ID not Group Name
So instead of using:
#ajaxChatContent .guest {
    color:gray;
}
#ajaxChatContent .user {
    color:#000;
} 
Use:
#ajaxChatContent 1 {
    color:gray;
}
#ajaxChatContent 2 {
    color:#000;
} 
So we can manage custom usergroups and not only default usergroups
(2011-02-15, 12:53 PM)katib Wrote: [ -> ]Thanks for upgrade information
My suggestions:
1- Group based permissions (groups allowed to read or write on shoutbox..)
2- Allow to colorize usernames based on usergroup using Group ID not Group Name
So instead of using:
#ajaxChatContent .guest {
    color:gray;
}
#ajaxChatContent .user {
    color:#000;
} 
Use:
#ajaxChatContent 1 {
    color:gray;
}
#ajaxChatContent 2 {
    color:#000;
} 
So we can manage custom usergroups and not only default usergroups

As I tried to explain some posts before, that suggestion unfortunately isn't something that we can handle with a MyBB plugin.
Well
I installed 0.3 version
Unfortunately, usernames are no longer colorized, and there is no delete button !!
Sorry
It was my fault !!
board URL was not set correctly into ACP Blush
v0.3 is working fine on firefox
However, on chrome, there is two issues:
-No sound notification after sending a shout
-The first time you click the input box to write a shout, an error message appears:

[Image: chromeajaxshout.gif]


UP
v0.3 is working fine on firefox
However, on chrome, there is two issues:
-No sound notification after sending a shout
-The first time you click the input box to write a shout, an error message appears:

[Image: chromeajaxshout.gif]


This is nothing realated with my plugin, its an AjaxChat issue.
Maybe you try this: http://sourceforge.net/tracker/?func=det...id=1030954
Shoutbox
Error during connecting to AjaxChat installation ...
(2011-02-18, 12:47 PM)lorus Wrote: [ -> ]This is nothing realated with my plugin, its an AjaxChat issue.
Maybe you try this: http://sourceforge.net/tracker/?func=det...id=1030954
Thanks
It seems it is a Chrome issue
How to put that shoutbox at the bottom of the forum, before the statistics?
Just move the $shoutbox variable inside the index-template where you want.
Pages: 1 2 3 4 5