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

Reply
 
Thread Tools
Flashchat: Integration for vB 3.7 Details »»
Flashchat: Integration for vB 3.7
Version: 3.7.009, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.7.x Rating:
Released: 01-02-2008 Last Update: 10-24-2008 Installs: 601
Translations  
No support by the author.

This modification is no longer available or supported.

Flashchat integration with vBulletin 3.7

Note: Flashchat Version 5.0.8 onwards now has the option for vbulletin 3.7 integration.

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


Standard vB 3.7 integration features

* Authorised members are automatically logged in.
* Automatic login works even if a member has not ticked "remember me".
* All non authorised members are locked out (this and the above are based on usergroup membership).
* If enabled, Flashchat updates the users session location (displayed in various vBulletin online location displays such as WOL).
* Real ip detection when a proxy server is used (only if the proxy server passes on the details).
* Permanant, Private Rooms are loaded by Admins and Moderators (allows for Staff Rooms).

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 try to automatically add a link to Flashchat in your Quick Links or Navbar - this feature can be disabled if you wish.
* The automatic link can have a prefix path defined - useful if you use something like CMPS.
* You can define a usergroup to login as Flashchats "Spy" mode. (Version 3.7.002 onwards)


More notes:

* This integration is for Flashchat versions 4.7.x or 5.0.x (seperate downloads).
* 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.
* 3.7.004 onwards has extra code to cope with VBs CSRF protection, which interferes with profile linking.
* 3.7.006 onwards is for Flashchat 5.0.x - The previous version for Flashchat 4 (3.7.005) will continue to be available for the moment.

The CMS file assumes that you are installing Flashchat in your forum root folder - this is the same folder as your usercp.php file and includes folder. Installation will fail if you do not do this.

Support: 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. If you are still stuck and want me to take a look then feel free to PM me your site address, an admin user, and ftp access details, without these I cannot help you. I will look when I have time.

Flashchat 4 : If you have upgraded from 3.6 to 3.7 make sure you have edited the CMS entry in the Flashchat config.php file.


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


To use the this upgraded 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.



History:

v3.7.001 : First release for vb 3.7.
v3.7.002 : Option for Flashchat spy mode added.
v3.7.003 : Fix for 404 page not found error in certain situations.
v3.7.004 : Code added to allow profile views blocked by VB's CSRF protection.
v3.7.005 : CSRF Code changed.

v3.7.006 : Modified for Flashchat 5.
v3.7.007 : Removed 3.6 CMS file, Updated install code.
v3.7.008 : Fix bug in new install code - was using WIC option.
v3.7.009 : CMS file updated to check a users infraction groups.

Show Your Support

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

Comments
  #282  
Old 09-01-2008, 01:07 AM
updated updated is offline
 
Join Date: May 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got Flashchat 5.06 working with VBulletin 3.73.

It was a bit of a bumpy road, but it is working now. I pieced together some advice from other messages here.

Here's a summary of how I got it to work:

1. I moved the existing chat to an archive directory name (chat.old).

2. Get the new flashchat 5.06 unzipped and uploaded.

3. Upload the files from this integration module as directed.

4. Get rid of the existing vbulletin36CMS.php or rename it.

5. Rename the vbulletin37CMS.php to vbulletin36CMS.php

6. *IMPORTANT* Go into your mysql database, and delete all tables that start with flashchat. I didn't do this at first and got a black screen when I ran flashchat. This step is only needed if you had flashchat installed before.

7. Now go ahead and follow the normal installation. Be sure to select Vbulletin 3.6 as your choice.

8. Follow the post-install integration instructions as well. You don't have to worry about the CMS file part. We already took care of that in the steps above.

That's what it took for mine to get working. Good luck!
Reply With Quote
  #283  
Old 09-01-2008, 06:14 AM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made the following change to your original Flashchat Template:

PHP Code:
$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<!-- 
no cache headers -->
<
meta http-equiv="Pragma" content="no-cache" />
<
meta http-equiv="Expires" content="-1" />
<
meta http-equiv="Cache-Control" content="no-cache" />
<!-- 
end no cache headers -->
<
title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<
body>
$header
$navbar
<!-- main -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
    <!-- 
body -->
    <
tr align="center">
    <
td class="alt1" colspan="2">
    <
iframe width="100%" height="$vboptions[fcheight]src="$fcpath/flashchat.php$room"></iframe>
    </
td>
    <!-- 
end body -->
    </
tr>
    <
tr align="center">
        <
td class="thead"><div class="smallfont"><a href="/chat/flashchat.php">Full Screen FlashChat</a></div></td>
        <
td class="thead"><div class="smallfont">$data_fci[titleVersion $data_fci[version] : &copy; <a href="http://www.cableforum.co.uk/board/member.php?u=1268">Paul Marsden</a$copyrightyear</div></td>
    </
tr>
</
table>
<!-- /
main -->
<
br />
<
br />
$footer
<!-- PEMDATA37$data_fci[title] : Version $data_fci[version] : Revision $data_fci[cvs] -->
</
body>
</
html
This adds a link on the bottom left for full screen flashchat, as well as fixes the copyright symbol.
Reply With Quote
  #284  
Old 09-01-2008, 08:28 AM
Poppet Poppet is offline
 
Join Date: Jan 2007
Location: Southport, UK
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by updated View Post
Got Flashchat 5.06 working with VBulletin 3.73.

It was a bit of a bumpy road, but it is working now. I pieced together some advice from other messages here.

Here's a summary of how I got it to work:

1. I moved the existing chat to an archive directory name (chat.old).

2. Get the new flashchat 5.06 unzipped and uploaded.

3. Upload the files from this integration module as directed.

4. Get rid of the existing vbulletin36CMS.php or rename it.

5. Rename the vbulletin37CMS.php to vbulletin36CMS.php

6. *IMPORTANT* Go into your mysql database, and delete all tables that start with flashchat. I didn't do this at first and got a black screen when I ran flashchat. This step is only needed if you had flashchat installed before.

7. Now go ahead and follow the normal installation. Be sure to select Vbulletin 3.6 as your choice.

8. Follow the post-install integration instructions as well. You don't have to worry about the CMS file part. We already took care of that in the steps above.

That's what it took for mine to get working. Good luck!
Followed your instructions and it's installed great Works perfectly...
Reply With Quote
  #285  
Old 09-06-2008, 10:42 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I have a question. I have your mod installed witrh FlashChat 4.7 times on my VB3.7.3 board. When your inside the chat and you click on a username and go to Profile is that supposed to link to the vb profile page? Mine does nothing. Also when you PM a member inside the chat and their avatar pops up is that image sapposed to be linked to their vb profile as well?

I had upgraded my site from 3.6x to 3.7x. I figured maybe there was some config setting I needed to change to get the flashchat profile button under a user name to link to the vb users page???

Does that work or not work?
Reply With Quote
  #286  
Old 09-06-2008, 03:28 PM
tldagent tldagent is offline
 
Join Date: Mar 2006
Location: Ohio
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm still having and ongoing problem that I had originally posted here.

I installed new flashchat 5.0.7 and everything worked fine until I reinstalled this hack. The chat is there but the box to type in is not there. I've installed this over and over and still can't seem to get it to work. I'm using vb 3.7.2 and flashchat 5.0.7. It's not a problem with Flashchat as I stated before, it was working and the chat entry box was available all the way up until I installed this integration hack. Anyone have any ideas as chat on our forum has been down for months.

If I take the old vbulletin36CMS.php file and upload it, then the problem is gone. But if I use the file within this hack, the chat box (where you type chat) doesn't show up at all.

Please assist!
Reply With Quote
  #287  
Old 09-06-2008, 07:24 PM
Ville's Avatar
Ville Ville is offline
 
Join Date: Sep 2003
Location: North Texas
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In December 2006 ShanJ asked the following in the 3.6 integration thread:

Quote:
Originally Posted by Shanj
[...] So I need to restrict access to at least some rooms to the students who are members of a class / usergroup.

I need to have at least three rooms (but would like more) where only certain members can go to each room. I have similar access to their own forums, via usergroup on vb, and access permissions were a major reason for choosing vb.

It would be great to config the flashchat integrate mod to carry over the same usergroups as I have on vb. That would be heaven! so a user with e.g. B usergroup can then be allocated access to their own B room, C usergroup can be given access to their own C room etc. [...]
Is this still impossible/difficult to do? Are there any existing hacks to accomplish something like this? I have FlashChat 5.0.7 integrated and working with vB 3.7.3 using the Flashchat: Integration for vB 3.7. On the board there is one usergroup that I would like to restrict to a single dedicated/private room (they're neither admins nor moderators). Other registered users (not member of that group) would have normal access to FlashChat, except perhaps they would be restricted from accessing the room that is dedicated for the user group that is restricted to the single, pre-defined room.
Reply With Quote
  #288  
Old 09-07-2008, 11:44 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

There is no facility within Flashchat to restrict the rooms users can enter (in the manner you want).
Reply With Quote
  #289  
Old 09-07-2008, 06:25 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul,

After updating your mod the profile button on the user's drop down menu in FlashChat no longer works. How can I fix this? Also their avatar photo which comes up next to the private message window no longer links to their profile as well. Is there a code setting I have to change to get these two items to point to their VB profiles again?

I have a new international board for students and teachers all around the world to share from their classrooms together. I really would like to get the profile button to point back to the VB profile again.

THANKS!

PS: I would also like to talk with you about maybe getting your help to improve my FlashChat Combo mod fro vBa which shows who's in chat. Would be great to have the rooms clickable so you can directly enter the listed rooms from my mod. Also some kind of chat invitation system built into my vBa block.
Reply With Quote
  #290  
Old 09-08-2008, 11:08 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tldagent View Post
I'm still having and ongoing problem that I had originally posted here.

I installed new flashchat 5.0.7 and everything worked fine until I reinstalled this hack. The chat is there but the box to type in is not there. I've installed this over and over and still can't seem to get it to work. I'm using vb 3.7.2 and flashchat 5.0.7. It's not a problem with Flashchat as I stated before, it was working and the chat entry box was available all the way up until I installed this integration hack. Anyone have any ideas as chat on our forum has been down for months.

If I take the old vbulletin36CMS.php file and upload it, then the problem is gone. But if I use the file within this hack, the chat box (where you type chat) doesn't show up at all.

Please assist!
Have you tried the new v3.7.006 of this hack yet?
Reply With Quote
  #291  
Old 09-08-2008, 11:15 PM
Yellow-06-GT Yellow-06-GT is offline
 
Join Date: Jul 2007
Location: Bensalem, PA
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have installed flashchat and this integration hack. Everything seems to be working properly with the exception of the user group permissions. They seem to have no effect. All users are able to chat, even if I set the user group to "no chat access" or even if I set the group to "Banned from chat".

What am I doing wrong?

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 09:06 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.05140 seconds
  • Memory Usage 2,354KB
  • 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_php
  • (3)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