TinyPortal

General => Chit chat => Topic started by: resurgence on October 24, 2005, 12:27:11 AM

Title: i need a chat mod.
Post by: resurgence on October 24, 2005, 12:27:11 AM
i would like to install a chat mod that was on the SMF boards, but i recall someone having problems with it when used with TP.

any suggestions on what i should do?

and i may need help installing this. (buttons and such)

edit: upon seeing where the button generator is now, is there anyway i can just put the chat mod in a window like that one?
Title: Re: i need a chat mod.
Post by: bloc on October 24, 2005, 01:13:04 AM
Yes, you can. :) I just used a phpblock with a echo statement and a iframe tag. I assume the update of the chat will work too, since its just a frame. In any case it shouldn't disrupt TP/SMF.
Title: Re: i need a chat mod.
Post by: Moocat on October 24, 2005, 01:23:41 AM
something i'd like to suggest:
http://www.userplane.com
there is a sweet chat program there which hosted by their own servers. has audio/video capability, and opens in a pop-up after you click the link in your forum. i am pretty sure you can't do it in a block, but it is nevertheless an excellent mod. if you come up with a chat bloc that works better, post it for us please? :)
Title: Re: i need a chat mod.
Post by: resurgence on October 24, 2005, 03:35:26 AM
Quote from: Bloc on October 24, 2005, 01:13:04 AM
Yes, you can. :) I just used a phpblock with a echo statement and a iframe tag. I assume the update of the chat will work too, since its just a frame. In any case it shouldn't disrupt TP/SMF.

but how did you make it appear in its own page?
Title: Re: i need a chat mod.
Post by: IchBin on October 24, 2005, 03:39:06 AM
Point the include inside an iframe. Or you can target a link to an iframe.
Title: Re: i need a chat mod.
Post by: resurgence on October 24, 2005, 06:22:49 AM
*is lost*
Title: Re: i need a chat mod.
Post by: bloc on October 24, 2005, 11:17:09 AM
The button-generator/your chat would function on its own... mine still do. By adding a <iframe src="path_to_chat"> the chat will appear inside that , and refresh JUST the iframe, not the whole page. Good for a chat script.

Title: Re: i need a chat mod.
Post by: resurgence on October 24, 2005, 05:16:57 PM
ah i see.

i'm still wondering how the button generator appear in it's own page.

the button generator's address is: http://www.tinyportal.net/smf/index.php?page=13

i just wanted to know how to do that since the TP blocks are still on the left and the generator just took over the place where the forum is supposed to be.

Title: Re: i need a chat mod.
Post by: IchBin on October 24, 2005, 06:41:20 PM
This is how you get the window to open up a new one.
target ="_blank"
<a href="http://www.tinyportal.net/smf/index.php?page=13" target="_blank">
Title: Re: i need a chat mod.
Post by: resurgence on October 24, 2005, 10:38:07 PM
^^ xD i knew that. i wanted to know how he kept it in the same window, but with TP still on the left.
Title: Re: i need a chat mod.
Post by: IchBin on October 25, 2005, 04:10:06 AM
I think you can put it in an article.
Title: Re: i need a chat mod.
Post by: resurgence on October 25, 2005, 08:52:08 AM
really? i thought articles only show on the front page?
Title: Re: i need a chat mod.
Post by: bloc on October 25, 2005, 09:29:58 AM
Well...it does, but thats just the "overview". You can view all articles in a category in the same way as the frontpage, and finally an article "in full". Thats what I did for the button-generator. Just set it to NOT show on frontpage, and with no category.
Title: Re: i need a chat mod.
Post by: resurgence on October 25, 2005, 11:48:48 AM
ah...

yay! i'm off to try it out! :)

Title: Re: i need a chat mod.
Post by: gerrymo on October 27, 2005, 11:51:23 AM
Quote from: Moocat on October 24, 2005, 01:23:41 AM
something i'd like to suggest:
http://www.userplane.com
there is a sweet chat program there which hosted by their own servers. has audio/video capability, and opens in a pop-up after you click the link in your forum. i am pretty sure you can't do it in a block, but it is nevertheless an excellent mod. if you come up with a chat bloc that works better, post it for us please? :)

Does this use the SMF Member Database? I dont want any chat facility that allows guest to use it.
Title: Re: i need a chat mod.
Post by: Moocat on October 27, 2005, 04:12:20 PM
yes, you have to be logged in to use it. they have a little plugin thing that doesn't work quite perfectly with tp; it functions perfectly but isn't exactly pretty. anyway i suggest trying it out, it is an excellent chat, especially for A/V.
Title: Re: i need a chat mod.
Post by: borgBOB on October 27, 2005, 04:51:39 PM
I use the X7Chat.ÂÃ,  It's a php based chat system, and it integrates it's user access with SMF.
It was also easy to theme.

http://www.x7chat.com/index.php (http://www.x7chat.com/index.php)
Title: Re: i need a chat mod.
Post by: Ray on October 27, 2005, 06:01:30 PM
I also use X7chat - easy to setup --

http://www.rranderson.com/dvd/chat/
Title: Re: i need a chat mod.
Post by: gerrymo on October 27, 2005, 06:18:20 PM
Will X7 work in a page made by the static page mod using an iFrame?
Title: Re: i need a chat mod.
Post by: gerrymo on October 27, 2005, 07:46:28 PM
BorgBob/Ray.... What do I do with the SMF mod file for SMF 1.1 logins for X7? I need to use that file somehwere aparently to make it all work correctly.
Title: Re: i need a chat mod.
Post by: gerrymo on October 27, 2005, 08:03:47 PM
OK, Ignore the above got it sussed out.
Title: Re: i need a chat mod.
Post by: Ray on October 27, 2005, 08:05:42 PM
Cool ;D
Title: Re: i need a chat mod.
Post by: borgBOB on October 27, 2005, 08:40:07 PM
Quote from: gerrymo on October 27, 2005, 07:46:28 PM
BorgBob/Ray.... What do I do with the SMF mod file for SMF 1.1 logins for X7? I need to use that file somehwere aparently to make it all work correctly.

Open it in notepad and read the instructions there. It tells you how to make it work with smf.  I use a plain html box in TP to show the chat button.
Title: Re: i need a chat mod.
Post by: gerrymo on October 27, 2005, 08:52:59 PM
I got it working without any editing. There is an SMF patch for 1.1. Its a straight overwrite, but needs to be done before instalation. Had to reinstall it, but its on and working. And by some very strange accident, one of the themes is virtually identical to mine, so no theme editing to do. Works like charm.
Title: Re: i need a chat mod.
Post by: resurgence on October 28, 2005, 04:59:30 AM
Ray and BorgBOB:

x7chat works great! thanks! :) i couldn't use any other chat since i disabled the java console on my comp (virus target). i have a question though.


when you get to the rooms page and you click on a room to chat, it opens in a pop up window. how do i get it to open in the same window? i'm trying to integrate the chat in to one page like bloc did here with his button generator.

i want the chat room in that iframe and not just the rooms page ;)

edit: man. i'm trying to set the whole thing into an iframe like the button genrator. i have no idea what i'm doing xD

i'm going to need a step by step on how bloc set up the button generator page. :(


2nd edit: okay. i got that to work. a little convoluted though. but it works :)
Title: Re: i need a chat mod.
Post by: gerrymo on October 28, 2005, 09:05:47 AM
Resugence, I'd like to do it that way as well, how did you do it?
Title: Re: i need a chat mod.
Post by: resurgence on October 28, 2005, 10:09:16 AM
yay! my chat room is working~! :) x7chat is quite nice but it lacks the speed and features of the java based chats. but it works for what i need it to do. only prob i have. too many popups. seriously. not adware mind you, it's the chat itself. it opens popups for even the simplest thing (smilies).

anyway on to the question at hand:

Quote from: gerrymo on October 28, 2005, 09:05:47 AM
Resugence, I'd like to do it that way as well, how did you do it?

as bloc said in an earlier post all youhave to do is creat an article (turn off the WYSIWYG editor) and set it to NOT show on the frontpage and don't give it a category.

i had a little trouble with this since i needed the link for the article since it's not on the frontpage.  ;) so what i did was i had it show in the frontpage (frontpage settings>show only articles) and got the link from that*. then i restored my previous settings of not showing articles on the frontpage at all. but anyway...

the chatroom itself just needs to bein an iframe. the iframe is set up as so:

<iframe src="path_to_chat" width="100%">text to show users who don't support iframes</iframe>

yeah shove that in the article and you're all set. i would give the iframe a height attribute though to set up the height (obviously)

now put the link (the one you got from the article [the one referenced by that * above]) somewhere on your site and you're done!

i made a button.and put it in an html box. :)

if you want to see my chat at work feel free to stop by: http://hoc-council.azuregenesis.com
Title: Re: i need a chat mod.
Post by: gerrymo on October 28, 2005, 10:31:54 AM
I already got it working in an iFrame via the static page mod. What I meant was how did you get the pages to open in the same window, and not have multiple windows open?
Title: Re: i need a chat mod.
Post by: resurgence on October 28, 2005, 11:10:43 AM
ah i see. for x7 there's no actual way to do it other than setting the chat to use only one room (not multiroom mode).
Title: Re: i need a chat mod.
Post by: gerrymo on October 28, 2005, 11:57:38 AM
Any other good chat modules that can be easily and fully integrated (using SMF Database and/or membergroups)?
Title: Re: i need a chat mod.
Post by: Ray on October 28, 2005, 02:12:07 PM
Don't know if you have this version but it seem to fix the speed problem. Still use that special smf.php file with it
Title: Re: i need a chat mod.
Post by: resurgence on October 28, 2005, 03:25:20 PM
no i have the 2.0.0 version. i'll test this one out :)

thanks Ray!
Title: Re: i need a chat mod.
Post by: Ray on October 28, 2005, 04:08:01 PM
Your welcome ;D
Title: Re: i need a chat mod.
Post by: borgBOB on October 28, 2005, 11:32:09 PM
Thanks Ray,

I totally missed the update.
Title: Re: i need a chat mod.
Post by: resurgence on October 29, 2005, 06:35:55 AM
Ray and borgBOB, do you guys know how to add who's in the chat in the online users list?

Title: Re: i need a chat mod.
Post by: borgBOB on October 29, 2005, 06:43:35 AM
Quote from: resurgence on October 29, 2005, 06:35:55 AM
Ray and borgBOB, do you guys know how to add who's in the chat in the online users list?


