vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Chat Modifications - Flashchat: Integration for vB 3.7 (https://vborg.vbsupport.ru/showthread.php?t=166834)

Paul M 07-21-2008 09:41 PM

Are you sure your forum is running vb 3.7 ?

littleginsu 07-22-2008 02:36 PM

Yes, Version 3.7.1

You can view it here: http://scraporchard.com/forum/

educator 07-24-2008 06:54 PM

bunu nasıl indireceğim anlamadım ??

Paul M 07-24-2008 10:07 PM

Please post in English only.

expatdirectory 07-25-2008 12:52 PM

I need a little help here.
I have just purchased the flash chat this morning (latest version) and was hoping to have it all wrapped up in a short while.... several hours later..

After discovering that it wont run on 3.7, I did my reading though this and found the fix that you highlighted paul. I posted a link to the fix on Tufat forum so that if anyone alse had the same problem they could find your code.

I added the file you provided paul (thanks) but I still cant install on the 3.6 (which is necessary before changing the config file to 3,7).

Anyway, I went back to the forums at tufat to leave a message querying when the update would be released and... i,ve been permantly banned for spamming! How did that happen.

Leave me stuck as I cant get the support now that I had hoped for.

I feel that $5.00 is pretty cheap for this package (having reviewed it on a couple of other sites) but it seems a knightmare to get up and running on 3.7

If anyone finds out when they release the patch, please leave a message here so that I can re download, hopefully the patch realease will make things easier.

As for the tufat forum, I am bewildered by the banning and add this here so that anyone requesting support for them doesn't end up with the same problem.

TROLL 07-25-2008 06:54 PM

I tried to read up some but may have missed it... can anyone tell me how 'heavy' this mod is? I'm looking for a chat option for my forum and it will be used pretty regularly, but I had issues with my previous chat sucking up wayyyy too much bandwidth so I'm looking for an option that wont eat up all my resources.
Thanks a lot...
Bryan

Paul M 07-25-2008 08:34 PM

You need to go to the Tufat forums for help/advice on Flashchat.

Preech 07-26-2008 11:53 PM

Well Version 5 has been released. Will this still work Paul.

lstintxs100 07-27-2008 09:24 PM

From reading their forum,It looks like version 5 has a couple of integration issues. They mention they are working on it but no time frame.

TheInsaneManiac 07-28-2008 08:46 AM

Man 5.0 has a lot of bugs in it...

yozzzo 07-28-2008 04:18 PM

Quote:

Originally Posted by NeoDB (Post 1573253)
Having trouble... I copy the new CMS file and change the config.php like it says, but after the loading screen for the FlashChat it just sits there.

same problem here.

I've installed everything properly, but when i try to log in, it shows the loading window and after that ONLY the blue background and nothing else. it simply won't start.

I've checked my uploads, uploaded everything again in binaries mode but still no success.

koxito 07-28-2008 10:38 PM

Same problem here.

Just can't get it to work on 3.7 u_u.

I just can't find the files to make the integration, the config.php file in the inc directory of the flash chat doesnt content the lines in this mod description, so i can do anithing.

¿ is it just me ?.

Lumis Out.

cindy helmond 07-30-2008 08:53 AM

hope FlashChat version 5.0.1 is fix this bug

FlashChat version 5.0.1 is to by now !:D

o o there a problems with the 5.0 versions look here

lstintxs100 07-30-2008 06:13 PM

5.0.1 was buggy as well. 5.0.2 is mentioned to be released in a few hours. I will have to throw up a page to see if it works.

Dirkt1 07-30-2008 06:59 PM

Hello and sorry for my Bad English.
I go to ADMIN->FlashChat Admin Panel->Messages and then i become:

Quote:

vBulletin 3.7 : Integration Error 03 : No permissions set for usergroup 65.
What can i Do ?

Paul M 08-02-2008 06:14 PM

Edit usergroup 65 and give it some permissions.

Paul M 08-02-2008 06:15 PM

Quote:

Originally Posted by Preech (Post 1584917)
Well Version 5 has been released. Will this still work Paul.

No idea, Ive been away so not even seen version 5.

tweakmonkey 08-02-2008 10:52 PM

Got it working fine with Vbulletin 3.7.2 and FlashChat 5.03.

If you're getting a blank screen on installation of FlashChat, after step 2, here's a fix I found on the support forums... open /chat/install.php and at the end change:
Code:

if( $_SESSION['step_install'] > 2 )
{
        include './inc/common.php';
        include './inc/config.php';                // FlashChat config
}

include './install_files/step_'.$_SESSION['step_install'].'.php';
?>

to:
Code:

if( $_SESSION['step_install'] > 2 )
{
        include './inc/common.php';
        include './inc/config.php';                // FlashChat config
}

//FIX BY VERONICA
if($_SESSION['step_install']=="3")$_SESSION['step_install']="3.5";
$step=$_SESSION['step_install'];
//END-OF-FIX

include './install_files/step_'.$_SESSION['step_install'].'.php';
?>

This will get Flashchat installed and finds the database config from Vbulletin if you select 3.6.

This modifcation's instructions mention editing Config.php from FlashChat. I found one in /chat/inc, but the line we're told to edit is not there. To fix this, I simply renamed the file included with this modification (\chat\inc\cmses\vbulletin37CMS.php) to vbulletin36CMS.php and overwrote the existing 3.6 file, that I did not need. It worked fine after this.

Also, the code from the instructions for this mod mentioned in Step 3 of the installation are not there anymore either so I just ignored it.

milaszewski 08-03-2008 08:28 AM

I want to have "Flaschat [x]" link in the navbar where [x] is showing the number of people logged into the chat. How can I do it?

chockoblogger 08-03-2008 06:45 PM

While the majorityof our members are able to see the chat room since the upgrade to the recent vbulletin 3.7.2, a few of our members are not able to log into the chat room. A black screen shows and smilies show up but no dialogue boxes or drop downs.

I am not sure if I need to try and use the fix you posted in the thread above,because this is working for me and the majority of the board. This chat works fine if these members use other computers but not the main computer they use daily.

Can you help?

R.P.G 08-04-2008 02:42 AM

Finally works for me, thanks to Veronica's fix and your xml file. Now I can finally make use of it :)

manning 08-04-2008 04:43 PM

This thing has my site down now !!!!

edit - the site is back up and running now ... sucks having to do half a dozen things to get a program to work.

I dont see any links on my board to get into chat though. Do you have to add these manually - I didnt see any thing telling me to do that.... what are the links?

Required link found and manually added.

jlew24asu 08-07-2008 04:27 PM

edit

butler312 08-11-2008 08:43 PM

I get this error when trying to view a members profile from the chat room:

Your submission could not be processed because a security token was missing.

I don't get the error when viewing their profile from the forums though, even though it points to the same place.

butler312 08-13-2008 04:28 PM

Also, there is no flash chat settings or anything in the acp

Jaxel 08-13-2008 04:29 PM

Flashchat 5.04 is now available... What changes with this mod?

Paul M 08-13-2008 04:46 PM

No idea. I doubt I'll even look at 5.04 until the weekend.

Quote:

Originally Posted by butler312 (Post 1597894)
Also, there is no flash chat settings or anything in the acp

There isnt meant to be.

Jaxel 08-13-2008 10:56 PM

I already tested it... this mod works PERFECTLY with FC 5.04... there is no need for Veronica's fix either... you just gotta pick VB3.6 as your CMS and it works great.

However, the Flashchat: Who is chatting mod does not work at all.

shlomot 08-19-2008 01:07 PM

Hello Paul. Thanks a lot for the integration MOD.

I wonder if you can help me with the following issues:

1. When I click the Chat link on navbar is takes me to http://www.topsynergy.net/misc.php?do=flashchat&room=1 , which the right place to be :) However, on top of the chat part of the page it also opens the donation mod. How can I resolve that?

2. I wish to have the link open the chat in a new window, without manual editing of the navbar template if possible. Any suggestions?

3. And last but not least - I installed FleshChat with some default rooms that are not accessible via the Admin integration. How do I change those to fit the theme of the site?

Thanks a lot.

Goomzee 08-20-2008 08:14 AM

This Mod is not working check this

milaszewski 08-23-2008 04:16 PM

Quote:

Originally Posted by milaszewski (Post 1590407)
I want to have "Flaschat [x]" link in the navbar where [x] is showing the number of people logged into the chat. How can I do it?

bump!
this must be simple!

butler312 08-25-2008 03:47 AM

I get this error when trying to view a members profile from the chat room:

Your submission could not be processed because a security token was missing.

I don't get the error when viewing their profile from the forums though, even though it points to the same place.

Goomzee 08-25-2008 08:41 AM

i install Flash chat but it's not working
http://www.mknexusonline.com/forums/...ashchat&room=1

Chris11987 08-26-2008 07:58 AM

1. So this chat costs 5 dollars, and then I just use the integration form here to use it on vb, right?

2. Can anyone give me an idea of how heavy the chat is on a server? I currently use an AJAX chat using 4 tables with an average of 25-30ish people

Paul M 08-26-2008 10:00 AM

For support on Flashchat you need to use the Tufat forums.

butler312 08-27-2008 07:34 PM

I wouldn't say it is very heavy on the server, no. You will probably have some lag with that many people, but I'm sure it will be a lot better than ajax with that many people anyway. I used to have that and whenever we had tournaments and had 30+ people on it was terrible.

cindy helmond 08-27-2008 07:59 PM

Quote:

Originally Posted by Paul M (Post 1607257)
For support on Flashchat you need to use the Tufat forums.


and they send us to you :)

charmedhour 08-30-2008 11:29 PM

Quote:

Originally Posted by milaszewski (Post 1590407)
I want to have "Flaschat [x]" link in the navbar where [x] is showing the number of people logged into the chat. How can I do it?

This is a great idea! I'd like to know how to do it too.

Love the mod, BTW!

Megatr0n 08-31-2008 10:52 PM

Hi Paul,

When I access the settings in the Admin Panel, I get this error:

Fatal error: Smarty error: the $compile_dir '/home/smiggy/public_html/forums/chat/inc/../temp/templates/templates_c' does not exist, or is not a directory. in /home/smiggy/public_html/forums/chat/inc/smarty/Smarty.class.php on line 1088

I upgraded from 4 to version 5 but the file smarty.class.php isn't existent in the new version.

Jaxel 09-01-2008 12:09 AM

How exactly do I install this with Flashchat 5.06? The installation instructions for this are all for 4.72+

I renamed this file to vbulletin36CMS.php, but when I go to my admin panel in flashchat, it wont let me log in.

I get this error when I try to login: "Fatal error: Call to a member function next() on a non-object in /home/eightway/public_html/flashchat/inc/cmses/statelessCMS.php on line 130"


All times are GMT. The time now is 01:08 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01564 seconds
  • Memory Usage 1,821KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete