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
  #142  
Old 02-08-2010, 10:56 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont understand your question.
Reply With Quote
  #143  
Old 02-10-2010, 09:02 AM
anthony parsons anthony parsons is offline
 
Join Date: Apr 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul,

Something I find in general with custom pages in vb4 due to the YUI resetting issue in browsers, is to wrap all custom pages in the following class:

HTML Code:
<div class="article cms_clear restore">


<p>Content here...</p>


</div>
It seems that otherwise because of what vb have done with this whole issue in general with CSS resetting, if you use the above tags you regain full CSS control over custom coding, ie. <p> tags work again, rendering for that page is reset to browser standards without the YUI issue.

I was finding that without this class wrapped in a div around your integrated template, when you click on the chat scrollers appear, it was doing strange behaviour when using the flashchat settings for closing the software, etc. It extends pretty far this YUI issue they implemented. This simple class addition though fixes so many issues.

Maybe you want to include it by default or atleast others can use it, especially if using Firefox and other web standards browsers.
Reply With Quote
  #144  
Old 02-18-2010, 03:37 AM
steve71 steve71 is offline
 
Join Date: Dec 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed in 4.0.2 and functioning. Thx

Is there anyway to have the chat open in a new window instead of in the same (forum) page?

Some of our members like to chat while browsing the forum...
Reply With Quote
  #145  
Old 02-18-2010, 09:50 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well they can just hold down the SHIFT key when they click on the link (or CTRL Key for a new Tab on more modern browsers).
Reply With Quote
  #146  
Old 02-19-2010, 03:30 PM
WoodPusher WoodPusher is offline
 
Join Date: Feb 2008
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea on how to display who is using chat on the frontpage?
Reply With Quote
  #147  
Old 02-19-2010, 04:08 PM
steve71 steve71 is offline
 
Join Date: Dec 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WoodPusher View Post
Any idea on how to display who is using chat on the frontpage?
https://vborg.vbsupport.ru/showthread.php?t=231185
Reply With Quote
  #148  
Old 02-19-2010, 07:25 PM
WoodPusher WoodPusher is offline
 
Join Date: Feb 2008
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a issue which I have not seen too much of in here.

I have installed Flash Chat 6, and the integrator. I can load flashchat in its own window, but it stalls on the load when using the integrator. Is there a fix for this?
Reply With Quote
  #149  
Old 02-19-2010, 08:40 PM
WoodPusher WoodPusher is offline
 
Join Date: Feb 2008
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I seem to have this issue resolved now.
Reply With Quote
  #150  
Old 02-22-2010, 09:46 PM
insidedesign insidedesign is offline
 
Join Date: May 2007
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the general workflow for upgrading this plug-in? I could not find any document within the .zip file or within your plug-in description above.

Thanks in advance!
Reply With Quote
  #151  
Old 02-22-2010, 09:48 PM
insidedesign insidedesign is offline
 
Join Date: May 2007
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, I noticed that the additional.css template was not being pull into the chat page. Is this an issue with your plug-in or vbulletin?
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:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04843 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_html
  • (1)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
  • (2)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_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