Current time: 09-09-2010, 07:24 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FlashChat integrations
08-04-2008, 01:21 PM
Post: #1
FlashChat integrations
I have made a fix for the FlashChat integration script for MyBB version 1.4 Big Grin

Fix is documented here in the tufat.com Forum:
http://forum.tufat.com/showthread.php?t=50451
Find all posts by this user
Quote this message in a reply
08-14-2008, 11:51 PM
Post: #2
RE: FlashChat integrations
Thank you Veronica! Code works well with both code series, as you said. Big Grin

bluemechaoxide - A collection of my stuff.
Visit this user's website Find all posts by this user
Quote this message in a reply
10-25-2008, 08:32 AM
Post: #3
RE: FlashChat integrations
Thank you very very much for that! Smile
Find all posts by this user
Quote this message in a reply
10-30-2008, 06:18 AM (This post was last modified: 10-30-2008 06:18 AM by PalKat.)
Post: #4
RE: FlashChat integrations
(08-04-2008 01:21 PM)Veronica Wrote:  I have made a fix for the FlashChat integration script for MyBB version 1.4 Big Grin

Fix is documented here in the tufat.com Forum:
http://forum.tufat.com/showthread.php?t=50451

Veronica,
I am switching from phpBB to myBB and well on phpbb my flash chat intergration allowed you to see who was in the chat on the main forum page under the WHOS ONLINE (on the forum) .

How would this be done for MYBB? so we can see whos in the chat on MYBB stats at the bottom of the index.php page?

thanks!
Find all posts by this user
Quote this message in a reply
11-05-2008, 05:28 PM
Post: #5
RE: FlashChat integrations
Now I have added instructions for adding a Chat link in the MyBB 1.4 Navigation Bar
and a Who's in Chat block in the MyBB 1.4 Board Statistics Big Grin

You can get the instructions here:
http://forum.tufat.com/showthread.php?t=50451
Find all posts by this user
Quote this message in a reply
05-10-2009, 01:34 PM
Post: #6
RE: FlashChat integrations
Veronica,

I just installed the chat and so far it seems to be working. The only problem I have is that now when you go into the forum, when you would normally click on the "Last Post" link on the right side, I get a blank page. Nothing shows up. I can get to the posts by clicking on the forum name, then clicking on the last page that way.

Any suggestions or idea's what to do?
Visit this user's website Find all posts by this user
Quote this message in a reply
07-26-2010, 11:32 AM
Post: #7
RE: FlashChat integrations
I can verify that the above code works with the latest version of MyBB - MyBB 1.4.13.

This might be of interest to anyone deciding to use flashchat. I created a redirect page with this code:

Code:
<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Refresh" content="6; URL=http://video-channels.co.uk/forum/flashchat/flashchat.php">
<title>Flashchat</title>
<style type="text/css">
body {
background: #F8F8F8;
font-family: Arial;
color: #000000;
font-size: 18px;

}
</style>

</head>
<body>

<div style="margin-top: 35px; text-align: center;">

<h2>Welcome to FlashChat v 4.6.2</h2>

<p>You need to be logged into the forum<br>to be able to use this chat...</p>
<p>Flashchat will load shortly!</p>

</div>

</body>
</html>

This enables the need to be logged into the forum made obvious to any user. I then edited the header template file and added this to the tabs menu:

Code:
<li><a href="#" onClick="MyWindow=window.open('/forum/flashchat/flashchatredirect.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scro​llbars=no,resizable=yes,width=600,height=350,left=0,top=0'); return false;">Flashchat</a></li>

I have also altered quite a number of other pages in Flashchat that enables a display of 'users', 'how to use' and 'who is in chat' which I have also added to the header file just below the 'welcomeblock'. This display is at the top of the forum so it is very noticeable; as opposed to be being in the footer for instance. If anyone wants to know how I did this I can explain further.

Regards
Bluesplayer

My MyBB Forum
Find all posts by this user
Quote this message in a reply
08-08-2010, 08:41 AM
Post: #8
RE: FlashChat integrations
Is there any fix for 1.6?
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)