not think that will be useful and nice have one chat in SMF ?
i was using a lot of time in yabbse Integrated chat by goosemose and worked super.
please admin look if is possible add it
this one was:
<id>
Integrated Chat
</id>
<version>
2.0 for YaBB SE 1.5.1
</version>
This is bulletin board software... not chat software. Besides not all people want a chat program.
So it should be a mod at most... not a feature.
i not want chat progrma i wanted only one chat intergrated in forum so all users will be albe to talk togheter online in forum only this
sure as mod too i was only one request and i think useful for a lot of people
I think I recently read the YaBBSE mod will be ported to SMF
Quote from: Chris Cromer on April 18, 2004, 02:25:19 AM
This is bulletin board software... not chat software. Besides not all people want a chat program.
So it should be a mod at most... not a feature.
That doesn't mean we won't write a piece of chat software that interfaces with SMF though. :)
hi anguz nice to see u again friend
u are able to convert this great chat for SMF ?
http://www.yabbse.org/community/index.php?thread=18848
please ..help me because i used this a lot with my users and i wanted to have it again in SMF there:
http://www.forumzone.host.sk/index.php
I never used a chat mod with any yabbse forums I frequented so I do not know much about it. The few people on my smf board have already requested I install it when available.
Was the chat (yabbse) like in IRC where many joined and could talk, or was it on a more 1 to 1 level? Like instant messages.
Quote from: davide on April 18, 2004, 05:00:22 AMhi anguz nice to see u again friend
u are able to convert this great chat for SMF ?
the creator of YaBB SE's mod is the one that said he'd write it for SMF
although I could do it, I rather work on my own that no one else is doing or planning to do
(^^)Quote from: Springer on April 18, 2004, 11:48:09 AMWas the chat (yabbse) like in IRC where many joined and could talk, or was it on a more 1 to 1 level? Like instant messages.
it's an IRC Java client integrated to the forum
Would be a cool feature
Try the attached mod. The options in the admin center aren't there, all the settings are hard-coded into the template.chat.php file, but it works.
um... if you want just something like IrCQ-Net
http://www.icq.com/panels/ircqnet/
It's kinda a very easy to write mod :P IMHO
Actually it shouldn't take me more than 10 minutes to write a roughly usable one, using IrCQ-Net ;)
But for something else that is pure php and fully integrated might take a lot more time,
and I wanna see one too :D
Quote from: dschwab9 on April 19, 2004, 01:14:58 AM
Try the attached mod. The options in the admin center aren't there, all the settings are hard-coded into the template.chat.php file, but it works.
i trying to use it but tell me how i can load chat?? there is not button in main page i made all but i not see comand for entry
i tried this comand:
http://www.forumzone.host.sk/index.php?action=chat
but i have this error message:
Parse error: parse error, unexpected T_VARIABLE in /mnt/host-users/f/o/r/forumzone/Themes/default/Chat.template.php on line 14
That's basically php's way of saying "I didn't expect to find a semicolon here!". Make sure you don't have a missing ' or something someplace. If you can't figure it out, post that line here along with a few lines above and below it and I'll see what I can do for you.
Try downloading it again (I updated the attachment on the other post). There were actually 3 semicolons missing. Sorry about that. I never intended this for distribution, like 10 million people have asked for it though, so I packaged it up.
Would it takeup to much resources to have the chat be on a person to person level only?
you can have private chats in IRC with other people, so if the client is good, it'll let you do it
the one in YaBB SE let you have private conversations with others in the room, iirc
Quote from: Springer on April 19, 2004, 04:40:33 PM
Would it takeup to much resources to have the chat be on a person to person level only?
The mod I posted uses everywherechat.com, and it will do a person to person chat. Most decent IRC clients can.
Some one from GTChat german forum integrated Gtchat95 with wbb forum, check the link below.
http://www.gtchatforum.de/thread.php?threadid=974&sid=b826cc386c2c94e10b11998b285a8bf2
I hope some one from SMF team can integrate GTchat95 with SMF........ here is some info about integration of GTChat in existing structures, http://www.gtchat.de/integration_en.html.
Check my Gtchat95 http://www.babylonking.net/cgi-bin/chat/chat.pl
I dont care if anyone wants to chat in my chatroom from Here can. Here
http://www.abhosting.uni.cc/chatroom1/
Quote from: dschwab9 on April 19, 2004, 01:14:58 AM
Try the attached mod. The options in the admin center aren't there, all the settings are hard-coded into the template.chat.php file, but it works.
Super it work in great way and as i wanted thx friend.
i can ask u one little thing ?
i had this chat too before tell me how i can select directly italina language in this chat cause there is too this language
Quote from: davide on April 20, 2004, 01:59:05 AM
i can ask u one little thing ?
i had this chat too before tell me how i can select directly italina language in this chat cause there is too this language
In Chat.template.php, change
<td width="100%"><center><script language="JavaScript" src="http://irc.everywherechat.com:8000/Java/e.js?room=' . $roomName . '&roomstab=false&width=' . $roomWidth . '&height=' . $roomHeight . '&nick=' . $chatName . '&keypass=¶mfilename=embedded.prm"></script></center></td>
to
<td width="100%"><center><script language="JavaScript" src="http://irc.everywherechat.com:8000/Java/e.js?room=' . $roomName . '&roomstab=false&width=' . $roomWidth . '&height=' . $roomHeight . '&nick=' . $chatName . '&keypass=¶mfilename=italian.prm"></script></center></td>
Quote from: dschwab9 on April 20, 2004, 03:56:45 AM
Quote from: davide on April 20, 2004, 01:59:05 AM
i can ask u one little thing ?
i had this chat too before tell me how i can select directly italina language in this chat cause there is too this language
In Chat.template.php, change
<td width="100%"><center><script language="JavaScript" src="http://irc.everywherechat.com:8000/Java/e.js?room=' . $roomName . '&roomstab=false&width=' . $roomWidth . '&height=' . $roomHeight . '&nick=' . $chatName . '&keypass=¶mfilename=embedded.prm"></script></center></td>
to
<td width="100%"><center><script language="JavaScript" src="http://irc.everywherechat.com:8000/Java/e.js?room=' . $roomName . '&roomstab=false&width=' . $roomWidth . '&height=' . $roomHeight . '&nick=' . $chatName . '&keypass=¶mfilename=italian.prm"></script></center></td>
thx but i need to ask one thing now and this is one problem that i have in my forum as i see line that u ADDED is not visible for me but is visible only COPY to CLIPBOARD why this ?
Quote from: davide on April 20, 2004, 09:34:57 AM
Quote from: dschwab9 on April 20, 2004, 03:56:45 AM
Quote from: davide on April 20, 2004, 01:59:05 AM
i can ask u one little thing ?
i had this chat too before tell me how i can select directly italina language in this chat cause there is too this language
In Chat.template.php, change
<td width="100%"><center><script language="JavaScript" src="http://irc.everywherechat.com:8000/Java/e.js?room=' . $roomName . '&roomstab=false&width=' . $roomWidth . '&height=' . $roomHeight . '&nick=' . $chatName . '&keypass=¶mfilename=embedded.prm"></script></center></td>
to
<td width="100%"><center><script language="JavaScript" src="http://irc.everywherechat.com:8000/Java/e.js?room=' . $roomName . '&roomstab=false&width=' . $roomWidth . '&height=' . $roomHeight . '&nick=' . $chatName . '&keypass=¶mfilename=italian.prm"></script></center></td>
thx but i need to ask one thing now and this is one problem that i have in my forum as i see line that u ADDED is not visible for me but is visible only COPY to CLIPBOARD why this ?
I'm not sure what you're asking, but if you're saying you can't see the code I posted, here it is without the code boxes:
Replace:
<td width="100%"><center><script language="JavaScript" src="http://irc.everywherechat.com:8000/Java/e.js?room=' . $roomName . '&roomstab=false&width=' . $roomWidth . '&height=' . $roomHeight . '&nick=' . $chatName . '&keypass=¶mfilename=embedded.prm"></script></center></td>
With:
<td width="100%"><center><script language="JavaScript" src="http://irc.everywherechat.com:8000/Java/e.js?room=' . $roomName . '&roomstab=false&width=' . $roomWidth . '&height=' . $roomHeight . '&nick=' . $chatName . '&keypass=¶mfilename=italian.prm"></script></center></td>
You're just changing
paramfilename=embedded.prm to
paramfilename=italian.prm in the link to the java applet.
I'm almost done porting the old version over with mod settings and everything. Hopefully I'll be done by tommorrow.
(^_^)
Okay, I'm done. I just need to package it all up and get it working with boardmod or the SMF package. If anyone has made a chat icon let me know.
Talk to babylonking. He made the buttons...
Someone already sent me a link to another message that had them. Thanks
Quote from: Oldiesmann on April 20, 2004, 08:19:53 PM
Talk to babylonking. He made the buttons...
here you go !
(http://www.babylonking.net/buttons/sm2/chat.gif)
thank again and look as work very good u chat integrated in my forum
try as user: test
password: test
http://www.forumzone.host.sk/index.php
Okay, it's done. Get it:
HERE (http://www.simplemachines.org/community/index.php?topic=9864.0)
somebody can help me ?
i upgrade my forum to version beta 5 and before my chat worked good but now cliccking this link:
:
http://www.forumzone.host.sk/index.php?action=chat
i return back to main page of forum and not in window chat .
why this? somebody can help me?
The mod probably needs to be reapplied, go through all of the steps again and make sure the necessary code is there in your files (the new versions), make changes if needed, and reupload the changed files.
"chat" is not defined in the action array in index.php.
I've just found out that the Chat Mod needs to be updated for Beta 5 Public. :-/
Quote from: dschwab9 on April 27, 2004, 01:26:33 PM
"chat" is not defined in the action array in index.php.
how i can resolve?
oh sorry i solved all thx ;D
yes a chat feature should be added in SMF
Quote from: David on April 18, 2004, 04:30:41 AM
Quote from: Chris Cromer on April 18, 2004, 02:25:19 AM
This is bulletin board software... not chat software. Besides not all people want a chat program.
So it should be a mod at most... not a feature.
That doesn't mean we won't write a piece of chat software that interfaces with SMF though. :)
If you do make a chat.... can I make a suggestion for it?
Make it like PHPmychat... or something like that (I have not used the yabbse chat)...... but the reason is that my other Yabb 1.3.1 board has a chat mod and the chat is anchored at the bottom... BUT when the screen refreshes, the screen moves up and down fast and its hard to keep track of where you are. The chat should archive as you continue chatting without the screen jumping all over upon refresh.
When you get to 50 lines with the chat screen jumping all over on refresh, its hard to keep track, and doing that every 10-15 seconds becomes a pain.
Just a suggestion :)
†B†V†
Well, you'll probably like the chat mod for SMF then. It uses the fancy Akiva ChatSpace software - check out http://www.everywherechat.com for more. You'll need to make sure you've got Java enabled for that to work.
that is loaded through everywhere chat, right?
IE its not local onto my webserver?
IS there a chat mod coming in the future that will be integrated with SMF and that would be local on my webserver?
thanks,
†B†V†
Yes, it's loaded through everywherechat. At this time I don't know of any other chat mods that would be on your webserver only. However, I'm sure someone could always make a custom chat mod for you... There are a lot of good php-based chat scripts out there - phpOpenChat (http://phpopenchat.org), X7 Chat (http://www.x7chat.com) and Andys Chat 4.5 Gold (http://www.ks1.ch/phpscripts/chat_en.php) to name a few. There's a nice list here (http://www.hotscripts.com/PHP/Scripts_and_Programs/Chat_Scripts/index.html). If you find one you like, let me know and I'll see if I can whip something up for you.
Just a question... is it possible to integrate PHPMyChat :http://www.phpheaven.net/en.html
with SMF?
So that it can read the users from the board.. and only the users of the board are allowed to use it?
I know this can be done, I have seen it with Vbulletin.
What happens is the chat is stored at: www.your-site.com/chat
but somehow it can read the users from the messageboard...
Would you (or anyone) know how to do this?
Thanks!
†B†V†
Hmm.. it requires register_globals... and looks like it would be a bit of a change.
-[Unknown]
Quote from: Oldiesmann on June 01, 2004, 09:50:09 AM
Yes, it's loaded through everywherechat. At this time I don't know of any other chat mods that would be on your webserver only. However, I'm sure someone could always make a custom chat mod for you... There are a lot of good php-based chat scripts out there - phpOpenChat (http://phpopenchat.org), X7 Chat (http://www.x7chat.com) and Andys Chat 4.5 Gold (http://www.ks1.ch/phpscripts/chat_en.php) to name a few. There's a nice list here (http://www.hotscripts.com/PHP/Scripts_and_Programs/Chat_Scripts/index.html). If you find one you like, let me know and I'll see if I can whip something up for you.
i'll take you up for that deal. ;)