Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Flashchat 6 Integration for vBulletin 4.x Details »»
Flashchat 6 Integration for vBulletin 4.x
Version: 4.1.0, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.x.x Rating:
Released: 12-24-2009 Last Update: 12-03-2010 Installs: 346
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

This modification is no longer available or supported.

Note: I no longer use Flashchat, and development and support of it at Tufat appears to have died in 2010.


vBulletin 4.x Version

Please remember to click Mark as Installed if you use this modification.
Please fee free to nominate this modification for the MOTM, and/or use the donate link provided (Support Developer).

Flashchat 6 Integration with vBulletin 4.x.x
Flashchat 4 & Flashchat 5 are not supported by this Integration.

vBulletin 4.0.1 broke the automatic login of vb members into Flashchat, this is fixed in mod version 4.0.5 onwards.

Note:
Standard Flashchat includes vBulletin integration as part of the Tufat supplied files. However, the standard integration does not include Direct Usergroup Integration or other extra's like the WOL Display & Flashchat on a vBulletin page. This Modification adds those features


Extra's added by this modification

* Direct login to a room.
* The WOL will correctly display Flashchat as the location (not 'Unknown Location')
* Flashchat can be displayed embedded inside a 'standard' vBulletin Page (i.e. not full screen).
* Direct Usergroup Integration - a section is added to each usergroup in the ACP Usergroup Manager to set the Flashchat permissions for that group.
* The plugin will automatically add a link to Flashchat in your Navbar Quick Links or Community Links - this feature can be disabled if you wish.
* The automatic link can have a prefix path defined - useful if you use something like vBA.
* You can define a usergroup to login as Flashchats "Spy" mode.


More notes:

* The automatic link feature may fail if you have customised templates (it uses template hooks).
* For Flashchat inside a vBulletin page you need to link to .../misc.php?do=flashchat
* This modification does not add any links to Flashchat Administration in the ACP.
* You can set all members to login direct to particular room via the ACP.
* You can also add a room parameter to the url - i.e. .../misc.php?do=flashchat&room=3
* Spys can login into the chat but are not listed in the room - they cannot chat, just watch.

Note: This modification is not Flashchat - you must obtain and install that first - this is just vBulletin / Flashchat Integration. You must also install Flashchat into a folder called 'chat' in your forum root folder i.e. (/forums/chat/) - this is the same folder as your usercp.php file and includes folder. This modification will fail if you do not do this.

Finally, I am not Tufat.com or Flashchat Support - if you have questions about Flashchat, their forums are here.

To use the this integration simply download and unzip the file, then follow the instructions in the text file. Once installed, the Flashchat userlevel options for each usergroup will appear in the ACP usergroup edit screens - editing of the CMS file will no longer be required.


Support

This modification is not supported.
Please check the instructions, and make sure you have uploaded any files to the correct location - the vast majority of problems reported are due to an error made in editing or uploading files.



History:

v4.0.1 : 25-Dec-2009 : Initial release for vb 4.0.0 Gold.
v4.0.2 : 26-Dec-2009 : Fix bug in CMS file for CSRF on profile pages.
v4.0.3 : 27-Dec-2009 : Fix bug when using admin message list + minor phrase changes.
v4.0.4 : 05-Jan-2010 : Minor display changes (not released).
v4.0.5 : 13-Jan-2010 : Fix broken autologin in vb 4.0.1 +
v4.0.6 : 26-Jan-2010 : Various updates.
v4.0.7 : 27-Feb-2010 : Style code updates for vB 4.0.2.
v4.0.8 : 13-Jun-2010 : Added error message if Flashchat installation cannot be detected.

v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #282  
Old 10-06-2010, 07:04 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by marinelife View Post
How can you make it show if there are users in chat on the forums page?
https://vborg.vbsupport.ru/showthread.php?t=231185
Reply With Quote
  #283  
Old 10-06-2010, 07:14 PM
marinelife marinelife is offline
 
Join Date: Nov 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks so much
Reply With Quote
  #284  
Old 10-06-2010, 09:34 PM
s810car s810car is offline
 
Join Date: Mar 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
I dont have FC6 installed so I cannot confirm the bug (which would be in FC anyway, so Im not sure I could do anything about it).

As to the database error - that is not coming from anything in this mod. I dont recognise the query from FC either.
Here's why I brought this up to you, code from the vbulletin40cms.php version 4.1.2.6
PHP Code:
    // Returns URL of user profile page //
    
function getUserProfile($userid)
    {
        return (
$this->userid == $userid) ? "../profile.php?do=editprofile" "../member.php?u=$userid";
    } 
I'm assuming this is what directs the linkback to the forum user profile, which it gives the error then not allowing you to continue.

K...figured the SQL error was something not that easy to find...sigh I'll keep researching and if anything its from affects or was affected by your hack I'll post an update
Reply With Quote
  #285  
Old 10-06-2010, 09:45 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When you said there was a bug, I assumed you meant with the CMS file supplied as part of this modification. 4.1.2.6 is not the file supplied here, its the default vb4 CMS. The header of this file is

PHP Code:
$Revision1.4 $  
$Date2010/01/13 23:54:00 

It bypasses the profile issue.



(internally its Revision 4.1.4.5)
Reply With Quote
  #286  
Old 10-06-2010, 10:45 PM
s810car s810car is offline
 
Join Date: Mar 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ohhhh, i thought those were one and the same file. so do I need to put the old file back it to have the proper integration, Idk what its set as now Would I lose the benefits of the hack leaving this file in?
Reply With Quote
  #287  
Old 10-06-2010, 11:28 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must use the file supplied by this mod.
Reply With Quote
  #288  
Old 10-07-2010, 01:36 AM
s810car s810car is offline
 
Join Date: Mar 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, reinstalling :up:
Reply With Quote
  #289  
Old 10-14-2010, 10:13 PM
der_darkon der_darkon is offline
 
Join Date: Feb 2009
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For all the people who are having trouble to autologin into the chat and don´t like the white page with all the text:
Instead of just linking to "/chat/" you have to link to "/chat/flashchat.php" and you will be taking directly to the chat. (provided your cookiesettings are ok).

Thanks for the great integration.
Reply With Quote
  #290  
Old 10-25-2010, 08:26 AM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a quickie if anyone has an answer

I have added the chat (done this before so never been an issue)

The chat works ok etc but the text or the input text is pretty much transparent or wrong colour whatever you set it at?

I have done the normal steps deleted everything / reinstalled in correct orders but to no avail

login ok etc

thanks
Reply With Quote
  #291  
Old 10-26-2010, 01:48 AM
BrianMis BrianMis is offline
 
Join Date: Oct 2010
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello all, I have FlashChat installed and the integration (Thanks Paul) everything is working great. The only problem I have is I can't find any of the usergroup options in ACP.

Can anyone help out with this?

Thanks!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:28 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.06144 seconds
  • Memory Usage 2,316KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete