News:

Wondering if this will always be free?  See why free is better.

Main Menu

FlashChat Integration

Started by Tyrsson, January 05, 2007, 03:44:53 AM

Previous topic - Next topic

xtremecruiser


dextrous

is there one for smf 1.1.2 yet?
thanks!

Simplemachines Cowboy

My install of this was with 1.1.1.
When I ran the 1.1.2 upgrade, this mod still worked fine.
My SMF forum: The Open Range

xtremecruiser

Works fine if you do a upgrade, if you do a new install you might have to edit the mod for 1.1.2

TroyG

At the bottom of my SMF in the area of whos in the chat room the names that are coming up are not the people in the room. Whats up with that?

ishy

It worked brilliantly!  Gracias!  My users already were in love with FC, and complaining about how they sit in it and no one knows they are online.  This is awesome!

Daniel15

Really sorry guys, I haven't had time to keep up with all the posts in here (school homework is just taking too much of my spare time :()

This mod should work fine on SMF 1.1.2, but you'll get a message saying that the mod hasn't been tested on that SMF version. Once I test it myself, I'll add SMF 1.1.2 to the "officially supported" list :)
Daniel15, former Customisation team member, resigned due to lack of time. I still love everyone here :D.
Go to smfshop.com for SMFshop support, do NOT email or PM me!

dextrous

Quote from: Daniel15 on February 21, 2007, 01:48:47 AM
Really sorry guys, I haven't had time to keep up with all the posts in here (school homework is just taking too much of my spare time :()

This mod should work fine on SMF 1.1.2, but you'll get a message saying that the mod hasn't been tested on that SMF version. Once I test it myself, I'll add SMF 1.1.2 to the "officially supported" list :)

Actually there is one big issue -- chat users seem to be getting stuck there forever long after they've left!

Daniel15

Quote from: dextrous on February 21, 2007, 04:05:26 PM
Quote from: Daniel15 on February 21, 2007, 01:48:47 AM
Really sorry guys, I haven't had time to keep up with all the posts in here (school homework is just taking too much of my spare time :()

This mod should work fine on SMF 1.1.2, but you'll get a message saying that the mod hasn't been tested on that SMF version. Once I test it myself, I'll add SMF 1.1.2 to the "officially supported" list :)

Actually there is one big issue -- chat users seem to be getting stuck there forever long after they've left!
This is the "logout window" bug - The window that pops up after leaving the chat is meant to log you out. Simplemachines Cowboy posted a fix for this, and it should be fixed in the next release of this mod:
Quote from: Simplemachines Cowboy on February 03, 2007, 11:41:32 PM
To solve the log out pop-up problem:

Find the dologout.php file in your chat folder.
Make a copy, and place the copy in your main SMF root folder.
Edit the 2nd line of the file to reflect the proper path.
This is mine; FlashChat is in the /chat folder.
require_once('chat/inc/common.php');

Daniel15, former Customisation team member, resigned due to lack of time. I still love everyone here :D.
Go to smfshop.com for SMFshop support, do NOT email or PM me!

char39

Where can I find directions on how to use the flash chat after it is installed?


Tan

#191
Anyone know how i can only show the users name only instead of the users name and the room name under the who's online on home page?

I only have one room to keep it simple and of course the name of the room is always the same for each user so the room name is repeated alot!

Thanks


Great mod thanks very much Daniel

Pacov

Does anybody know how to make visible beside (on the forum index page) the names of users on chat that thay ar actually on chat. I can see only the names of users on chat but there isn't written that they are on
"CHAT"...--THIS WORD IS MISSING...there are just thair names.

TNX
Pacov

Tan

#193
Theme Changes
To install this on your custom theme (so it shows the users in the chat under Users Online), you'll need to edit Themes/[theme name]/BoardIndex.template.php. Note that this will not add the Chat button to the menu bar, you'll need to ask the theme creator about that!

In Themes/[theme name]/BoardIndex.template.php, find:
Code:

echo '
                  ', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', $context['num_guests'], ' ', $context['num_guests'] == 1 ? $txt['guest'] : $txt['guests'], ', ' . $context['num_users_online'], ' ', $context['num_users_online'] == 1 ? $txt['user'] : $txt['users'];

Replace with:

echo '
                  ', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', $context['num_guests'], ' ', $context['num_guests'] == 1 ? $txt['guest'] : $txt['guests'], ', ' . $context['num_users_online'], ' ', $context['num_users_online'] == 1 ? $txt['user'] : $txt['users'], ', ', $context['num_chat'], ' ', $context['num_chat'] == 1 ? $txt['user'] : $txt['users'], ' ', $txt['fc_in_chat'];

Also, find:
Code:
   if (!empty($context['users_online']))
echo '
                     ', $txt[140], ':<br />', implode(', ', $context['list_users_online']);
Add after:
Code:
// --- Begin FlashChat integration ---
   // If there's users in the chat
   if (!empty($context['users_chat']))
      echo '
                     <br />
                     ', $txt['fc_users_online'], ':<br />', implode(', ', $context['list_users_chat']);
   // --- End FlashChat integration ---



Smith Online

#194
Please Help Me Out :-[
Ive have been trying to get flash chat v479 integrated with smf v1.1.2 for days now with no luck :'(. Daniel15 Sounds like hes the man on making a simple mod to integrate flash chat v479 with smf 1.1.2 please help :(.

I am using the igoh theme located here (in green)
http://custom.simplemachines.org/themes/index.php?lemma=62
on smf v1.1.2 if this would make a difference to the instalation of the mod

Please help if have read every forum regarding this and tried everything they have said to integrate but still no look  :(

I am currently using no mods at all on the forum. I have fully installed flashchat and it works great using same database as smf i just need to add the chat button into smf v1.1.2.I have already made the button for my theme but just need to know how to integrate if anyone could help me that would be great as i have run out of options and really need this integration.

THANKS IN ADVANCE FOR ANY HELP GIVEN IT IS GREATLY APPRECIATED

Regards

Smith-Online

If any more information is needed i will gladly supply you with it.


Mick.

#195
Ive been using  tufats chat with an external link just fine. I tried Daniels mod and WOW! look at all my errors:

1. Extract File ./Sources/Chat.php 
2. Extract File ./Themes/default/Chat.template.php 
3. Execute Modification ./index.php Test successful
4. Execute Modification ./SSI.php Test failed
5. Execute Modification ./Sources/BoardIndex.php Test successful
6. Execute Modification ./Themes/default/BoardIndex.template.php Test failed
7. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful
8. Execute Modification ./Themes/default/index.template.php Test successful
9. Execute Modification ./chat/inc/flashChatTag.php File not found
10. Execute Modification ./chat/inc/cmses/smfCMS2.php File not found



I also tried this file in the boardindexphp file but it seems that their link may be old.
( see attached pic) 2nd pics is what it suppose to look like.
// flashchat users
echo '
<tr>
<td class="catbg" colspan="2">FlashChat Users</td>
</tr>
<tr>
<td class="windowbg">&nbsp;</td>
<td class="windowbg2" width="100%"><iframe frameborder="0" height="100" src="', $GLOBALS['boardurl'], '/chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe></td>
</tr>';


found here --> http://tufat.com/docs/flashchat/whos_chatting_smf.html

any ideas on how to make it work in my forum?




RoarinRow

Looks like there's some known issue with Googlebot and Spiders.  See 2nd page of this thread - here.  There's also a fix to the boardindex.template.php file.  Looks like you'll need to make manual updates.

For these two errors, did you install the chat software in your forum root directory?  maybe that's why it can't find the file?

9. Execute Modification ./chat/inc/flashChatTag.php File not found
10. Execute Modification ./chat/inc/cmses/smfCMS2.php File not found

Ro

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

Smith Online

when installing mod i get this error
Error in Package Installation

At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.

Installing this package will perform the following actions:  Type Action Description
1. Extract File ./Sources/Chat.php 
2. Extract File ./Themes/default/Chat.template.php 
3. Execute Modification install.xml Modification parse error
4. Execute Modification - Modification parse error

Whats this mean?????

using flash chat v479 and smf v1.1.2 with theme igoh (in green)


Mick.

Quote from: RoarinRow on February 24, 2007, 09:03:21 PM
Looks like there's some known issue with Googlebot and Spiders.  See 2nd page of this thread - here.  There's also a fix to the boardindex.template.php file.  Looks like you'll need to make manual updates.

For these two errors, did you install the chat software in your forum root directory?  maybe that's why it can't find the file?

9. Execute Modification ./chat/inc/flashChatTag.php File not found
10. Execute Modification ./chat/inc/cmses/smfCMS2.php File not found

Ro

I can work with the googlebot & spiders fine but i havent done so because i cant figure out why 9-10 are still missing(not found).

I tried moving folders here and there but no luck.

I thought my forum root is (publichtml) folder in "Fantastico" is in it?

RoarinRow

Quote from: BlueDevil on February 25, 2007, 09:01:55 AM
Quote from: RoarinRow on February 24, 2007, 09:03:21 PM
Looks like there's some known issue with Googlebot and Spiders.  See 2nd page of this thread - here.  There's also a fix to the boardindex.template.php file.  Looks like you'll need to make manual updates.

For these two errors, did you install the chat software in your forum root directory?  maybe that's why it can't find the file?

9. Execute Modification ./chat/inc/flashChatTag.php File not found
10. Execute Modification ./chat/inc/cmses/smfCMS2.php File not found

Ro

I can work with the googlebot & spiders fine but i havent done so because i cant figure out why 9-10 are still missing(not found).

I tried moving folders here and there but no luck.

I thought my forum root is (publichtml) folder in "Fantastico" is in it?

Maybe those files did not come over when you were FTP'ing the FlashChat software files.  Try to upload those again to the /chat/inc path.

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

Advertisement: