MyBB Community Forums

Full Version: [request] Is their a chat mod?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is their a mod yet that allows you to integrate chat room into MyBB yet? If not can some help me do it?
heloo

does a shoutbox fit you ??

regards
Hmm, yes and no. I was looking for a chat room style!
Hey there

i recommend to install a java chat room!!

something like JWIRC.

regards
First off, install your chat software and get it to recognize MyBB sessions. Second, create a template with a link to open chat in a new window and possibly list who's in chat. Lastly, enjoy!
hey !!

there is no need for any template to have alink.

in the same page's index where u want to add it ,

add this code between the <head> </head>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1,width=170,height=450,left = 429.5,top = 204');");
}
// End -->


then the link u need to make will looks like that

<A HREF="javascript:popUp('http://you.com/chat.htm')">chat here</A>


regards
But how do you make it so the users, user name shows up without them adding it?
no actually these are irc based chat rooms


regards
if you get the code of the JavaScript irc chat room you are using you can get mybb to add the username to it before it login