According to the readme docs, your server has to have the GD libruaries installed.  Mine did not :(
Title: Re: i need a chat mod.
Post by: resurgence on October 29, 2005, 06:51:39 AM
oh :( i'll have to go check on my server. probably not though...

man.
Title: Re: i need a chat mod.
Post by: bloc on October 29, 2005, 08:47:06 AM
Most do have those installed..sure its not a special version of them? Like GD 2 will work, but not GD 1.6?
Title: Re: i need a chat mod.
Post by: borgBOB on October 29, 2005, 03:42:37 PM
From the readme:

Quote

This method requires that the PHP GD library be installed.  Whether it is installed or
not is not something that you can control, so if it isn't installed then you won't be
able to do the following.  To see if you have the GD library installed visit
http://yoursite.com/x7chat2directory/online.php.  (after this file is ftp'd to your server)

Well, this test worked this time.  I will have to work at the code to see it.
Title: Re: i need a chat mod.
Post by: Ray on October 29, 2005, 05:43:20 PM
Quote from: resurgence on October 29, 2005, 06:35:55 AM
Ray and borgBOB, do you guys know how to add who's in the chat in the online users list?



I got the nuber count working -shows how many is in chat but not who

<p align="center"><img src="./chat/online.php?font_size=18"></p>

this works if your chat folder is under you smf(or what ever you called it) folder
Title: Re: i need a chat mod.
Post by: Ray on October 29, 2005, 08:12:07 PM
Hey if anybody can use it I made a chat theme with the techHead colors
Title: Re: i need a chat mod.
Post by: resurgence on October 30, 2005, 06:06:16 AM
can't use it but it looks great!!

hit me up if you make a blue101 theme ;)
Title: Re: i need a chat mod.
Post by: resurgence on October 30, 2005, 06:10:43 AM
Quote from: Ray on October 29, 2005, 05:43:20 PM
Quote from: resurgence on October 29, 2005, 06:35:55 AM
Ray and borgBOB, do you guys know how to add who's in the chat in the online users list?



I got the nuber count working -shows how many is in chat but not who

<p align="center"><img src="./chat/online.php?font_size=18"></p>

this works if your chat folder is under you smf(or what ever you called it) folder


it works but underblue101 the number is white xD. how do i make the white BG of it transparent?
Title: Re: i need a chat mod.
Post by: resurgence on October 31, 2005, 05:17:23 AM
so no one knows how?
Title: Re: i need a chat mod.
Post by: Ray on October 31, 2005, 07:04:00 AM
I have been trying to change the colors but no luck yet -- err sorry
Title: Re: i need a chat mod.
Post by: resurgence on October 31, 2005, 09:30:32 AM
Quote from: Ray on October 31, 2005, 07:04:00 AM
I have been trying to change the colors but no luck yet -- err sorry

do you have this problem as well? i see your default theme is blue too.

mine is white (oxygen) but i use blue101 and it bothers me a bit xD

edit:

this is the line that changes the BG in online.php
$bg_red = $bg_blue = $bg_green = 255;
Title: Re: i need a chat mod.
Post by: Xarcell on November 02, 2005, 05:44:46 PM
I recommend flashchat. It can intergraded with smf (code already installed) and you would set it up in a iframe as well.

It costs $5, but is way worth it. It's fast, skinniable, and has audio. There are even modules that you can install into teh flashchat itself such as video conferencing.

Here is an old SMF thread on it: 

http://www.simplemachines.org/community/index.php?topic=27137.0

-Xarcell

Title: Re: i need a chat mod.
Post by: resurgence on November 03, 2005, 04:59:55 AM
Quote from: Xarcell on November 02, 2005, 05:44:46 PM
I recommend flashchat. It can intergraded with smf (code already installed) and you would set it up in a iframe as well.

It costs $5, but is way worth it. It's fast, skinniable, and has audio. There are even modules that you can install into teh flashchat itself such as video conferencing.

Here is an old SMF thread on it: 

http://www.simplemachines.org/community/index.php?topic=27137.0

-Xarcell



wow this looks much better! and runs smoother :)

thanks!! i'll try this one!
Title: Re: i need a chat mod.
Post by: bloc on November 03, 2005, 09:57:36 AM
Recomend FlashChat as well..I am not using it on this site, but on my wife's parenting forum its a big hit. :)

Well worth the $5 , which is really a bargain for what you get.
Title: Re: i need a chat mod.
Post by: resurgence on November 03, 2005, 10:17:59 AM
^^ extremely true :)

my members are all asleep ATM xD so no one is there to test it and play with it yet
Title: Re: i need a chat mod.
Post by: Xarcell on November 03, 2005, 10:59:15 PM
You get it working?

May I take a peek?
Title: Re: i need a chat mod.
Post by: resurgence on November 04, 2005, 03:30:47 AM
Quote from: Xarcell on November 03, 2005, 10:59:15 PM
You get it working?

May I take a peek?

of course :) PM me for the login info.