TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 18, 2024, 09:45:54 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 112
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 41
  • Total: 41

i need a chat mod.

Started by resurgence, October 24, 2005, 12:27:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

resurgence

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?

bloc

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.

Moocat

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? :)

resurgence

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?

IchBin

Point the include inside an iframe. Or you can target a link to an iframe.

resurgence


bloc

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.


resurgence

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.


IchBin

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">

resurgence

^^ xD i knew that. i wanted to know how he kept it in the same window, but with TP still on the left.